ansible/roles/certbot/molecule/default/converge.yml
Julien Riou a3bd45d7cf
Some checks failed
/ ansible-docsmith (push) Failing after 24s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-17 09:23:17 +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