This commit is contained in:
2022-11-18 02:28:35 -05:00
parent c9b21fa712
commit 7d1a2e9fd9
15 changed files with 127 additions and 175 deletions

5
dev/vars/webserver.yml Normal file
View File

@@ -0,0 +1,5 @@
docker_users:
- vagrant
webserver_env:
TRAEFIK_DOMAIN: traefik.example.org

8
dev/webserver.yml Normal file
View File

@@ -0,0 +1,8 @@
- name: Install FRITA Web Server
hosts: all
become: true
vars_files:
- vars/webserver.yml
roles:
- docker
- webserver