Improve usage of ssl_certificate in local_docker

Remove nginx.conf from container

Move nginx outside ssl_certificate block
This commit is contained in:
Raphaël COMBEAU
2019-10-18 20:20:35 +02:00
committed by Shane McDonald
parent c4a3c0aac1
commit 712b07c136
5 changed files with 2 additions and 7 deletions

View File

@@ -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