-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmolecule.yml
30 lines (30 loc) · 923 Bytes
/
molecule.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DOCKER_IMAGE:-ubuntu2204}-ansible:latest"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: false
pre_build_image: true
cgroupns_mode: private
provisioner:
name: ansible
inventory:
group_vars:
all:
acme_certificate_directory: https://acme-staging-v02.api.letsencrypt.org/directory
acme_certificate_email: [email protected]
acme_certificate_domain: "cloudflare-${MOLECULE_DOCKER_IMAGE:-ubuntu2204}.nephelai.io"
acme_certificate_cf_account_token: "{{ lookup('env', 'CF_ACCOUNT_TOKEN') }}"
acme_certificate_cafile: /tmp/cafile
acme_certificate_chainfile: /tmp/chainfile
acme_certificate_file: /tmp/crtfile
acme_certificate_keyfile: /tmp/keyfile
scenario:
name: default
verifier:
name: ansible