infra/roles/base/tasks/main.yml
2024-01-17 16:46:07 -08:00

8 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