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

View file

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