k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
700 B
16 lines
700 B
[ssh_connection]
|
|
pipelining=True
|
|
#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
|
|
[defaults]
|
|
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
|
|
library = ./library
|
|
callback_whitelist = profile_tasks
|
|
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles
|