portainer: copy nginx conf
This commit is contained in:
parent
a2651e5f79
commit
f07c3128e1
|
@ -11,3 +11,9 @@
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
state: started
|
state: started
|
||||||
|
- name: copy nginx conf
|
||||||
|
template:
|
||||||
|
src: portainer.conf.j2
|
||||||
|
dest: "{{ data_folder }}/nginx/conf.d/{{ role_name }}.{{ base_domain }}.conf"
|
||||||
|
mode: "755"
|
||||||
|
notify: reload nginx
|
Loading…
Reference in New Issue