Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
36f1f01120
86 changed files with 3431 additions and 0 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