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:
parent
f0c5c2b265
commit
154a7dfa02
5 changed files with 17 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue