+ qrcodes now part of project athens scope
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
tasks:
|
||||
- name: Push Nginx Site Configs into available site listings
|
||||
copy:
|
||||
src: "{{item}}"
|
||||
src: "base-site-conf/{{item}}"
|
||||
dest: /etc/nginx/sites-available/
|
||||
loop:
|
||||
- base-site-conf/freechat.shockrah.xyz
|
||||
- base-site-conf/resume.shockrah.xyz
|
||||
- base-site-conf/shockrah.xyz
|
||||
- freechat.shockrah.xyz
|
||||
- resume.shockrah.xyz
|
||||
- shockrah.xyz
|
||||
- qrcodes.leftcoast.space
|
||||
|
||||
- name: Enable Static Sites in Nginx
|
||||
file:
|
||||
@@ -22,6 +23,7 @@
|
||||
- freechat.shockrah.xyz
|
||||
- resume.shockrah.xyz
|
||||
- shockrah.xyz
|
||||
- qrcodes.leftcoast.space
|
||||
|
||||
- name: Restart Nginx Service
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user