Files @ 4b964a31bd96
Branch filter:

Location: majic-ansible-roles/roles/common/handlers/main.yml

branko
MAR-95: Separated configuration for backing-up the /root and /home directories in the common role. This should allow user to have better fine-grained control over what gets backed-up in the home directory. Updated role reference documentation. Updated the testsite variable configuration so the new setting can be tested.
---

- name: Update PAM configuration
  command: /usr/sbin/pam-auth-update --package

- name: Restart SSH
  service: name=ssh state=restarted

- name: Update CA certificate cache
  command: /usr/sbin/update-ca-certificates --fresh

- name: Restart ferm
  service: name=ferm state=restarted

- name: Reload systemd
  command: systemctl daemon-reload