Update common role

- Add secure-secure-shell task
- Add unattended-upgrades task
- Change package installation tasks
- Remove website tasks from generic services group
This commit is contained in:
Alexander Dietrich 2017-02-05 13:45:33 +01:00
commit 17468493cc
12 changed files with 242 additions and 22 deletions

View file

@ -0,0 +1,8 @@
---
- name: install requirements for some Ansible operations
apt:
name: "{{ item }}"
state: present
with_items:
- aptitude
- python-apt