#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Use CDROM installation media cdrom # Use text install text # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sdb # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=enp3s0 --ipv6=disable --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$zedg4syjNGZYxtXM$FoLO9c1vPoLQ2QdOGo7KvHpXvtoECx4zzv1JNFjmjW67EhoE6YsM.Bp4g5fvxs8BHhTdaT864ghAZ18CmsUvm1 # System services services --enabled="chronyd" # System timezone timezone Europe/Prague --isUtc user --groups=wheel --name=ansible --password=$6$xnd0FZKbjn.XG2Nk$snaMMPKazjqCVDRQ8ni1eNZ2oKvywtcKPjkH1.Yul3TO7Cka/SZ7Q62eIGpM9CsG1BFgGrIPc.529d9UasRcx/ --iscrypted # System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sdb autopart --type=lvm # remove all partitions clearpart --drives=sdb --all zerombr # reboot after installation reboot %packages @^minimal @core chrony kexec-tools %end %addon com_redhat_kdump --enable --reserve-mb='auto' %end %anaconda pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty %end