mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 00:08:20 -05:00
comment out "add peertube config" task
This commit is contained in:
parent
48bb3f19cf
commit
6d36e1a498
@ -42,12 +42,14 @@
|
|||||||
access_time: preserve
|
access_time: preserve
|
||||||
modification_time: preserve
|
modification_time: preserve
|
||||||
|
|
||||||
- name: add peertube config
|
# NOTE: disabled because `force: no` is broken for get_url
|
||||||
get_url:
|
# https://github.com/ansible/ansible/issues/64016
|
||||||
url: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml
|
#- name: add peertube config
|
||||||
dest: /peertube/volumes/config/production.yaml
|
# get_url:
|
||||||
mode: 0644
|
# url: https://raw.githubusercontent.com/Chocobozzz/PeerTube/develop/support/docker/production/config/production.yaml
|
||||||
force: no
|
# dest: /peertube/volumes/config/production.yaml
|
||||||
|
# mode: 0644
|
||||||
|
# force: no
|
||||||
|
|
||||||
- name: request letsencrypt certificates
|
- name: request letsencrypt certificates
|
||||||
command: certbot certonly --standalone --agree-tos -d '{{ domain }}' -m '{{ letsencrypt_contact_email }}'
|
command: certbot certonly --standalone --agree-tos -d '{{ domain }}' -m '{{ letsencrypt_contact_email }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user