ansible/roles/certbot/molecule/default/converge.yml
Julien Riou f418990e84
All checks were successful
/ ansible-docsmith (push) Successful in 41s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-03-23 10:53:38 +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