Include ask_sudo_pass in ansible.cfg

This commit is contained in:
Oliver Davies 2015-12-13 22:12:02 +00:00
parent d130a87963
commit a80a8d9757
2 changed files with 3 additions and 2 deletions

View file

@ -8,13 +8,13 @@
## Usage ## Usage
```bash ```bash
$ ansible-playbook playbook.yml -K $ ansible-playbook playbook.yml
``` ```
Run everything. Run everything.
```bash ```bash
$ ansible-playbook playbook.yml -K -t <tag> $ ansible-playbook playbook.yml -t <tag>
``` ```
Run a specific tag. Run a specific tag.

View file

@ -2,3 +2,4 @@
log_path = ./log/ansible.log log_path = ./log/ansible.log
hostfile = ./inventory hostfile = ./inventory
inventory = ./inventory inventory = ./inventory
ask_sudo_pass = true