Grzegorz Koper 9146fdbc41 CI: Changing docker network driver in molecule
Setting network mode to host.
Enables testing without additional configuration of the host.

Change-Id: I46406d414290ed785a4644c88cbc76ff074e96a2
2023-11-06 09:58:16 +00:00

22 lines
348 B
YAML

---
dependency:
name: galaxy
options:
requirements-file: molecule/collections.yml
driver:
name: docker
lint: |
yamllint .
platforms:
- name: centos-stream8
image: quay.io/centos/centos:stream8
network_mode: host
provisioner:
name: ansible
lint:
name: ansible-lint
scenario:
name: default
verifier:
name: testinfra