Change nginx role to staticweb

This commit is contained in:
2023-07-20 00:39:21 -04:00
parent 9b5be29a1a
commit f4f5b10395
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"