From 88907aca794716d1a2db4cc31e03375720695424 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 1 Nov 2017 11:33:38 +0100 Subject: Use the existing ansible.cfg file --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg index 589a58e9d..f96bf871f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -23,6 +23,8 @@ fact_caching = jsonfile 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 # Uncomment to use the provided BYO inventory #hostfile = inventory/byo/hosts -- cgit v1.2.1 From fcf14943814ea1e5f31a967589c4269e722c0856 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 1 Nov 2017 11:43:08 +0100 Subject: FIXUP ANSIBLE CFG --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ansible.cfg') 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 -- cgit v1.2.1