Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad30a8307f
commit
f418990e84
85 changed files with 3520 additions and 2 deletions
9
roles/certbot/molecule/default/converge.yml
Normal file
9
roles/certbot/molecule/default/converge.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: molecule
|
||||
roles:
|
||||
- certbot
|
||||
vars:
|
||||
certbot_domain: test.org
|
||||
certbot_email: test@test.org
|
||||
certbot_molecule: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue