FRITA-infra/webserver.yml
Kris Lamoureux 75ee5be87d
Deploy a simple webserver docker-compose stack
The beginning of a revamp of FRITA infrastructure into containers
2022-11-18 02:51:49 -05:00

7 lines
99 B
YAML

- name: Install FRITA Web Server
hosts: all
become: true
roles:
- docker
- webserver