From 804331585662facd1b6587ec9c4c4c0b39ebeb09 Mon Sep 17 00:00:00 2001 From: egandro Date: Wed, 1 Nov 2023 17:01:08 +0100 Subject: [PATCH 1/4] Updated description Co-authored-by: Dov Benyomin Sohacheski --- galaxy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 0c0946fe6..8ce006752 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -21,7 +21,10 @@ 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' From ec64684ed5392aaeceb59cd3c1915047c395d0c8 Mon Sep 17 00:00:00 2001 From: egandro Date: Wed, 1 Nov 2023 17:02:01 +0100 Subject: [PATCH 2/4] Updated license_file section Co-authored-by: Dov Benyomin Sohacheski --- galaxy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 8ce006752..ce01ab688 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -31,9 +31,6 @@ description: > 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' From 8deda2044da88943e1a987638359f633e0b5d869 Mon Sep 17 00:00:00 2001 From: egandro Date: Wed, 1 Nov 2023 17:02:12 +0100 Subject: [PATCH 3/4] Updated tags section Co-authored-by: Dov Benyomin Sohacheski --- galaxy.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index ce01ab688..26a81e040 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -34,7 +34,16 @@ license: # 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 From 5e680e1e0ccc43ca6dbfff1bf2791a85279137e8 Mon Sep 17 00:00:00 2001 From: egandro Date: Wed, 1 Nov 2023 17:02:33 +0100 Subject: [PATCH 4/4] Updated dependencies section Co-authored-by: Dov Benyomin Sohacheski --- galaxy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 26a81e040..22e932861 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -49,7 +49,11 @@ tags: # 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