20 lines
338 B
YAML
20 lines
338 B
YAML
---
|
|
- name: Install dnf packages
|
|
ansible.builtin.dnf:
|
|
name:
|
|
- systemd-networkd
|
|
- systemd-resolved
|
|
- vim
|
|
- curl
|
|
- git
|
|
- bash-completion
|
|
- firewalld
|
|
- fastfetch
|
|
- btop
|
|
- kitty-terminfo
|
|
- bind-utils
|
|
- nmap
|
|
- tcpdump
|
|
state: latest
|
|
update_cache: true
|