1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Skip 'docker.sh setup-release'

This commit is contained in:
root 2022-09-28 19:40:25 -04:00
parent bb66220bca
commit 86ae2bb9a1
2 changed files with 8 additions and 10 deletions

View file

@ -7,16 +7,12 @@
template:
src: prod.env.j2
dest: "{{ azuracast_host_dir }}/.env"
#owner: root
#group: root
mode: 0644
#- name: AzuraCast - Install {{ azuracast_host_dir }}/docker-compose.override.yml from template
# template:
# src: docker-compose.override.yml.j2
# dest: "{{ azuracast_host_dir }}/docker-compose.override.yml"
#owner: root
#group: root
# mode: 0644
- name: AzuraCast - Download {{ docker_sh_url }} to {{ azuracast_host_dir }}
@ -50,8 +46,6 @@
template:
src: azuracast.env
dest: "{{ azuracast_host_dir }}/"
#owner: root
#group: root
mode: 0644
- name: AzuraCast - Make directory {{ docker_container_dir }}
@ -65,10 +59,14 @@
path: /var/lib/docker
state: link
- name: AzuraCast - Setup for stable channel install
shell: "yes 'Y' | /bin/bash docker.sh setup-release"
args:
chdir: "{{ azuracast_host_dir }}"
# 2022-09-28: "yes 'Y'" toggled whatever it found in /opt/azuracast/.env (e.g.
# AZURACAST_VERSION=stable from templates/prod.env.j2) to the opposite (e.g.
# AZURACAST_VERSION=latest). Let's not modify /opt/azuracast/.env unless nec!
#
# - name: AzuraCast - Setup for stable channel install
# shell: "yes 'Y' | /bin/bash docker.sh setup-release"
# args:
# chdir: "{{ azuracast_host_dir }}"
- name: AzuraCast - Run the installer
shell: "yes '' | /bin/bash docker.sh install"