-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmolecule.yml
31 lines (31 loc) · 1 KB
/
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
31
---
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: "route53-${MOLECULE_DOCKER_IMAGE:-ubuntu2204}.home.nephelai.io"
acme_certificate_aws_accesskey_id: "{{ lookup('env', 'AWS_ACCESS_KEY_ID') }}"
acme_certificate_aws_accesskey_secret: "{{ lookup('env', 'AWS_SECRET_ACCESS_KEY') }}"
acme_certificate_cafile: /tmp/cafile
acme_certificate_chainfile: /tmp/chainfile
acme_certificate_certfile: /tmp/crtfile
acme_certificate_keyfile: /tmp/keyfile
scenario:
name: default
verifier:
name: ansible