* Fixing alpha certbot host target

This commit is contained in:
shockrah 2022-02-08 20:01:18 -08:00
parent 4b6b32e7fd
commit 7bb82cce52
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,14 @@
---
- hosts: alpha
remote_user: ubuntu
become: yes
become_method: sudo
tasks:
- name: Install New Certificate for all sites
command: >
certbot -n --nginx -m "{{CERT_EMAIL}}" --agree-tos
--domains "{{item}}"
loop:
- search.project-athens.xyz
- clips.shockrah.xyz

View File

@ -7,7 +7,6 @@
- hosts: beta
remote_user: ubuntu
become: yes
become_method: sudo
tasks:
- name: Install New Certificate for all sites
command: >