web dir
This commit is contained in:
parent
12f564b694
commit
981b6f2bcb
@ -37,6 +37,15 @@
|
|||||||
owner: "100999"
|
owner: "100999"
|
||||||
group: "100999"
|
group: "100999"
|
||||||
|
|
||||||
|
- name: Cointainer Path nginx.conf directory
|
||||||
|
file:
|
||||||
|
path: "/home/{{ user.name }}/web"
|
||||||
|
owner: "{{ user.name }}"
|
||||||
|
group: "{{ user.name }}"
|
||||||
|
state: directory
|
||||||
|
owner: "100999"
|
||||||
|
group: "100999"
|
||||||
|
|
||||||
- name: Create NGINX conf file
|
- name: Create NGINX conf file
|
||||||
template:
|
template:
|
||||||
src: "web/nginx.conf.j2"
|
src: "web/nginx.conf.j2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user