Fix k3s collection installation
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Nikolai Rodionov 2024-04-02 13:13:13 +02:00
parent d9aebffb66
commit 76b4d96da5
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 6 additions and 5 deletions

View File

@ -5,18 +5,18 @@
gather_facts: true
become: true
roles:
- role: ./.ansible/roles/k3s-ansible/roles/prereq
- role: k3s.orchestration.prereq
- name: Setup K3S server
hosts: server
remote_user: admin
become: true
roles:
- role: ./.ansible/roles/k3s-ansible/roles/k3s_server
- role: k3s.orchestration.k3s_server
- name: Setup K3S agent
hosts: agent
remote_user: admin
become: true
roles:
- role: ./.ansible/roles/k3s-ansible/roles/k3s_agent
- role: k3s.orchestration.k3s_agent

View File

@ -7,9 +7,10 @@ collections:
version: 8.5.0
- name: ansible.posix
- name: kubernetes.core
roles:
- src: git+https://git.badhouseplants.net/allanger/k3s-ansible.git
- name: git+https://git.badhouseplants.net/allanger/k3s-ansible.git
type: git
version: master
roles:
- src: git+https://git.badhouseplants.net/allanger/ansible-create-k8s-user.git
version: download-config
- xanmanning.k3s