Add default packages
This commit is contained in:
parent
5c398d322f
commit
b52a56488d
@ -1,3 +1,10 @@
|
||||
manage_network: false
|
||||
network_type: static
|
||||
allow_reboot: true
|
||||
|
||||
packages:
|
||||
- htop
|
||||
- kpartx
|
||||
- screen
|
||||
- vim
|
||||
- wget
|
||||
|
@ -1,6 +1,6 @@
|
||||
- name: Install useful software
|
||||
apt:
|
||||
name: ["vim", "wget"]
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
|
||||
- name: Manage root authorized_keys
|
||||
|
Loading…
Reference in New Issue
Block a user