Files @ 3dca599dbdc9
Branch filter:

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

branko
MAR-114: Updated task syntax for backup roles:

- Updated backup, backup_client, and backup_server.
- Added and removed quoting where it makes sense.
- Switched to using expanded syntax (instead of one-liners).
- Updated ordering of arguments in task definitions.
[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