Skip to content
ansible.cfg 700 B
Newer Older
ant31's avatar
ant31 committed
[ssh_connection]
pipelining=True
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
ant31's avatar
ant31 committed
host_key_checking=False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp
# Once created, fact cache is never force updated. This is why the tiemeout exists. If you're still getting 
# stale data in your runs (e.g. stale `etcd_access_addresses`), you might want to use `--flush-cache`. 
fact_caching_timeout = 7200 # 2 hours
stdout_callback = skippy
Brad Beam's avatar
Brad Beam committed
library = ./library
callback_whitelist = profile_tasks
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles