Normalize user-facing defaults
This commit is contained in:
77
group_vars/all.yml
Normal file
77
group_vars/all.yml
Normal file
@@ -0,0 +1,77 @@
|
||||
---
|
||||
os: ""
|
||||
filesystem: ""
|
||||
hostname: ""
|
||||
install_type: "physical"
|
||||
hypervisor: "none"
|
||||
install_drive: "/dev/sda"
|
||||
boot_iso: ""
|
||||
rhel_iso: ""
|
||||
custom_iso: false
|
||||
cis: false
|
||||
selinux: true
|
||||
is_rhel: false
|
||||
is_debian: false
|
||||
|
||||
hypervisor_url: ""
|
||||
hypervisor_username: ""
|
||||
hypervisor_password: ""
|
||||
hypervisor_datacenter: ""
|
||||
hypervisor_cluster: ""
|
||||
hypervisor_node: ""
|
||||
hypervisor_storage: ""
|
||||
vm_path: ""
|
||||
vmware_ssh: false
|
||||
vlan_name: ""
|
||||
note: ""
|
||||
|
||||
vm_ip: ""
|
||||
vm_nms: 24
|
||||
vm_gw: ""
|
||||
vm_dns: ""
|
||||
vm_dns_search: ""
|
||||
vm_nif: "vmbr0"
|
||||
vm_id: 0
|
||||
vm_size: 0
|
||||
vm_memory: 0
|
||||
vm_cpus: 4
|
||||
vm_ballo: 0
|
||||
extra_packages: []
|
||||
|
||||
luks_enabled: false
|
||||
luks_passphrase: ""
|
||||
luks_mapper_name: "SYSTEM_DECRYPTED"
|
||||
luks_auto_decrypt: true
|
||||
luks_auto_decrypt_method: "tpm2"
|
||||
luks_tpm2_device: "auto"
|
||||
luks_tpm2_pcrs: ""
|
||||
luks_keyfile_size: 64
|
||||
luks_options: "discard,tries=3"
|
||||
luks_type: "luks2"
|
||||
luks_cipher: "aes-xts-plain64"
|
||||
luks_hash: "sha512"
|
||||
luks_iter_time: 4000
|
||||
luks_key_size: 512
|
||||
luks_pbkdf: "argon2id"
|
||||
luks_use_urandom: true
|
||||
luks_verify_passphrase: true
|
||||
|
||||
partitioning_luks_enabled: "{{ luks_enabled }}"
|
||||
partitioning_luks_passphrase: "{{ luks_passphrase }}"
|
||||
partitioning_luks_mapper_name: "{{ luks_mapper_name }}"
|
||||
partitioning_luks_type: "{{ luks_type }}"
|
||||
partitioning_luks_cipher: "{{ luks_cipher }}"
|
||||
partitioning_luks_hash: "{{ luks_hash }}"
|
||||
partitioning_luks_iter_time: "{{ luks_iter_time }}"
|
||||
partitioning_luks_key_size: "{{ luks_key_size }}"
|
||||
partitioning_luks_pbkdf: "{{ luks_pbkdf }}"
|
||||
partitioning_luks_use_urandom: "{{ luks_use_urandom }}"
|
||||
partitioning_luks_verify_passphrase: "{{ luks_verify_passphrase }}"
|
||||
partitioning_luks_auto_decrypt: "{{ luks_auto_decrypt }}"
|
||||
partitioning_luks_auto_decrypt_method: "{{ luks_auto_decrypt_method }}"
|
||||
partitioning_luks_tpm2_device: "{{ luks_tpm2_device }}"
|
||||
partitioning_luks_tpm2_pcrs: "{{ luks_tpm2_pcrs }}"
|
||||
partitioning_luks_keyfile_size: "{{ luks_keyfile_size }}"
|
||||
partitioning_luks_options: "{{ luks_options }}"
|
||||
partitioning_vm_size: 0
|
||||
partitioning_vm_memory: 0
|
||||
Reference in New Issue
Block a user