mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Improve usage of ssl_certificate in local_docker
Remove nginx.conf from container Move nginx outside ssl_certificate block
This commit is contained in:
committed by
Shane McDonald
parent
c4a3c0aac1
commit
712b07c136
@@ -130,12 +130,6 @@
|
||||
mode: '0700'
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage nginx.conf
|
||||
template:
|
||||
src: nginx.conf.j2
|
||||
dest: "{{ docker_base_path }}/nginx.conf"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage supervisor.conf
|
||||
copy:
|
||||
src: supervisor.conf
|
||||
|
||||
Reference in New Issue
Block a user