From e816bf368f8c8322f431026f8cf7b2fb161a37ab Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 25 Mar 2021 19:19:48 +0000 Subject: [PATCH] Document packages for adm hosts and add nsd for dns zone validation --- playbooks/adm.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/playbooks/adm.yml b/playbooks/adm.yml index 9781a2a..5cd0125 100644 --- a/playbooks/adm.yml +++ b/playbooks/adm.yml @@ -39,13 +39,14 @@ name: "{{ item }}" state: installed with_items: - - python3-flake8 - - libvirt-client - - make - - pylint - - virt-install - - whois - - yamllint + - python3-flake8 # python linting + - libvirt-client # kvm host client + - make # generic building + - nsd # check dns zone files + - pylint # python linting + - virt-install # install kvm guests + - whois # read whois data + - yamllint # yaml linting - name: disable ip host key checking from ssh copy: content: |