1 parent dbc1f45 commit ff71e05Copy full SHA for ff71e05
1 file changed
ansible/roles/ubuntu_minimal/tasks/main.yml
@@ -36,12 +36,15 @@
36
validate: "sshd -t -f %s"
37
notify: Restart sshd
38
39
-- name: Install UFW, fail2ban, and unattended-upgrades
+- name: Install UFW, fail2ban, unattended-upgrades, and baseline tools
40
ansible.builtin.apt:
41
name:
42
- ufw
43
- fail2ban
44
- unattended-upgrades
45
+ - curl
46
+ - git
47
+ - htop
48
state: present
49
50
- name: Allow SSH port through UFW
0 commit comments