Add httpd-tools to adm hosts

This commit is contained in:
Timo Makinen 2021-09-14 20:03:09 +00:00
parent 8eb2c46e9b
commit 69b80d133d

View file

@ -39,12 +39,13 @@
name: "{{ item }}"
state: installed
with_items:
- python3-flake8 # python linting
- httpd-tools # htpasswd
- libvirt-client # kvm host client
- make # generic building
- mariadb # mariadb client tools
- nsd # check dns zone files
- pylint # python linting
- python3-flake8 # python linting
- sslscan # for testing ssl settings
- virt-install # install kvm guests
- whois # read whois data