kolla-ansible/ansible/inventory/multinode
Sam Yaple 0f5af771ef Initial commit for adding ansible support
This adds a very basic structure to begin supporting ansible in Kolla.
Ansible can support complete idempotency, but wrapping docker-compose
does not allow idempotency at this time. These playbooks will be
extended to compensate for that in future patches.

Change-Id: I1c9e8d32321e2733f5a9b752edf74b4fe90317ed
2015-03-28 17:56:21 -05:00

15 lines
335 B
Plaintext

[support]
# These hostname must be resolvable from your deployment host
support01 ansible_ssh_user=sam
support02 ansible_ssh_user=sam
support03 ansible_ssh_user=sam
# The above can also be specified as follows:
#support[01:03] ansible_ssh_user=sam
[database:children]
support
[message-broker:children]
support