diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-03-30 11:25:03 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-03-30 14:40:44 -0400 |
commit | b1b462f4db3ce1a26cfc251895d5f8fe2e15c484 (patch) | |
tree | 4e1dd8346126e37bd79e69e37fcf1f5683a5d002 /bin/openshift_ansible.conf.example | |
parent | 78a45fc50509eca27164452325529cc46a99cc8c (diff) | |
download | openshift-b1b462f4db3ce1a26cfc251895d5f8fe2e15c484.tar.gz openshift-b1b462f4db3ce1a26cfc251895d5f8fe2e15c484.tar.bz2 openshift-b1b462f4db3ce1a26cfc251895d5f8fe2e15c484.tar.xz openshift-b1b462f4db3ce1a26cfc251895d5f8fe2e15c484.zip |
added config file support to opssh, ossh, and oscp
Diffstat (limited to 'bin/openshift_ansible.conf.example')
-rw-r--r-- | bin/openshift_ansible.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/openshift_ansible.conf.example b/bin/openshift_ansible.conf.example new file mode 100644 index 000000000..e891b855a --- /dev/null +++ b/bin/openshift_ansible.conf.example @@ -0,0 +1,6 @@ +#[main] +#inventory = /usr/share/ansible/inventory/multi_ec2.py + +#[host_type_aliases] +#host-type-one = aliasa,aliasb +#host-type-two = aliasfortwo |