portainer: copy nginx conf
This commit is contained in:
parent
1ad9787b17
commit
f5824a5ffe
|
@ -11,3 +11,9 @@
|
|||
- "8000:8000"
|
||||
- "9000:9000"
|
||||
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