infra/roles/base/tasks/main.yml

9 lines
205 B
YAML
Raw Normal View History

2024-01-17 17:45:49 +00:00
- 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