[hosts] fix typo in group name

This commit is contained in:
bronsen 2025-02-28 10:23:18 +01:00
parent 6520fda601
commit 3f639a82d5

View file

@ -1,6 +1,6 @@
# Group named "multi"
[multi:children]
appplication_servers
application_servers
database_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
ansible_python_interpreter = auto_silent
[appplication_servers]
[application_servers]
app1 ansible_ssh_port=2222
app2 ansible_ssh_port=2200