ansible-ffibk/ansible.cfg

19 lines
411 B
INI
Raw Normal View History

2016-06-16 14:00:14 +02:00
[defaults]
2017-11-11 21:16:10 +01:00
inventory = ./inventory
retry_files_enabled = False
remote_tmp = $HOME/ansible_tmp
remote_user = admin
ansible_managed = Ansible managed - don't edit this file!
roles_path = ./roles
stdout_callback = yaml
bin_ansible_callbacks = True
jinja2_extensions = jinja2.ext.do
2019-03-22 22:02:20 +01:00
forks = 10
allow_world_readable_tmpfiles = True
2016-06-16 14:00:14 +02:00
2017-09-17 10:11:45 +02:00
[privilege_escalation]
2017-11-11 21:16:10 +01:00
become = True
2017-09-17 10:11:45 +02:00
2019-03-02 18:10:48 +01:00
[ssh_connection]
pipelining = True