36 lines
1.1 KiB
Plaintext
Executable File
36 lines
1.1 KiB
Plaintext
Executable File
---
|
|
# Pmox host
|
|
proxmox_host: 192.168.1.20
|
|
# Pmox API creds
|
|
proxmox_node: pve
|
|
proxmox_user: root@pam
|
|
proxmox_pass: <some-password>
|
|
# Pmox ssh creds
|
|
proxmox_ssh_user: root
|
|
proxmox_ssh_pass: <some-password>
|
|
# Pmox storage
|
|
proxmox_vm_datastore: local-lvm
|
|
proxmox_img_datastore: local
|
|
proxmox_img_datastore_path: /var/lib/vz
|
|
proxmox_node_disk_size: 10G
|
|
# Pmox Network
|
|
proxmox_vmbr: vmbr1
|
|
proxmox_vlan: 2
|
|
# node image
|
|
# testing release allows setting static ip by moving network manager to initramfs, FCOS is very new
|
|
#image_url: https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/31.20200310.3.0/x86_64/fedora-coreos-31.20200310.3.0-qemu.x86_64.qcow2.xz
|
|
image_url: https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/31.20200323.2.1/x86_64/fedora-coreos-31.20200323.2.1-qemu.x86_64.qcow2.xz
|
|
# FCOS tool
|
|
fcct_url: https://github.com/coreos/fcct/releases/download/v0.5.0/fcct-x86_64-unknown-linux-gnu
|
|
# node attributes
|
|
node_name: wiki
|
|
node_type: wiki
|
|
node_ip: 192.168.1.80
|
|
node_gateway: 192.168.1.1
|
|
node_subnet: 255.255.255.0
|
|
node_dns: 192.168.1.1
|
|
domain: terratech.internal
|
|
node_account: ocfadmin
|
|
node_account_password: Password0
|
|
|