install common packages
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
etckeeper_message:
|
etckeeper_message:
|
||||||
"changes from Ansible play running as {{ ansible_user_id }}"
|
"changes from Ansible play running as {{ ansible_user_id }}"
|
||||||
|
|
||||||
sshd_password_authentication: 'no'
|
sshd_password_authentication: 'no'
|
||||||
|
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
# Install unattended Upgrades
|
# Install unattended Upgrades
|
||||||
- import_tasks: updates.yaml
|
- import_tasks: updates.yaml
|
||||||
|
|
||||||
|
- import_tasks: packages.yaml
|
||||||
|
10
roles/common/tasks/packages.yaml
Normal file
10
roles/common/tasks/packages.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: install packages
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- vim
|
||||||
|
- htop
|
||||||
|
- telnet
|
||||||
|
- python-docker
|
||||||
|
state: latest
|
Reference in New Issue
Block a user