Files @ 373cdfe71c66
Branch filter:

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

branko
MAR-5: Implemented the initial web server role that deploys a basic Nginx to the server. Updated test site to include the new role (for server web.example.com).
[preseed]
localhost ansible_connection=local

[ldap]
ldap.example.com

[xmpp]
xmpp.example.com

[mail]
mail.example.com

[web]
web.example.com

[testsite:children]
ldap
xmpp
mail
web