Files @ 734eb461396e
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/ws.yml - annotation

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

- The library is used for hashing the operating system user passwords
during account creation.
1
2
3
4
5
6
7
8
9
---

- name: Deploy workstation
  hosts: workstation
  remote_user: ansible
  become: true
  roles:
    - common
    - mail_forwarder