Merge "Replace horizon default config with custom config"
This commit is contained in:
commit
08c7cc7b2d
@ -16,12 +16,18 @@
|
|||||||
|
|
||||||
- name: Copying over horizon.conf
|
- name: Copying over horizon.conf
|
||||||
template:
|
template:
|
||||||
src: "{{ item }}.conf.j2"
|
src: "{{ item }}"
|
||||||
dest: "{{ node_config_directory }}/{{ item }}/{{ item }}.conf"
|
dest: "{{ node_config_directory }}/horizon/horizon.conf"
|
||||||
with_items:
|
with_first_found:
|
||||||
- "horizon"
|
- "{{ node_custom_config }}/horizon/{{ inventory_hostname }}/horizon.conf"
|
||||||
|
- "{{ node_custom_config }}/horizon/horizon.conf"
|
||||||
|
- "horizon.conf.j2"
|
||||||
|
|
||||||
- name: Copying over local_settings
|
- name: Copying over local_settings
|
||||||
template:
|
template:
|
||||||
src: "local_settings.j2"
|
src: "{{ item }}"
|
||||||
dest: "{{ node_config_directory }}/horizon/local_settings"
|
dest: "{{ node_config_directory }}/horizon/local_settings"
|
||||||
|
with_first_found:
|
||||||
|
- "{{ node_custom_config }}/horizon/{{ inventory_hostname }}/local_settings"
|
||||||
|
- "{{ node_custom_config }}/horizon/local_settings"
|
||||||
|
- "local_settings.j2"
|
||||||
|
Loading…
Reference in New Issue
Block a user