infra/roles/base/tasks/main.yml

13 lines
273 B
YAML
Raw Normal View History

2024-08-05 21:20:10 +00:00
- name: set the timezone
timezone:
name: America/Los_Angeles
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