mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Rename supervisor.conf.j2 to be descriptive
supervisor.conf.j2 file is the template for supervisor.conf file for the web container rename to supervisor_web.conf make it more clear that it is use for the web container
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
src: "{{ item }}.j2"
|
src: "{{ item }}.j2"
|
||||||
dest: "{{ dockerfile_dest }}/{{ template_dest }}/{{ item }}"
|
dest: "{{ dockerfile_dest }}/{{ template_dest }}/{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "supervisor.conf"
|
- "supervisor_web.conf"
|
||||||
- "supervisor_task.conf"
|
- "supervisor_task.conf"
|
||||||
- "supervisor_rsyslog.conf"
|
- "supervisor_rsyslog.conf"
|
||||||
|
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ ADD tools/docker-compose/podman-containers.conf /var/lib/awx/.config/containers/
|
|||||||
ADD tools/ansible/roles/dockerfile/files/launch_awx.sh /usr/bin/launch_awx.sh
|
ADD tools/ansible/roles/dockerfile/files/launch_awx.sh /usr/bin/launch_awx.sh
|
||||||
ADD tools/ansible/roles/dockerfile/files/launch_awx_task.sh /usr/bin/launch_awx_task.sh
|
ADD tools/ansible/roles/dockerfile/files/launch_awx_task.sh /usr/bin/launch_awx_task.sh
|
||||||
ADD tools/ansible/roles/dockerfile/files/launch_awx_rsyslog.sh /usr/bin/launch_awx_rsyslog.sh
|
ADD tools/ansible/roles/dockerfile/files/launch_awx_rsyslog.sh /usr/bin/launch_awx_rsyslog.sh
|
||||||
ADD {{ template_dest }}/supervisor.conf /etc/supervisord.conf
|
ADD {{ template_dest }}/supervisor_web.conf /etc/supervisord_web.conf
|
||||||
ADD {{ template_dest }}/supervisor_task.conf /etc/supervisord_task.conf
|
ADD {{ template_dest }}/supervisor_task.conf /etc/supervisord_task.conf
|
||||||
ADD {{ template_dest }}/supervisor_rsyslog.conf /etc/supervisor_rsyslog.conf
|
ADD {{ template_dest }}/supervisor_rsyslog.conf /etc/supervisor_rsyslog.conf
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user