Stop minecraft and remove node002
This commit is contained in:
parent
db057670d1
commit
86d66fac5a
3 changed files with 1 additions and 23 deletions
|
@ -7,14 +7,6 @@ hosts = {
|
||||||
server_type = "cx32"
|
server_type = "cx32"
|
||||||
datacenter = "fsn1-dc14"
|
datacenter = "fsn1-dc14"
|
||||||
},
|
},
|
||||||
"node002" = {
|
|
||||||
hostname = "node002"
|
|
||||||
rdns = "node002.serguzim.net"
|
|
||||||
provider = "hetzner"
|
|
||||||
image = "debian-12"
|
|
||||||
server_type = "cx22"
|
|
||||||
datacenter = "fsn1-dc14"
|
|
||||||
},
|
|
||||||
"node003" = {
|
"node003" = {
|
||||||
hostname = "node003"
|
hostname = "node003"
|
||||||
rdns = "mail.serguzim.me"
|
rdns = "mail.serguzim.me"
|
||||||
|
|
|
@ -3,7 +3,6 @@ all:
|
||||||
serguzim_net:
|
serguzim_net:
|
||||||
hosts:
|
hosts:
|
||||||
node001:
|
node001:
|
||||||
node002:
|
|
||||||
node003:
|
node003:
|
||||||
hosts:
|
hosts:
|
||||||
local-dev:
|
local-dev:
|
||||||
|
@ -22,19 +21,6 @@ all:
|
||||||
hc_url: "{{ opentofu.healthchecksio.backup.node001.ping_url }}"
|
hc_url: "{{ opentofu.healthchecksio.backup.node001.ping_url }}"
|
||||||
gatus_token: "{{ vault_hosts.node001.backup.gatus_token }}"
|
gatus_token: "{{ vault_hosts.node001.backup.gatus_token }}"
|
||||||
|
|
||||||
node002:
|
|
||||||
ansible_host: "{{ opentofu.hosts.node002.fqdn_vpn }}"
|
|
||||||
ansible_port: "{{ vault_hosts.node002.ansible_port }}"
|
|
||||||
ansible_user: "{{ vault_hosts.node002.ansible_user }}"
|
|
||||||
interactive_user: "{{ vault_hosts.node002.interactive_user }}"
|
|
||||||
host_vpn:
|
|
||||||
domain: "{{ opentofu.hosts.node002.fqdn_vpn }}"
|
|
||||||
ip: "{{ opentofu.hosts.node002.ipv4_address_vpn }}"
|
|
||||||
host_backup:
|
|
||||||
hc_uid: "{{ opentofu.healthchecksio.backup.node002.id }}"
|
|
||||||
hc_url: "{{ opentofu.healthchecksio.backup.node002.ping_url }}"
|
|
||||||
gatus_token: "{{ vault_hosts.node002.backup.gatus_token }}"
|
|
||||||
|
|
||||||
node003:
|
node003:
|
||||||
ansible_host: "{{ opentofu.hosts.node003.fqdn_vpn }}"
|
ansible_host: "{{ opentofu.hosts.node003.fqdn_vpn }}"
|
||||||
ansible_port: "{{ vault_hosts.node003.ansible_port }}"
|
ansible_port: "{{ vault_hosts.node003.ansible_port }}"
|
||||||
|
|
|
@ -420,7 +420,7 @@ services = {
|
||||||
},
|
},
|
||||||
|
|
||||||
"minecraft_3" = {
|
"minecraft_3" = {
|
||||||
host = "node002"
|
host = ""
|
||||||
dns = [
|
dns = [
|
||||||
{
|
{
|
||||||
domain = "minecraft.serguzim.me"
|
domain = "minecraft.serguzim.me"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue