Files @ b6f7eccea487
Branch filter:

Location: majic-ansible-roles/testsite/hosts

branko
MAR-117: Renamed ldap_entry and ldap_permissions modules:

- Renamed ldap_entry module to m_ldap_entry.
- Renamed ldap_permissions module to m_ldap_permissions.
- Renames done to avoid collisions with official modules (at least for
ldap_entry).
[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