Files @ c10934519e18
Branch filter:

Location: majic-ansible-roles/testsite/hosts - annotation

branko
MAR-218: Switch to using fully-qualified collection names for all tasks:

- Ensures there is no ambiguity when invoking a module.
[preseed]
localhost ansible_connection=local

[ldap]
ldap.example.com

[xmpp]
xmpp.example.com

[mail]
mail.example.com

[web]
web.example.com

[backup]
backup.example.com

[workstation]
ws01.example.com

[testsite:children]
ldap
xmpp
mail
web
backup
workstation