mirror of
https://github.com/Expand-sys/pihole-dnsovertls
synced 2025-12-15 15:02:13 +11:00
Update main.ansible.yml
This commit is contained in:
parent
fa7988a888
commit
256f652a3f
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@
|
|||
- name: run certbot cert grab
|
||||
ansible.builtin.shell:
|
||||
cmd: |
|
||||
sudo certbot certonly --standalone -m "{{ DNSEMAIL }}" -d "{{ DNSDOMAIN }}" -n --agree-tos --no-eff-email --preferred-chain="ISRG Root X1"
|
||||
sudo systemctl stop nginx && sudo certbot certonly --standalone -m "{{ DNSEMAIL }}" -d "{{ DNSDOMAIN }}" -n --agree-tos --no-eff-email --preferred-chain="ISRG Root X1"
|
||||
|
||||
|
||||
- name: configure nginx for streams
|
||||
|
|
@ -243,4 +243,4 @@
|
|||
user: "root"
|
||||
minute: "0"
|
||||
hour: "12"
|
||||
day: "1"
|
||||
day: "1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue