ansible/roles/certbot/molecule/default/converge.yml
Julien Riou 0a0341e6f9
Some checks failed
/ ansible-docsmith (push) Successful in 34s
/ molecule (certbot) (push) Failing after 55s
/ molecule (galene) (push) Failing after 53s
/ molecule (golang) (push) Failing after 45s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-17 09:39:28 +01:00

9 lines
159 B
YAML

---
- name: Converge
hosts: molecule
roles:
- certbot
vars:
certbot_domain: test.org
certbot_email: test@test.org
certbot_molecule: true