This commit is contained in:
2023-07-20 00:26:25 -04:00
parent 027ba46f6b
commit 5d2cbc56c7
4 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
nginx_name: "{{ nginx_domain }}"
nginx_repo_branch: master
nginx_repo_dest: "{{ nginx_root }}/repository"
nginx_repo_key: "{{ nginx_root }}/id_rsa"
nginx_root: /opt/nginx/{{ nginx_name }}
nginx_html: "{{ nginx_root }}/html"