feat: add molecule role testing
This commit is contained in:
parent
5483ee4c09
commit
9701ec9eac
3 changed files with 74 additions and 0 deletions
8
molecule/default/converge.yml
Normal file
8
molecule/default/converge.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
- name: "converge"
|
||||
hosts: "all"
|
||||
become: true
|
||||
gather_facts: true
|
||||
roles:
|
||||
- role: "siempie.dns"
|
||||
Loading…
Add table
Add a link
Reference in a new issue