move from pizzapim.nl to pim.kunis.nl
This commit is contained in:
parent
4d8f9e816c
commit
1bd61091a1
26 changed files with 66 additions and 101 deletions
|
@ -22,8 +22,8 @@
|
|||
src: "{{ role_path }}/templates/docker-compose.yml.j2"
|
||||
dest: "{{ service_dir }}/docker-compose.yml"
|
||||
- name: Copy nginx config
|
||||
copy:
|
||||
src: "{{ role_path }}/files/nginx.conf"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/nginx.conf.j2"
|
||||
dest: "{{ service_dir }}/nginx.conf"
|
||||
register: nginx_conf
|
||||
- name: Start docker compose
|
||||
|
|
Reference in a new issue