diff options
author | Troy Dawson <tdawson@redhat.com> | 2015-05-21 14:10:35 -0500 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2015-05-21 14:10:35 -0500 |
commit | c3bd6a3489dd0473334543024efa2c3c96ba8be2 (patch) | |
tree | 6cbc6c67bcefea2ed964c4fbda0aa47c3a2b067c /ansible.cfg.example | |
parent | 1d8e743921a48a5abd2ca75323321f6db261101b (diff) | |
parent | b151e33e7e49d1de1c58286342d09cc9eba57287 (diff) | |
download | openshift-c3bd6a3489dd0473334543024efa2c3c96ba8be2.tar.gz openshift-c3bd6a3489dd0473334543024efa2c3c96ba8be2.tar.bz2 openshift-c3bd6a3489dd0473334543024efa2c3c96ba8be2.tar.xz openshift-c3bd6a3489dd0473334543024efa2c3c96ba8be2.zip |
Merge branch 'master' into int
Diffstat (limited to 'ansible.cfg.example')
-rw-r--r-- | ansible.cfg.example | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ansible.cfg.example b/ansible.cfg.example new file mode 100644 index 000000000..6a7722ad8 --- /dev/null +++ b/ansible.cfg.example @@ -0,0 +1,23 @@ +# 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 |