Deploy a simple webserver docker-compose stack
The beginning of a revamp of FRITA infrastructure into containers
This commit is contained in:
8
dev/webserver.yml
Normal file
8
dev/webserver.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Install FRITA Web Server
|
||||
hosts: all
|
||||
become: true
|
||||
vars_files:
|
||||
- vars/webserver.yml
|
||||
roles:
|
||||
- docker
|
||||
- webserver
|
||||
Reference in New Issue
Block a user