Create inventory file

This commit is contained in:
Paweł Krawczyk 2021-08-07 13:04:49 +01:00
parent 5df70d971f
commit 933cf1df4e
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,8 @@ jobs:
with:
path: ${{ github.repository }}
- run: echo -e "[all]\nlocalhost" > /etc/ansible/inventory
- name: Ansible Molecule
uses: MonolithProjects/action-molecule@v1.4.3
with:

View File

@ -1,7 +1,9 @@
---
- name: Converge
hosts: all
hosts: localhost
connection: local
roles:
- role: ipr-cnrs.nftables
nft_debug: true