summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-15 10:19:55 -0500
committerRussell Teague <rteague@redhat.com>2017-11-15 10:50:30 -0500
commit87843c941ed61fe7ed5a9e36df2426783502f4e4 (patch)
tree80569b8aacf710d2e18a6606618e6c26a079d573 /ansible.cfg
parentd4b6e2cf22856069d3956b08ec7feaf73380c2d1 (diff)
downloadopenshift-87843c941ed61fe7ed5a9e36df2426783502f4e4.tar.gz
openshift-87843c941ed61fe7ed5a9e36df2426783502f4e4.tar.bz2
openshift-87843c941ed61fe7ed5a9e36df2426783502f4e4.tar.xz
openshift-87843c941ed61fe7ed5a9e36df2426783502f4e4.zip
Minor tweaks to ansible.cfg and example inventory
- Adds reference to plugins and library path to support removal of symlinks - Removes references to old example inventories - Corrects deprecated ansible_ssh_user - Adds [nfs] group for proper parsing of the example inventory
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg11
1 files changed, 4 insertions, 7 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 5a4c1cd80..0ce24607e 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
@@ -25,13 +28,7 @@ fact_caching_timeout = 600
callback_whitelist = profile_tasks
# Uncomment to use the provided BYO inventory
-#hostfile = inventory/byo/hosts
-
-# 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 = inventory/byo/hosts.example
[inventory]
# fail more helpfully when the inventory file does not parse (Ansible 2.4+)