diff options
Diffstat (limited to 'molecule/debian/molecule.yml')
| -rw-r--r-- | molecule/debian/molecule.yml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/molecule/debian/molecule.yml b/molecule/debian/molecule.yml new file mode 100644 index 00000000..e549997a --- /dev/null +++ b/molecule/debian/molecule.yml @@ -0,0 +1,40 @@ +--- +role_name_check: 1 +dependency: + name: galaxy + options: + ignore-errors: true +driver: + name: podman +platforms: + - name: debian + dockerfile: Dockerfile.j2 + platform: "linux/amd64" + pre_build_image: false + privileged: true + command: ${MOLECULE_COMMAND:-"/lib/systemd/systemd"} + tmpfs: + "/tmp": "rw" + "/run": "rw,exec" + volumes: + - "/sys/fs/cgroup:/sys/fs/cgroup:rw" + cgroupns_mode: host + +provisioner: + name: ansible + inventory: + links: + host_vars: "../../host_vars/" + group_vars: "../../group_vars/" + env: + ANSIBLE_ROLES_PATH: "../../roles" + config_options: + defaults: + callback_result_format: yaml + interpreter_python: /usr/bin/python3 + ssh_connection: + pipelining: true + playbooks: + converge: converge.yml +verifier: + name: ansible |
