Files @ b4ac65219ef1
Branch filter:

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

branko
MAR-34: Small usability improvements, not related to original issue. Improved the ssh-keyscan command a bit to include IP addresses in output as well. Store Ansible retry files locally in the retry directory (relative to testsite).
---

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