Install extra packages

This commit is contained in:
Sam A. 2023-12-28 16:30:11 +01:00
parent a52bb7fafa
commit 3a01a5fd48
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@
- name: Install system packages
ansible.builtin.dnf:
name:
- bind-utils
- firewalld
- haveged
- htop
@ -59,6 +60,7 @@
- logrotate
- mtr
- rsyslog
- telnet
- vim
update_cache: true
state: present