Merge "Change default ansible_ssh_user to "kolla""
This commit is contained in:
commit
e7c30a2fd4
@ -13,6 +13,9 @@ node_templates_directory: "/usr/share/kolla/templates"
|
|||||||
# The directory to store the config files on the destination node
|
# The directory to store the config files on the destination node
|
||||||
node_config_directory: "/etc/kolla"
|
node_config_directory: "/etc/kolla"
|
||||||
|
|
||||||
|
# The user Ansible uses to ssh to target nodes
|
||||||
|
ansible_ssh_user: "kolla"
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Kolla options
|
# Kolla options
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
# additional groups are for more control of the environment.
|
# additional groups are for more control of the environment.
|
||||||
[control]
|
[control]
|
||||||
# These hostname must be resolvable from your deployment host
|
# These hostname must be resolvable from your deployment host
|
||||||
control01 ansible_ssh_user=sam
|
control01
|
||||||
control02 ansible_ssh_user=sam
|
control02
|
||||||
control03 ansible_ssh_user=sam
|
control03
|
||||||
|
|
||||||
# The above can also be specified as follows:
|
# The above can also be specified as follows:
|
||||||
#control[01:03] ansible_ssh_user=sam
|
#control[01:03] ansible_ssh_user=kolla
|
||||||
|
|
||||||
# The network nodes are where your l3-agent and loadbalancers will run
|
# The network nodes are where your l3-agent and loadbalancers will run
|
||||||
# This can be the same as a a host in the control group
|
# This can be the same as a a host in the control group
|
||||||
|
Loading…
Reference in New Issue
Block a user