Files @ 373cdfe71c66
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/web.yml

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).
---

- hosts: web
  remote_user: ansible
  sudo: yes
  roles:
    - common
    - ldap_client
    - mail_forwarder
    - web_server