Move everything off of Ansible

This commit is contained in:
Greg Hellings
2023-08-22 00:18:02 -05:00
parent d0672aa88c
commit b43b95e124
80 changed files with 525 additions and 111 deletions
@@ -14,8 +14,8 @@ sha="$(cat "${checksums}" | awk '/SHA256/ {print $4}')"
rm "${checksums}"
cat << HERPDERP > "${name}"
distro = "centos"
version = "9stream"
distro = "centos-stream"
version = "9"
iso = {
url = "${baseurl}"
checksum = "${sha}"