Add nginx role for static websites

This commit is contained in:
2020-09-20 20:33:03 -04:00
parent be6d1437bd
commit 8d029827e9
7 changed files with 77 additions and 0 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"