Document packages for adm hosts and add nsd for dns zone validation
This commit is contained in:
parent
df7fb3eef4
commit
e816bf368f
1 changed files with 8 additions and 7 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue