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:
parent
bb66220bca
commit
86ae2bb9a1
2 changed files with 8 additions and 10 deletions
|
@ -7,16 +7,12 @@
|
||||||
template:
|
template:
|
||||||
src: prod.env.j2
|
src: prod.env.j2
|
||||||
dest: "{{ azuracast_host_dir }}/.env"
|
dest: "{{ azuracast_host_dir }}/.env"
|
||||||
#owner: root
|
|
||||||
#group: root
|
|
||||||
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:
|
||||||
# src: docker-compose.override.yml.j2
|
# src: docker-compose.override.yml.j2
|
||||||
# dest: "{{ azuracast_host_dir }}/docker-compose.override.yml"
|
# dest: "{{ azuracast_host_dir }}/docker-compose.override.yml"
|
||||||
#owner: root
|
|
||||||
#group: root
|
|
||||||
# mode: 0644
|
# mode: 0644
|
||||||
|
|
||||||
- name: AzuraCast - Download {{ docker_sh_url }} to {{ azuracast_host_dir }}
|
- name: AzuraCast - Download {{ docker_sh_url }} to {{ azuracast_host_dir }}
|
||||||
|
@ -50,8 +46,6 @@
|
||||||
template:
|
template:
|
||||||
src: azuracast.env
|
src: azuracast.env
|
||||||
dest: "{{ azuracast_host_dir }}/"
|
dest: "{{ azuracast_host_dir }}/"
|
||||||
#owner: root
|
|
||||||
#group: root
|
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
- name: AzuraCast - Make directory {{ docker_container_dir }}
|
- name: AzuraCast - Make directory {{ docker_container_dir }}
|
||||||
|
@ -65,10 +59,14 @@
|
||||||
path: /var/lib/docker
|
path: /var/lib/docker
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
- name: AzuraCast - Setup for stable channel install
|
# 2022-09-28: "yes 'Y'" toggled whatever it found in /opt/azuracast/.env (e.g.
|
||||||
shell: "yes 'Y' | /bin/bash docker.sh setup-release"
|
# AZURACAST_VERSION=stable from templates/prod.env.j2) to the opposite (e.g.
|
||||||
args:
|
# AZURACAST_VERSION=latest). Let's not modify /opt/azuracast/.env unless nec!
|
||||||
chdir: "{{ azuracast_host_dir }}"
|
#
|
||||||
|
# - 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
|
- name: AzuraCast - Run the installer
|
||||||
shell: "yes '' | /bin/bash docker.sh install"
|
shell: "yes '' | /bin/bash docker.sh install"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue