Files
ansible-tasks/certbot.yml
2026-03-15 16:04:42 +01:00

15 lines
279 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
# 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