1
0

adjust vars

This commit is contained in:
michael 2022-10-30 00:41:07 +13:00
parent c84eb30443
commit d25e57ee9f
2 changed files with 11 additions and 9 deletions

View File

@ -6,12 +6,12 @@
roles: roles:
- vm_deploy - vm_deploy
- name: python bootstrap # - name: python bootstrap
hosts: k8s # hosts: k8s
gather_facts: false # gather_facts: false
become: true # become: true
roles: # roles:
- python-install # - python-install
- name: vm hardening - name: vm hardening
hosts: k8s hosts: k8s

View File

@ -1,9 +1,11 @@
--- ---
vm_name_prefix: "kube" vm_name_prefix: "kube"
vm_name_suffixes: ["01","02","03"] vm_name_suffixes: ["01","02","03"]
vhd_template: "kube_template_vda.qcow2" vhd_template: "arch_template_vda.qcow2"
root_vhd_pool_dir: "/vhds" # No trailing / root_vhd_pool_dir: "/vhds/root" # No trailing /
data_vhd_pool_dir: data_hdd_vhd_pool_dir: "/vhds/data_hdd" # No trailing /
data_nvme_vhd_pool_dir: "/vhds/data_nvme" # No trailing /
containers_vhd_pool_dir: "/vhds/containers" # No trailing /
fw_vars_pool_dir: "/var/lib/libvirt/qemu/nvram" # No trailing / fw_vars_pool_dir: "/var/lib/libvirt/qemu/nvram" # No trailing /
vm_memory: "16" vm_memory: "16"
vm_cpu: "4" vm_cpu: "4"