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. Build. Destroy. Repeat.
Add "collection" to the ansible-galaxy command as it will run without making changes if that collection argument is not provided.
With collection argument:
ansible-galaxy collection install -r ./collections/requirements.yml Process install dependency map Starting collection install process Installing 'ansible.utils:2.6.1' to '/home/user/.ansible/collections/ansible_collections/ansible/utils' Installing 'community.general:5.6.0' to '/home/user/.ansible/collections/ansible_collections/community/general' Installing 'ansible.posix:1.4.0' to '/home/user/.ansible/collections/ansible_collections/ansible/posix' Installing 'kubernetes.core:2.3.2' to '/home/user/.ansible/collections/ansible_collections/kubernetes/core'
Without collection argument:
ansible-galaxy install -r ./collections/requirements.ymlCommand runs without any output to console and no actions taken
Proposed Changes
Add "collection" to the ansible-galaxy command as it will run without making changes if that collection argument is not provided.
With collection argument:
ansible-galaxy collection install -r ./collections/requirements.yml Process install dependency map Starting collection install process Installing 'ansible.utils:2.6.1' to '/home/user/.ansible/collections/ansible_collections/ansible/utils' Installing 'community.general:5.6.0' to '/home/user/.ansible/collections/ansible_collections/community/general' Installing 'ansible.posix:1.4.0' to '/home/user/.ansible/collections/ansible_collections/ansible/posix' Installing 'kubernetes.core:2.3.2' to '/home/user/.ansible/collections/ansible_collections/kubernetes/core'
Without collection argument:
ansible-galaxy install -r ./collections/requirements.yml
Command runs without any output to console and no actions takenChecklist
site.yml
playbookreset.yml
playbook