Files @ f4ac7ec4ad7f
Branch filter:

Location: majic-ansible-roles/testsite/hosts

branko
MAR-129: Updated testsite configuration and playbooks:

- Specify path to inventory file in testsite Ansible configuration.
- Set-up group memberships in LDAP groups via separate play (since
state: append does not work with stock ldap_entry - which is now
used instead of m_ldap_entry).
- Replace deprecated use of include with import_playbook.
[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