Deploy certs for zigbee2mqtt.ccchh.net using new certbot role

Also add certbot role to deploy.yaml playbook and add accompanying
group.
This commit is contained in:
June 2023-08-02 22:53:37 +02:00 committed by julian
commit 154a7dfa02
5 changed files with 17 additions and 10 deletions

View file

@ -57,6 +57,11 @@
roles:
- cert
- name: Ensure certbot and certificate deployment on certbot_hosts
hosts: certbot_hosts
roles:
- certbot
- name: Ensure Docker Compose deployment on docker_compose_hosts
hosts: docker_compose_hosts
roles: