summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg13
1 files changed, 7 insertions, 6 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 4a79b843f..9900d28f8 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -11,6 +11,9 @@
# Additional default options for OpenShift Ansible
callback_plugins = callback_plugins/
+filter_plugins = filter_plugins/
+lookup_plugins = lookup_plugins/
+library = library/
forks = 20
host_key_checking = False
retry_files_enabled = False
@@ -28,13 +31,11 @@ inventory_ignore_extensions = secrets.py, .pyc, .cfg, .crt
timeout = 30
# Uncomment to use the provided BYO inventory
-#hostfile = inventory/byo/hosts
+#inventory = inventory/byo/hosts.example
-# Uncomment to use the provided GCE dynamic inventory script
-#hostfile = inventory/gce/gce.py
-
-# Uncomment to use the provided AWS dynamic inventory script
-#hostfile = inventory/aws/ec2.py
+[inventory]
+# fail more helpfully when the inventory file does not parse (Ansible 2.4+)
+unparsed_is_failed=true
# Additional ssh options for OpenShift Ansible
[ssh_connection]