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