e7a7cc9017
Adds support for glance in ansible Partially-Implements: blueprint ansible-service Change-Id: I2d162e79f85877116b0e33b1843de6ccb62a445a
21 lines
391 B
Plaintext
21 lines
391 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
|
|
|
|
[keystone:children]
|
|
support
|
|
|
|
[glance:children]
|
|
support
|