Newer
Older
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
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
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles