2023-11-18 14:31:00 +01:00
|
|
|
---
|
2023-11-18 15:20:22 +01:00
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
options:
|
|
|
|
requirements-file: molecule/default/requirements.yml
|
2023-11-18 14:31:00 +01:00
|
|
|
platforms:
|
2023-11-18 15:20:22 +01:00
|
|
|
- name: molecule-ubuntu
|
2023-11-18 17:52:06 +01:00
|
|
|
image: geerlingguy/docker-ubuntu1804-ansible:latest
|
|
|
|
privileged: true
|
|
|
|
pre_build_image: true
|
|
|
|
capabilities:
|
|
|
|
- SYS_ADMIN
|
|
|
|
tmpfs:
|
|
|
|
- /tmp
|
|
|
|
- /run
|
|
|
|
- /run/lock
|
|
|
|
volumes:
|
|
|
|
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
|
|
|
|
- '/var/run/docker.sock:/tmp/docker_mounted.sock'
|
|
|
|
command: 'lib/systemd/systemd'
|
|
|
|
stop_signal: 'RTMIN+3'
|
2023-11-18 15:20:22 +01:00
|
|
|
|