Skip to content

Commit

Permalink
Merge branch 'galaxy' of github.com:egandro/k3s-ansible into galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
egandro committed Nov 2, 2023
2 parents 6da88d1 + 5e680e1 commit d0d7026
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,39 @@ authors:

### OPTIONAL but strongly recommended
# A short summary description of the collection
description: your collection description
description: >
The easiest way to bootstrap a self-hosted High Availability Kubernetes
cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB,
and more.
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
license:
- Apache-2.0

# The path to the license file for the collection. This path is relative to the root of the collection. This key is
# mutually exclusive with 'license'
license_file: ''

# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
tags: []
tags:
- etcd
- high-availability
- k8s
- k3s
- k3s-cluster
- kube-vip
- kubernetes
- metallb
- rancher

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies: {}
dependencies:
ansible.utils: '*'
ansible.posix: '*'
community.general: '*'
kubernetes.core: '*'

# The URL of the originating SCM repository
repository: https://github.com/techno-tim/k3s-ansible
Expand Down

0 comments on commit d0d7026

Please sign in to comment.