files.yml
This commit is contained in:
parent
fee7347015
commit
bebfcca19f
@ -12,21 +12,6 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
loop_var: "subdir"
|
loop_var: "subdir"
|
||||||
|
|
||||||
|
|
||||||
- name: Create proxy container files
|
|
||||||
copy:
|
|
||||||
src: "nextcloud.vhost.conf"
|
|
||||||
dest: "/home/{{ user.name }}/nginx/vhost.d/{{ inventory_hostname }}"
|
|
||||||
owner: "{{ user.name }}"
|
|
||||||
group: "{{ user.name }}"
|
|
||||||
|
|
||||||
- copy:
|
|
||||||
src: "nextcloud.vhost.conf_location"
|
|
||||||
dest: "/home/{{ user.name }}/nginx/vhost.d/{{ inventory_hostname }}_location"
|
|
||||||
owner: "{{ user.name }}"
|
|
||||||
group: "{{ user.name }}"
|
|
||||||
|
|
||||||
|
|
||||||
- name: Create Compose File
|
- name: Create Compose File
|
||||||
template:
|
template:
|
||||||
src: "docker-compose.yml.j2"
|
src: "docker-compose.yml.j2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user