tech-test-infra/ansible/tech-test-infra.yml

15 lines
291 B
YAML

---
# This playbook will install
# docker requirements to run the docker machines
# backend developed in go and running in a docker machine
# frontend serving static page using nginx
- name: tech-test-infra
hosts: immfly_debian10
roles:
- docker
- backend
- frontend