Create inventory file
This commit is contained in:
parent
5df70d971f
commit
933cf1df4e
|
@ -34,6 +34,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ${{ github.repository }}
|
path: ${{ github.repository }}
|
||||||
|
|
||||||
|
- run: echo -e "[all]\nlocalhost" > /etc/ansible/inventory
|
||||||
|
|
||||||
- name: Ansible Molecule
|
- name: Ansible Molecule
|
||||||
uses: MonolithProjects/action-molecule@v1.4.3
|
uses: MonolithProjects/action-molecule@v1.4.3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: localhost
|
||||||
|
connection: local
|
||||||
roles:
|
roles:
|
||||||
- role: ipr-cnrs.nftables
|
- role: ipr-cnrs.nftables
|
||||||
|
nft_debug: true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue