Skip to content

Commit ff71e05

Browse files
committed
update: package tasks
1 parent dbc1f45 commit ff71e05

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • ansible/roles/ubuntu_minimal/tasks

ansible/roles/ubuntu_minimal/tasks/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,15 @@
3636
validate: "sshd -t -f %s"
3737
notify: Restart sshd
3838

39-
- name: Install UFW, fail2ban, and unattended-upgrades
39+
- name: Install UFW, fail2ban, unattended-upgrades, and baseline tools
4040
ansible.builtin.apt:
4141
name:
4242
- ufw
4343
- fail2ban
4444
- unattended-upgrades
45+
- curl
46+
- git
47+
- htop
4548
state: present
4649

4750
- name: Allow SSH port through UFW

0 commit comments

Comments
 (0)