Michal Zegan | 2e34522 | 2019-08-22 15:01:07 +0200 | [diff] [blame] | 1 | #Ansible configuration used when running the playbook. |
2 | [defaults] | ||||
3 | #Stdout callback. | ||||
4 | stdout_callback=debug | ||||
5 | #Default verbosity level, for logging all module outputs. | ||||
6 | verbosity=1 | ||||
7 | |||||
8 | [inventory] | ||||
9 | #Fail when inventory parsing fails. | ||||
10 | any_unparsed_is_failed=true | ||||
11 | |||||
12 | [connection] | ||||
13 | #Enable ansible pipelining. | ||||
14 | pipelining=true | ||||
15 | |||||
16 | [ssh_connection] | ||||
17 | #Increase control persist settings. | ||||
18 | ssh_args=-C -o ControlMaster=auto -o ControlPersist=30m |