fix: cloudinit instructions for the victim machine
This commit is contained in:
parent
2616b08ce2
commit
2b5ca96ad3
@ -4,11 +4,10 @@
|
|||||||
runcmd:
|
runcmd:
|
||||||
- cat /etc/resolv.conf
|
- cat /etc/resolv.conf
|
||||||
- uname -r
|
- uname -r
|
||||||
# - echo -e "[main]\ngpg_check=1\ninstallonly_limit=2\nclean_requirements_on_remove=True\nfastestmirror=True\nmax_parallel_downloads=7" > /etc/dnf/dnf.conf
|
|
||||||
- timedatectl set-ntp 1
|
- timedatectl set-ntp 1
|
||||||
- timedatectl set-timezone Europe/Bratislava
|
- timedatectl set-timezone Europe/Bratislava
|
||||||
- dnf config-manager --set-enabled cr powertools
|
- dnf config-manager --set-enabled cr powertools
|
||||||
- sed -i "s/xfs * defaults *1 1/ext4 noatime 0 0/" /etc/fstab
|
- sed -i "s/xfs * defaults *0 0/xfs noatime 0 0/" /etc/fstab
|
||||||
|
|
||||||
write_files:
|
write_files:
|
||||||
- content: |
|
- content: |
|
||||||
|
Loading…
Reference in New Issue
Block a user