Something went wrong on our end
-
Stéphane Diemer authoredStéphane Diemer authored
letsencrypt.yml 116 B
#!/usr/bin/env ansible-playbook
---
- name: Let's encrypt
hosts: all
tags: all
roles:
- letsencrypt
...
#!/usr/bin/env ansible-playbook
---
- name: Let's encrypt
hosts: all
tags: all
roles:
- letsencrypt
...