
Parameterize microk8s snap installation to choose channel and confinement. In case of strict confinement, change the group and escalate the privileges to run microk8s command. Ensure ~/.local/share directory exists that allows running juju commands in strict confinement mode. Fix linting issues. Change-Id: Iba52349df9c6d077cd33a4786359fc2d54182068
6 lines
89 B
YAML
6 lines
89 B
YAML
- hosts: all
|
|
roles:
|
|
- use-docker-mirror
|
|
- microk8s-cloud
|
|
- zaza-smoke-test
|