mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:54:32 +00:00
- Removed the `no_swap` role and replaced it with the new `swap` role for managing swap configurations. - Updated the K3s role to dynamically detect the first available wired interface IP and validate it. - Enhanced K3s installation by adding support for disabling SELinux RPM. - Adjusted inventory and `site.yml` to align with the updated roles. - Added `.vault_pass` to `.gitignore`. - Updated Ansible configuration with result format compatibility for different versions.
25 lines
298 B
INI
25 lines
298 B
INI
[pihole]
|
|
pi.prole.org
|
|
raspberry.prole.org
|
|
|
|
[ad_dc]
|
|
myrddin.prole.org
|
|
|
|
[retropie]
|
|
retropie.prole.org
|
|
|
|
[raspberry]
|
|
raspberry.prole.org
|
|
|
|
[k3s_hosts]
|
|
pi.prole.org swap_enabled=true
|
|
myrddin.prole.org
|
|
retropie.prole.org swap_enabled=true
|
|
|
|
[Linux_Hosts:children]
|
|
pihole
|
|
ad_dc
|
|
retropie
|
|
raspberry
|
|
k3s_hosts
|