mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-03-11 23:32:12 +01:00
fix(ci): self-hosted
This commit is contained in:
@@ -8,8 +8,8 @@ driver:
|
||||
platforms:
|
||||
- name: control1
|
||||
box: generic/ubuntu2204
|
||||
memory: 512
|
||||
cpus: 1
|
||||
memory: 4096
|
||||
cpus: 4
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- master
|
||||
@@ -24,8 +24,8 @@ platforms:
|
||||
|
||||
- name: control2
|
||||
box: generic/ubuntu2204
|
||||
memory: 512
|
||||
cpus: 1
|
||||
memory: 4096
|
||||
cpus: 4
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- master
|
||||
@@ -40,8 +40,8 @@ platforms:
|
||||
|
||||
- name: node1
|
||||
box: generic/ubuntu2204
|
||||
memory: 512
|
||||
cpus: 1
|
||||
memory: 4096
|
||||
cpus: 4
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- node
|
||||
|
||||
Reference in New Issue
Block a user