Merge "Migrate config installation from copy -> template"
This commit is contained in:
commit
e359fd93fe
@ -23,9 +23,9 @@
|
||||
- /etc/zuul
|
||||
- /var/log/zuul
|
||||
|
||||
- name: Copy gearman logging file.
|
||||
- name: Install gearman logging file.
|
||||
become: yes
|
||||
copy:
|
||||
template:
|
||||
dest: "{{ zuul_file_gearman_logging_conf_dest }}"
|
||||
group: "{{ zuul_file_gearman_logging_conf_group }}"
|
||||
mode: "{{ zuul_file_gearman_logging_conf_mode }}"
|
||||
@ -34,9 +34,9 @@
|
||||
register: zuul_file_gearman_logging_conf
|
||||
notify: Reload zuul-server
|
||||
|
||||
- name: Copy launcher logging file.
|
||||
- name: Install launcher logging file.
|
||||
become: yes
|
||||
copy:
|
||||
template:
|
||||
dest: "{{ zuul_file_launcher_logging_conf_dest }}"
|
||||
group: "{{ zuul_file_launcher_logging_conf_group }}"
|
||||
mode: "{{ zuul_file_launcher_logging_conf_mode }}"
|
||||
@ -45,9 +45,9 @@
|
||||
register: zuul_file_launcher_logging_conf
|
||||
notify: Reload zuul-launcher
|
||||
|
||||
- name: Copy merger logging file.
|
||||
- name: Install merger logging file.
|
||||
become: yes
|
||||
copy:
|
||||
template:
|
||||
dest: "{{ zuul_file_merger_logging_conf_dest }}"
|
||||
group: "{{ zuul_file_merger_logging_conf_group }}"
|
||||
mode: "{{ zuul_file_merger_logging_conf_mode }}"
|
||||
@ -56,9 +56,9 @@
|
||||
register: zuul_file_merger_logging_conf
|
||||
notify: Reload zuul-merger
|
||||
|
||||
- name: Copy server logging file.
|
||||
- name: Install server logging file.
|
||||
become: yes
|
||||
copy:
|
||||
template:
|
||||
dest: "{{ zuul_file_server_logging_conf_dest }}"
|
||||
group: "{{ zuul_file_server_logging_conf_group }}"
|
||||
mode: "{{ zuul_file_server_logging_conf_mode }}"
|
||||
@ -67,7 +67,7 @@
|
||||
register: zuul_file_server_logging_conf
|
||||
notify: Reload zuul-server
|
||||
|
||||
- name: Copy layout configuration.
|
||||
- name: Install layout configuration.
|
||||
become: yes
|
||||
copy:
|
||||
dest: "{{ zuul_file_layout_dest }}"
|
||||
@ -78,9 +78,9 @@
|
||||
register: zuul_file_layout
|
||||
notify: Reload zuul-server
|
||||
|
||||
- name: Copy zuul configuration.
|
||||
- name: Install zuul configuration.
|
||||
become: yes
|
||||
copy:
|
||||
template:
|
||||
dest: "{{ zuul_file_zuul_conf_dest }}"
|
||||
group: "{{ zuul_file_zuul_conf_group }}"
|
||||
mode: "{{ zuul_file_zuul_conf_mode }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user