
Reorganise the ansible config into distinct roles. This will make managing templates and default variables cleaner. I have tested this as best I can locally. Change-Id: Ib0be8dde453064336fd2e69afe466f4d64956743
7 lines
104 B
YAML
7 lines
104 B
YAML
- hosts: all
|
|
roles:
|
|
- use-docker-mirror
|
|
- microk8s-cloud
|
|
- zaza-smoke-test
|
|
- collect-run-data
|