Add Portainer #45

Merged
lukas merged 15 commits from add-portainer into main 2021-06-21 09:59:57 +00:00
1 changed files with 7 additions and 1 deletions
Showing only changes of commit f5824a5ffe - Show all commits

View File

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