Define optional defaults and require vm_cpus
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
---
|
||||
vm_cpus: 4
|
||||
cis_enabled: "{{ cis is defined and cis | bool }}"
|
||||
custom_iso_enabled: "{{ custom_iso is defined and custom_iso | bool }}"
|
||||
hypervisor: "none"
|
||||
custom_iso: false
|
||||
cis: false
|
||||
selinux: true
|
||||
vmware_ssh: false
|
||||
|
||||
cis_enabled: "{{ cis | bool }}"
|
||||
custom_iso_enabled: "{{ custom_iso | bool }}"
|
||||
|
||||
luks_enabled: false
|
||||
luks_mapper_name: "SYSTEM_DECRYPTED"
|
||||
|
||||
Reference in New Issue
Block a user