Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
diff --git a/deployments/k3s-single-node/inventory.example.yaml b/deployments/k3s-single-node/inventory.example.yaml
index b9d8daf..4e42106 100644
--- a/deployments/k3s-single-node/inventory.example.yaml
+++ b/deployments/k3s-single-node/inventory.example.yaml
@@ -1,43 +1,43 @@
---
all:
vars:
# Also a db secret but not in values.yaml
k3s_db_password: simple123
domain: kolab.local
# The public ip that the domain resolves to
public_ip: null
admin_password: simple123
chart_url: "oci://quay.io/apheleiait/kolab/kolab"
# This is the password that we change the root password to
vm_root_password: simple123
# Vars for the KVM role (provision_vm: true)
provision_vm: true
recreate_vm: false
# The disk image that will be used to initialize the vm's
disk_image: "https://mirror.apheleia-it.ch/pub/kolab-minimal-0.1.qcow2"
- vm_memory: 8192
+ vm_memory: 4G
# The livirt pool that will hold the disk images
vm_pool: default
# Vars for a disabled KVM role (provision_vm: false)
# Note that in this case the ip is not discovered and needs to be configured in hosts below.
# provision_vm: false
hosts:
localhost:
ansible_connection: local
# Vars for a disabled KVM role (provision_vm: false)
# kolab1:
# ansible_host: 192.168.122.110
infrastructure_nodes:
hosts:
kolab1:
worker_nodes:
hosts:
kolab1:
hypervisor_primary_group:
vars:
qemu_uri: qemu:///system
hosts:
kolab1:
diff --git a/examples/k3s-single-node/inventory.yaml b/examples/k3s-single-node/inventory.yaml
index e131eab..65db3d3 100644
--- a/examples/k3s-single-node/inventory.yaml
+++ b/examples/k3s-single-node/inventory.yaml
@@ -1,34 +1,34 @@
---
all:
vars:
domain: kolab.local
admin_password: simple123
chart_url: "{{ playbook_dir }}/../../../kolab"
local_registry: false
k3s_db_password: simple123
vm_root_password: simple123
# Vars for the KVM role (provision_vm: true)
provision_vm: true
# disk_image_path: ../../../kolab-kubernetes/build/packer/artifacts/qemu/kolab-minimal-0.1/kolab-minimal-0.1.qcow2
- vm_memory: 4096
+ vm_memory: 4G
# Vars for a disabled KVM role (provision_vm: false)
# Note that in this case the ip is not discovered and needs to be configured.
# provision_vm: false
hosts:
# kolab1:
# ansible_host: 192.168.122.110
localhost:
ansible_connection: local
infrastructure_nodes:
hosts:
kolab1:
worker_nodes:
hosts:
kolab1:
hypervisor_primary_group:
vars:
qemu_uri: qemu:///system
hosts:
kolab1:

File Metadata

Mime Type
text/x-diff
Expires
Sat, Apr 4, 3:23 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822394
Default Alt Text
(2 KB)

Event Timeline