Document packages for adm hosts and add nsd for dns zone validation

This commit is contained in:
Timo Makinen 2021-03-25 19:19:48 +00:00
parent df7fb3eef4
commit e816bf368f

View file

@ -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: |