Files @ 2006d7eebe25
Branch filter:

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

branko
MAR-22: Initial test implementation for role 'common':

- Added Molecule configuration covering all platforms with two hosts for testing
mandatory and optional parameters, as well as helper machine.
- Created test playbook for deploying necessary roles to servers with specific
configuration settings.
- Added sample data used by the test playbook.
- Added stock test file.
---

- 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