Files @ 734eb461396e
Branch filter:

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

branko
MAR-218: Document the passlib Python package requirement:

- The library is used for hashing the operating system user passwords
during account creation.
---

- name: Deploy backup server
  hosts: backup
  remote_user: ansible
  become: true
  roles:
    - common
    - mail_forwarder
    - backup_server