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 }}" name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- python3-flake8 - python3-flake8 # python linting
- libvirt-client - libvirt-client # kvm host client
- make - make # generic building
- pylint - nsd # check dns zone files
- virt-install - pylint # python linting
- whois - virt-install # install kvm guests
- yamllint - whois # read whois data
- yamllint # yaml linting
- name: disable ip host key checking from ssh - name: disable ip host key checking from ssh
copy: copy:
content: | content: |