Add Debian scenario

This commit is contained in:
Paweł Krawczyk 2021-08-07 22:40:29 +01:00
parent d786479bc1
commit da74b7d2b1
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: Converge
hosts: localhost
connection: local
roles:
- role: ipr-cnrs.nftables
nft_debug: true
# can't remove iptables on an instance with docker
nft_old_pkg_manage: false

View File

@ -0,0 +1,15 @@
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: instance
image: jrei/systemd-debian:latest
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
name: ansible
verifier:
name: ansible

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
assert:
that: true