diff options
| author | Tomas Sedovic <tomas@sedovic.cz> | 2017-11-01 11:43:08 +0100 |
|---|---|---|
| committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-11-07 14:35:47 +1100 |
| commit | fcf14943814ea1e5f31a967589c4269e722c0856 (patch) | |
| tree | 7f464e3dee48c386c313e2718ecb71b419bfc309 | |
| parent | dba6b457d86f7517c1c4f432784af06856960bc3 (diff) | |
FIXUP ANSIBLE CFG
| -rw-r--r-- | ansible.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index f96bf871f..4a79b843f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -24,7 +24,8 @@ fact_caching_connection = $HOME/ansible/facts fact_caching_timeout = 600 callback_whitelist = profile_tasks inventory_ignore_extensions = secrets.py, .pyc, .cfg, .crt -timeout = 30 # work around privilege escalation timeouts in ansible +# work around privilege escalation timeouts in ansible: +timeout = 30 # Uncomment to use the provided BYO inventory #hostfile = inventory/byo/hosts |
