Files @ 987fea84e131
Branch filter:

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

branko
MAR-60: Revert to using Ansible 1.9.x due to bugs present in Ansible 2.0.x and 2.1.x. Only documentation needed changes, the implementation is otherwise backwards-compatible with 1.9.x.
1
2
3
4
5
6
7
8
9
---

- hosts: backup
  remote_user: ansible
  become: yes
  roles:
    - common
    - mail_forwarder
    - backup_server