update hosts to use pihole

This commit is contained in:
tolerryan
2025-04-16 00:31:46 -05:00
parent 339933b3a6
commit e46be6b178
10 changed files with 19 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
# Terraform / Ansible managed hosts # Terraform / Ansible managed hosts
# #
[vms] [vms]
nas
[lxc] [lxc]
wikmd wikmd
@@ -12,18 +13,12 @@ archivewarrior
navidrome navidrome
debcache debcache
[atlanta] [docker]
host1 grail-tf
host2 pihole
downloader
[raleigh] archivewarrior2
host3 archivewarrior
host4 navidrome
debcache
[southeast:children] nas
atlanta
raleigh
[southeast:vars]
some_server=foo.southeast.example.com
halon_system_timeout=30

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "archivewarrior" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "cronicle" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "debcache" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "downloader" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "grail" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "navidrome" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "promgraph" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "wikmd" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {

View File

@@ -10,7 +10,7 @@ resource "proxmox_lxc" "zabbix" {
swap = 1024 swap = 1024
start = true start = true
tags = "terraform" tags = "terraform"
nameserver = "192.168.0.24" nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features { features {