Page MenuHomePhorge

inventory.example.yaml
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

inventory.example.yaml

---
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
# 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:

File Metadata

Mime Type
text/x-makefile
Expires
Sun, Apr 5, 9:22 PM (4 w, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18819021
Default Alt Text
inventory.example.yaml (1 KB)

Event Timeline