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
24
roles/common/defaults/main.yml
Normal file
24
roles/common/defaults/main.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
common_expected_packages:
|
||||
- curl
|
||||
- git
|
||||
- python-virtualenv
|
||||
- python3-virtualenv
|
||||
- wget
|
||||
ssh_match_blocks: []
|
||||
unattended_upgrades_mail: false
|
||||
unattended_upgrades_origins:
|
||||
- o=${distro_id},n=${distro_codename},l=Debian-Security
|
||||
- o=${distro_id},n=${distro_codename}-updates
|
||||
- o=${distro_id},n=${distro_codename}-backports
|
||||
unattended_upgrades_reboot: "false"
|
||||
unattended_upgrades_reboot_time: "07:00"
|
||||
user_sanity_packages:
|
||||
- htop
|
||||
- less
|
||||
- mosh
|
||||
- nano
|
||||
- screen
|
||||
- tree
|
||||
- vim
|
||||
- zsh
|
Loading…
Add table
Add a link
Reference in a new issue