9 lines
205 B
YAML
9 lines
205 B
YAML
|
- name: install common packages
|
||
|
apt:
|
||
|
name: [mosh, htop, tmux, unattended-upgrades]
|
||
|
|
||
|
- name: remove stupid bullshit that the cloud provider may have installed
|
||
|
apt:
|
||
|
name: [ufw]
|
||
|
state: absent
|