infra-swarm/ansible.cfg

18 lines
398 B
INI
Raw Normal View History

2018-08-01 18:17:23 +00:00
[defaults]
forks = 50
2018-09-03 17:07:39 +00:00
timeout = 30
2018-08-01 18:17:23 +00:00
inventory = ./ansible/terraform.py
remote_user = admin
host_key_checking = false
# this is useful when developing roles like infra-role-common
#roles_path = ../
[privilege_escalation]
become = true
become_user = root
[ssh_connection]
# this should speed up exection but might cause issues with sudo
pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r