Add default packages

This commit is contained in:
2020-08-15 18:14:45 -04:00
parent 5c398d322f
commit b52a56488d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
manage_network: false
network_type: static
allow_reboot: true
packages:
- htop
- kpartx
- screen
- vim
- wget

View File

@@ -1,6 +1,6 @@
- name: Install useful software
apt:
name: ["vim", "wget"]
name: "{{ packages }}"
state: present
- name: Manage root authorized_keys