Add playbook.yaml and roles/requirements.yml from play-s3. Docker and traefik are included via include_role in the playbook.
9 lines
206 B
YAML
9 lines
206 B
YAML
---
|
|
|
|
roles:
|
|
- name: "docker"
|
|
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
|
|
scm: "git"
|
|
- name: "traefik"
|
|
src: "https://gitlab.simoncor.net/ansible/ans-traefik.git"
|
|
scm: "git"
|