
Setting network mode to host. Enables testing without additional configuration of the host. Change-Id: I46406d414290ed785a4644c88cbc76ff074e96a2
22 lines
348 B
YAML
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
|