feat!(molecule): switch from docker to vagrant to test system related roles like firewall
This commit is contained in:
parent
639b01c351
commit
d25d077253
8 changed files with 123 additions and 113 deletions
|
@ -17,6 +17,12 @@
|
|||
hosts: molecule
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- name: Enable guest console access
|
||||
become: true
|
||||
ansible.builtin.systemd_service:
|
||||
name: serial-getty@ttyS0.service
|
||||
enabled: true
|
||||
state: restarted
|
||||
- name: Testing common role
|
||||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue