immich
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: Letsencrypt
|
||||
hosts: pi
|
||||
hosts: beepi
|
||||
become: true
|
||||
tasks:
|
||||
- name: Install Certbot
|
||||
@@ -9,31 +9,14 @@
|
||||
|
||||
- name: Request root certificates
|
||||
changed_when: true
|
||||
ansible.builtin.command: certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains secretbee.buzz
|
||||
|
||||
- name: Request root certificates
|
||||
changed_when: true
|
||||
ansible.builtin.command: certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains lounge.secretbee.buzz
|
||||
|
||||
- name: Request irc certificates
|
||||
changed_when: true
|
||||
ansible.builtin.command: certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains irc.secretbee.buzz
|
||||
|
||||
- name: Request git certificates
|
||||
changed_when: true
|
||||
ansible.builtin.command: certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains git.secretbee.buzz
|
||||
|
||||
- name: Request grafana certificates
|
||||
changed_when: true
|
||||
ansible.builtin.command: certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains grafana.secretbee.buzz
|
||||
|
||||
- name: Request mail certificates
|
||||
changed_when: true
|
||||
ansible.builtin.command: certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains mail.secretbee.buzz
|
||||
|
||||
- name: Request matrix certificates
|
||||
changed_when: true
|
||||
ansible.builtin.command: certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains matrix.secretbee.buzz
|
||||
ansible.builtin.command: "certbot certonly --nginx -m secretbumblebee@proton.me --agree-tos -n --domains {{ item }}"
|
||||
loop:
|
||||
- secretbee.buzz
|
||||
- git.secretbee.buzz
|
||||
- grafana.secretbee.buzz
|
||||
- mail.secretbee.buzz
|
||||
- matrix.secretbee.buzz
|
||||
- gallery.secretbee.buzz
|
||||
|
||||
- name: Add post hook script
|
||||
ansible.builtin.copy:
|
||||
|
||||
Reference in New Issue
Block a user