9 lines
159 B
YAML
9 lines
159 B
YAML
---
|
|
- name: Converge
|
|
hosts: molecule
|
|
roles:
|
|
- certbot
|
|
vars:
|
|
certbot_domain: test.org
|
|
certbot_email: test@test.org
|
|
certbot_molecule: true
|