diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-30 14:47:06 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-30 14:47:06 -0400 |
commit | d083ffef71cbb7394e3eab70f1516dd419ce6b92 (patch) | |
tree | 4e1dd8346126e37bd79e69e37fcf1f5683a5d002 /bin/openshift_ansible.conf.example | |
parent | 78a45fc50509eca27164452325529cc46a99cc8c (diff) | |
parent | b1b462f4db3ce1a26cfc251895d5f8fe2e15c484 (diff) | |
download | openshift-d083ffef71cbb7394e3eab70f1516dd419ce6b92.tar.gz openshift-d083ffef71cbb7394e3eab70f1516dd419ce6b92.tar.bz2 openshift-d083ffef71cbb7394e3eab70f1516dd419ce6b92.tar.xz openshift-d083ffef71cbb7394e3eab70f1516dd419ce6b92.zip |
Merge pull request #126 from twiest/pr
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 |