This repository was archived by the owner on Feb 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ To debug the provisioning step Drupal VM can run the ` ansible-playbook ` command in verbose mode if you set the ` DRUPALVM_DEBUG ` environment variable.
2+
3+ ``` sh
4+ # verbose mode: ansible-playbook -v
5+ DRUPALVM_DEBUG=1 vagrant provision
6+ DRUPALVM_DEBUG=v vagrant provision
7+
8+ # for even more messages: ansible-playbook -vvv
9+ DRUPALVM_DEBUG=vvv vagrant provision
10+
11+ # for debug mode: ansible-playbook -vvvv
12+ DRUPALVM_DEBUG=vvvv vagrant provision
13+ ```
14+
15+ In addition to running in verbose mode this also enables deprecation warnings.
16+
17+ For debugging information related to Vagrant see [ documentation] ( https://www.vagrantup.com/docs/other/debugging.html ) .
Original file line number Diff line number Diff line change 6363 - ' Passing on CLI arguments to ansible ' : ' extending/ansible-args.md'
6464 - ' Pre- and Post-Provision Scripts ' : ' extending/scripts.md'
6565 - Other Information :
66+ - ' Debug mode ' : ' other/debug.md'
6667 - ' Networking Notes ' : ' other/networking.md'
6768 - ' Vagrant LXC provider ' : ' other/vagrant-lxc.md'
6869 - ' Improving Performance ' : ' other/performance.md'
You can’t perform that action at this time.
0 commit comments