Move to more dynamic apt configs

Allow specifying repository URLs in the group_vars, and add
release-specific template files to support future version changes.
This commit is contained in:
2023-09-01 15:42:25 -04:00
parent 5873ce7d0c
commit 4dc5ebdba0
4 changed files with 18 additions and 15 deletions

View File

@ -9,6 +9,9 @@ timezone_location: Canada/Eastern
# Cluster domain for node FQDNs
local_domain: upstream.local
# Debian package repository URL
debian_repository: http://ftp.debian.org/debian
# IPMI user and password
# > For the password, use pwgen to generate.
# > Set these in the IPMI configuration as a user with permissions to reboot the host.