1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Rename azuracast.env.j2; Try w/o docker-compose.yml

This commit is contained in:
root 2022-09-28 22:01:25 -04:00
parent 17fb922f8d
commit c3efbb7def
2 changed files with 13 additions and 10 deletions

View file

@ -7,7 +7,7 @@
template:
src: prod.env.j2
dest: "{{ azuracast_host_dir }}/.env"
mode: 0644
#mode: 0644
#- name: AzuraCast - Install {{ azuracast_host_dir }}/docker-compose.override.yml from template
# template:
@ -22,12 +22,15 @@
mode: 0755
timeout: "{{ download_timeout }}"
- name: AzuraCast - Download AzuraCast's docker-compose.yml sample from GitHub to {{ azuracast_host_dir }}
get_url:
url: "{{ docker_compose_url }}"
dest: "{{ azuracast_host_dir }}/docker-compose.yml"
mode: 0755
timeout: "{{ download_timeout }}"
# 2022-09-28: https://docs.azuracast.com/en/getting-started/installation/docker
# suggests this step might not be necessary.
#
# - name: AzuraCast - Download AzuraCast's docker-compose.yml sample from GitHub to {{ azuracast_host_dir }}
# get_url:
# url: "{{ docker_compose_url }}"
# dest: "{{ azuracast_host_dir }}/docker-compose.yml"
# mode: 0755
# timeout: "{{ download_timeout }}"
#- name: AzuraCast - Make changes to docker.sh script so it runs headless
# lineinfile:
@ -44,9 +47,9 @@
- name: AzuraCast - Install {{ azuracast_host_dir }}/azuracast.env for altered ports
template:
src: azuracast.env
dest: "{{ azuracast_host_dir }}/"
mode: 0644
src: azuracast.env.j2
dest: "{{ azuracast_host_dir }}/azuracast.env"
#mode: 0644
- name: AzuraCast - Make directory {{ docker_container_dir }}
file: