Add more editors to adm hosts

This commit is contained in:
Timo Makinen 2025-01-24 15:46:24 +00:00
parent 8742d750a3
commit fa42610bff

View file

@ -46,11 +46,13 @@
name: "{{ item }}" name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- emacs-nox # more editors
- httpd-tools # htpasswd - httpd-tools # htpasswd
- knot-utils # kdig (dns over tls) - knot-utils # kdig (dns over tls)
- libvirt-client # kvm host client - libvirt-client # kvm host client
- make # generic building - make # generic building
- mariadb # mariadb client tools - mariadb # mariadb client tools
- nano # more editors
- nmap # check for open ports - nmap # check for open ports
- nsd # check dns zone files - nsd # check dns zone files
- podman # building containers - podman # building containers