Deploy a simple webserver docker-compose stack

The beginning of a revamp of FRITA infrastructure into containers
This commit is contained in:
2022-11-18 02:51:49 -05:00
parent c9b21fa712
commit 75ee5be87d
16 changed files with 146 additions and 188 deletions

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