You've already forked Projects
Pulumi libvirt project commit
Initial commit for pulumi kvm project
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
config:
|
||||
kvm:ssh_user: "root"
|
||||
kvm:pool_target: "default"
|
||||
kvm:base_image_path: "https://repo.almalinux.org/almalinux/10/cloud/x86_64_v2/images/AlmaLinux-10-GenericCloud-latest.x86_64_v2.qcow2"
|
||||
kvm:user_data_path: "../user-data/alma-node.yaml"
|
||||
kvm:guest_name: "prod-app-01"
|
||||
kvm:target_host: "192.168.1.1"
|
||||
kvm:bridge_interface: "br0"
|
||||
kvm:vcpu: 2
|
||||
kvm:memory_mb: 4096
|
||||
kvm:disk_gb: 30
|
||||
kvm:net_device: "eth0"
|
||||
kvm:static_ip: "192.168.1.10/24"
|
||||
kvm:gateway: "192.168.1.254"
|
||||
kvm:dns_servers:
|
||||
- "9.9.9.9"
|
||||
kvm:dns_search:
|
||||
- "search.local"
|
||||
Reference in New Issue
Block a user