diff options
| author | 2024-05-27 21:13:33 +0200 | |
|---|---|---|
| committer | 2024-05-27 19:13:33 +0000 | |
| commit | 7a24f3b892b62f7e433b13dca19632f029528dfd (patch) | |
| tree | 1e06ce4687ae7821de70b13470bc449cb1d73742 /ansible/playbook.yml | |
| parent | Add new ServiceAccount for cert issuance (diff) | |
Group and deploy certificates per target host (#316)
* request certificates per target domain
* run certbot role on all hosts
Diffstat (limited to 'ansible/playbook.yml')
| -rw-r--r-- | ansible/playbook.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 9496409..62fc2d0 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -1,6 +1,7 @@ - name: Deploy common services hosts: all roles: + - certbot - common - pydis-users - nftables @@ -16,10 +17,9 @@ - prometheus - prometheus-blackbox-exporter -- name: Deploy nginx & certbot to hosts +- name: Deploy nginx to hosts hosts: nginx roles: - - certbot - nginx - nginx-geoip - nginx-cloudflare-mtls |