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 }}"
|
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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue