15 lines
279 B
YAML
15 lines
279 B
YAML
---
|
||
# Setup Certbot (Let´s Encrypt) and grab certs for all services in group_vars/nginxproxy.yml
|
||
#
|
||
# Run:
|
||
# ansible-playbook -i inventory/hosts tasks/certbot.yml
|
||
#
|
||
# Prepare:
|
||
# See readme.md and init your workspace
|
||
- hosts: all
|
||
gather_facts: true
|
||
|
||
roles:
|
||
|
||
- lsa.certbot
|