This commit is contained in:
Mike Holloway 2025-12-04 21:28:44 -05:00
parent 12f564b694
commit 981b6f2bcb

View File

@ -37,6 +37,15 @@
owner: "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
template:
src: "web/nginx.conf.j2"