vhost location file test
This commit is contained in:
parent
e0244d52d9
commit
c97defb361
@ -16,7 +16,7 @@
|
|||||||
- name: Create proxy container files
|
- name: Create proxy container files
|
||||||
copy:
|
copy:
|
||||||
src: "{{ proxy_file }}"
|
src: "{{ proxy_file }}"
|
||||||
dest: "/home/{{ user.name }}/nginx/vhost.d/{{ inventory_hostname }}"
|
dest: "/home/{{ user.name }}/nginx/vhost.d/{{ inventory_hostname }}_location"
|
||||||
owner: "{{ user.name }}"
|
owner: "{{ user.name }}"
|
||||||
group: "{{ user.name }}"
|
group: "{{ user.name }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user