comment out "add peertube config" task

This commit is contained in:
Felix 2020-02-20 08:43:29 +01:00
parent 48bb3f19cf
commit 6d36e1a498
1 changed files with 8 additions and 6 deletions

View File

@ -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 }}'