From b804e70cdd0bc8601bfc87fcf3e34043223828ee Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Wed, 1 Feb 2017 10:28:05 -0500 Subject: Add default ansible.cfg file By default the callback_plugins need to be run to ensure proper Ansible version --- ansible.cfg.example | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 ansible.cfg.example (limited to 'ansible.cfg.example') diff --git a/ansible.cfg.example b/ansible.cfg.example deleted file mode 100644 index 6a7722ad8..000000000 --- a/ansible.cfg.example +++ /dev/null @@ -1,23 +0,0 @@ -# config file for ansible -- http://ansible.com/ -# ============================================== - -# This config file provides examples for running -# the OpenShift playbooks with the provided -# inventory scripts. Only global defaults are -# left uncommented - -[defaults] -# Add the roles directory to the roles path -roles_path = roles/ - -# Set the log_path -log_path = /tmp/ansible.log - -# 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 -- cgit v1.2.3