- adds an ansible/ directory for management deployments, starting with microk8s - has a microk8s role we will need to add workers - has a playbook with variables that can install most places
23 lines
390 B
YAML
23 lines
390 B
YAML
---
|
|
scenario:
|
|
name: default
|
|
lint: |
|
|
set -e
|
|
yamllint .
|
|
ansible-lint
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: browsertrix-instance
|
|
image: "geerlingguy/docker-ubuntu2004-ansible:latest"
|
|
command: /sbin/init
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
privileged: true
|
|
pre_build_image: true
|
|
provisioner:
|
|
name: ansible
|
|
log: true
|
|
verifier:
|
|
name: ansible
|