From 69b80d133d0d3e68bd52b42fefb81377baf63ae4 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 14 Sep 2021 20:03:09 +0000 Subject: [PATCH] Add httpd-tools to adm hosts --- playbooks/adm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/adm.yml b/playbooks/adm.yml index 2c14187..6a870a8 100644 --- a/playbooks/adm.yml +++ b/playbooks/adm.yml @@ -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