feat: add homebox tag to ansible jobs
This commit is contained in:
parent
1d9a5d8a3c
commit
0a8f86ef36
1 changed files with 6 additions and 0 deletions
|
@ -544,6 +544,8 @@
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
- path: "{{ data_dir }}/homebox/data"
|
- path: "{{ data_dir }}/homebox/data"
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
|
tags:
|
||||||
|
- homebox
|
||||||
|
|
||||||
- name: Ensure container for homebox is running
|
- name: Ensure container for homebox is running
|
||||||
docker_container:
|
docker_container:
|
||||||
|
@ -562,6 +564,8 @@
|
||||||
HBOX_LOG_LEVEL: "info"
|
HBOX_LOG_LEVEL: "info"
|
||||||
HBOX_LOG_FORMAT: "text"
|
HBOX_LOG_FORMAT: "text"
|
||||||
HBOX_WEB_MAX_UPLOAD_SIZE: "10"
|
HBOX_WEB_MAX_UPLOAD_SIZE: "10"
|
||||||
|
tags:
|
||||||
|
- homebox
|
||||||
|
|
||||||
- name: Setup proxy site {{ homebox_domain_name }}
|
- name: Setup proxy site {{ homebox_domain_name }}
|
||||||
include_role:
|
include_role:
|
||||||
|
@ -570,6 +574,8 @@
|
||||||
site_name: "{{ homebox_domain_name }}"
|
site_name: "{{ homebox_domain_name }}"
|
||||||
proxy_port: "{{ homebox_host_port }}"
|
proxy_port: "{{ homebox_host_port }}"
|
||||||
proxy_preserve_host: "On"
|
proxy_preserve_host: "On"
|
||||||
|
tags:
|
||||||
|
- homebox
|
||||||
|
|
||||||
- name: Setup proxy site spaceapi.n39.eu
|
- name: Setup proxy site spaceapi.n39.eu
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue