adjust vars
This commit is contained in:
parent
c84eb30443
commit
d25e57ee9f
@ -6,12 +6,12 @@
|
||||
roles:
|
||||
- vm_deploy
|
||||
|
||||
- name: python bootstrap
|
||||
hosts: k8s
|
||||
gather_facts: false
|
||||
become: true
|
||||
roles:
|
||||
- python-install
|
||||
# - name: python bootstrap
|
||||
# hosts: k8s
|
||||
# gather_facts: false
|
||||
# become: true
|
||||
# roles:
|
||||
# - python-install
|
||||
|
||||
- name: vm hardening
|
||||
hosts: k8s
|
||||
|
@ -1,9 +1,11 @@
|
||||
---
|
||||
vm_name_prefix: "kube"
|
||||
vm_name_suffixes: ["01","02","03"]
|
||||
vhd_template: "kube_template_vda.qcow2"
|
||||
root_vhd_pool_dir: "/vhds" # No trailing /
|
||||
data_vhd_pool_dir:
|
||||
vhd_template: "arch_template_vda.qcow2"
|
||||
root_vhd_pool_dir: "/vhds/root" # No trailing /
|
||||
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 /
|
||||
vm_memory: "16"
|
||||
vm_cpu: "4"
|
||||
|
Loading…
Reference in New Issue
Block a user