[hosts] fix typo in group name
This commit is contained in:
parent
6520fda601
commit
3f639a82d5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Group named "multi"
|
# Group named "multi"
|
||||||
[multi:children]
|
[multi:children]
|
||||||
appplication_servers
|
application_servers
|
||||||
database_servers
|
database_servers
|
||||||
|
|
||||||
# Variables that will be applied to all servers
|
# Variables that will be applied to all servers
|
||||||
|
@ -15,7 +15,7 @@ ansible_ssh_common_args = -o DSAAuthentication=yes -o IdentitiesOnly=yes -o Pubk
|
||||||
; https://docs.ansible.com/ansible-core/2.18/reference_appendices/interpreter_discovery.html
|
; https://docs.ansible.com/ansible-core/2.18/reference_appendices/interpreter_discovery.html
|
||||||
ansible_python_interpreter = auto_silent
|
ansible_python_interpreter = auto_silent
|
||||||
|
|
||||||
[appplication_servers]
|
[application_servers]
|
||||||
app1 ansible_ssh_port=2222
|
app1 ansible_ssh_port=2222
|
||||||
app2 ansible_ssh_port=2200
|
app2 ansible_ssh_port=2200
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue