Install extra packages
This commit is contained in:
parent
a52bb7fafa
commit
3a01a5fd48
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue