ziion-tools/ansible/ansible.cfg

13 lines
286 B
INI
Raw Normal View History

[defaults]
# some basic default values...
interpreter_python = auto
inventory = ./inventory/
roles_path = ./roles/
stdout_callback = default
#[ssh_connection]
#ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r -o ForwardAgent=yes