forked from ISTI-ansible-roles/ansible-roles
13 lines
383 B
YAML
13 lines
383 B
YAML
|
---
|
||
|
# ansible PKG state: latest, installed, absent
|
||
|
ansible_pkg_state: latest
|
||
|
ansible_cfg_file: /etc/ansible/ansible.cfg
|
||
|
# options: smart, implicit, explicit.
|
||
|
ansible_gathering: smart
|
||
|
ansible_command_warnings: True
|
||
|
ansible_control_path: '%(directory)s/%%h-%%r'
|
||
|
#
|
||
|
# Note: it breaks sudo if there's 'requiretty' inside the sudoers file
|
||
|
ansible_pipelining: True
|
||
|
ansible_scp_if_ssh: True
|