|
---
|
|
# 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
|
|
|