2019-03-20 12:35:47 +00:00
|
|
|
[defaults]
|
2019-04-23 18:21:12 +00:00
|
|
|
forks = 30
|
|
|
|
timeout = 30
|
2019-03-20 12:35:47 +00:00
|
|
|
inventory = ./ansible/terraform.py
|
|
|
|
remote_user = admin
|
2019-04-23 18:21:12 +00:00
|
|
|
host_key_checking = false
|
|
|
|
# human-readable stdout/stderr results display
|
|
|
|
stdout_callback = debug
|
2019-03-20 12:35:47 +00:00
|
|
|
|
|
|
|
[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
|
|
|
|
# necessary for cloning private git repos
|
|
|
|
ssh_args=-o ForwardAgent=yes -o ConnectTimeout=360
|