mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Simplified azuracast/tasks/install.yml
This commit is contained in:
parent
c3efbb7def
commit
e595328fc1
1 changed files with 10 additions and 14 deletions
|
@ -7,13 +7,11 @@
|
||||||
template:
|
template:
|
||||||
src: prod.env.j2
|
src: prod.env.j2
|
||||||
dest: "{{ azuracast_host_dir }}/.env"
|
dest: "{{ azuracast_host_dir }}/.env"
|
||||||
#mode: 0644
|
|
||||||
|
|
||||||
#- name: AzuraCast - Install {{ azuracast_host_dir }}/docker-compose.override.yml from template
|
- name: AzuraCast - Install {{ azuracast_host_dir }}/azuracast.env for altered ports
|
||||||
# template:
|
template:
|
||||||
# src: docker-compose.override.yml.j2
|
src: azuracast.env.j2
|
||||||
# dest: "{{ azuracast_host_dir }}/docker-compose.override.yml"
|
dest: "{{ azuracast_host_dir }}/azuracast.env"
|
||||||
# mode: 0644
|
|
||||||
|
|
||||||
- name: AzuraCast - Download {{ docker_sh_url }} to {{ azuracast_host_dir }}
|
- name: AzuraCast - Download {{ docker_sh_url }} to {{ azuracast_host_dir }}
|
||||||
get_url:
|
get_url:
|
||||||
|
@ -22,14 +20,18 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
|
|
||||||
|
#- 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"
|
||||||
|
|
||||||
# 2022-09-28: https://docs.azuracast.com/en/getting-started/installation/docker
|
# 2022-09-28: https://docs.azuracast.com/en/getting-started/installation/docker
|
||||||
# suggests this step might not be necessary.
|
# (& testing) confirm this is done automatically by 'docker.sh install' below.
|
||||||
#
|
#
|
||||||
# - name: AzuraCast - Download AzuraCast's docker-compose.yml sample from GitHub to {{ azuracast_host_dir }}
|
# - name: AzuraCast - Download AzuraCast's docker-compose.yml sample from GitHub to {{ azuracast_host_dir }}
|
||||||
# get_url:
|
# get_url:
|
||||||
# url: "{{ docker_compose_url }}"
|
# url: "{{ docker_compose_url }}"
|
||||||
# dest: "{{ azuracast_host_dir }}/docker-compose.yml"
|
# dest: "{{ azuracast_host_dir }}/docker-compose.yml"
|
||||||
# mode: 0755
|
|
||||||
# timeout: "{{ download_timeout }}"
|
# 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
|
||||||
|
@ -45,12 +47,6 @@
|
||||||
# regexp: "^( *- \\')8([0-9]{3})\\:8([0-9]{3}\\'.*)$"
|
# regexp: "^( *- \\')8([0-9]{3})\\:8([0-9]{3}\\'.*)$"
|
||||||
# replace: "\\g<1>{{ azuracast_port_range_prefix }}\\g<2>:{{ azuracast_port_range_prefix }}\\g<3>"
|
# replace: "\\g<1>{{ azuracast_port_range_prefix }}\\g<2>:{{ azuracast_port_range_prefix }}\\g<3>"
|
||||||
|
|
||||||
- name: AzuraCast - Install {{ azuracast_host_dir }}/azuracast.env for altered ports
|
|
||||||
template:
|
|
||||||
src: azuracast.env.j2
|
|
||||||
dest: "{{ azuracast_host_dir }}/azuracast.env"
|
|
||||||
#mode: 0644
|
|
||||||
|
|
||||||
- name: AzuraCast - Make directory {{ docker_container_dir }}
|
- name: AzuraCast - Make directory {{ docker_container_dir }}
|
||||||
file:
|
file:
|
||||||
path: "{{ docker_container_dir }}"
|
path: "{{ docker_container_dir }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue