khuedoan-homelab/metal/group_vars/all.yml
Khue Doan 8d6c1b6889 Add checksum to metal ISO installer file
Avoid redownload the ISO and check the ISO integrity
2021-04-21 21:30:23 +07:00

8 lines
307 B
YAML

iso_url: "https://mirrors.nhanhoa.com/centos/8.3.2011/isos/x86_64/CentOS-8.3.2011-x86_64-dvd1.iso"
iso_checksum: "sha256:aaf9d4b3071c16dbbda01dfe06085e5d0fdac76df323e3bbe87cce4318052247"
disk: "sda"
dns_server: "8.8.8.8"
network_interface: "eno1"
ssh_public_key: "{{lookup('file', '~/.ssh/id_rsa.pub') }}"