+ qrcodes now part of project athens scope

This commit is contained in:
2022-07-24 23:33:50 -07:00
parent 836101beca
commit 026ee129eb
5 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
---
- hosts: web
remote_user: web
tasks:
- name: Fetch variables from role specific vars file
include_vars:
file: ../vars/main.yml
- name: Push out qrcodes public content
copy:
src: "{{QRCODES_LOCAL_PUBLIC}}/public/"
dest: /var/www/qrcodes.leftcoast.space