system-config/playbooks/service-refstack.yaml
Clark Boylan a4604ae0b3 Deploy refstack with ansible docker
This adds a dockerfile to build an opendevorg/refstack image as well as
the jobs to build and publish it.

Change-Id: Icade6c713fa9bf6ab508fd4d8d65debada2ddb30
2021-02-05 19:23:34 +00:00

6 lines
129 B
YAML

- hosts: "refstack-docker:!disabled"
name: "Configure refstack service in docker"
roles:
- install-docker
- refstack