test: Configure Molecule testing framework

- Add comprehensive converge playbook with test scenarios
- Create Molecule configuration for role testing
- Set up verification tasks
This commit is contained in:
Daniel Akulenok
2022-08-30 13:55:13 +02:00
committed by Daniel Akulenok
parent 0e19ca7112
commit 7fb722e6f1
6 changed files with 952 additions and 41 deletions

View File

@@ -4,6 +4,7 @@
ansible.builtin.apt:
name: "{{ bind9_packages }}"
state: present
cache_valid_time: 3600
tags:
- bind9
- packages