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:
parent
db911b40c1
commit
17468493cc
12 changed files with 242 additions and 22 deletions
8
roles/common/tasks/pre-tasks.yml
Normal file
8
roles/common/tasks/pre-tasks.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: install requirements for some Ansible operations
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- aptitude
|
||||
- python-apt
|
||||
Loading…
Add table
Add a link
Reference in a new issue