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
|
@ -1,19 +1,11 @@
|
|||
---
|
||||
- name: run apt-get update
|
||||
apt: update_cache=yes
|
||||
tags:
|
||||
- common
|
||||
|
||||
- name: install common packages
|
||||
apt: name={{ item }} state=latest
|
||||
with_items:
|
||||
- aptitude
|
||||
- curl
|
||||
- git
|
||||
- mosh
|
||||
- nano
|
||||
- python
|
||||
- wget
|
||||
- zsh
|
||||
tags:
|
||||
- common
|
||||
- include: pre-tasks.yml
|
||||
tags: common
|
||||
- include: secure-secure-shell.yml
|
||||
tags: common
|
||||
- include: unattended-upgrades.yml
|
||||
tags: common
|
||||
- include: user-sanity.yml
|
||||
tags: common
|
||||
- include: post-tasks.yml
|
||||
tags: common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue