- 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
18 lines
252 B
YAML
18 lines
252 B
YAML
---
|
|
galaxy_info:
|
|
author: webrecorder
|
|
namespace: webrecorder
|
|
description: Installs Browsertrix
|
|
company: webrecorder
|
|
|
|
license: ISC
|
|
|
|
min_ansible_version: "2.1"
|
|
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
|
|
dependencies: []
|