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

@@ -0,0 +1,10 @@
---
# This is an example playbook to execute Ansible tests.
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Example assertion
ansible.builtin.assert:
that: true