summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-14 22:10:06 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-14 22:10:06 +0100
commit7a5cc75c309b4028c19685e47fa3bc55c3345f50 (patch)
tree16d8b75f2b56dd70b55d28db7b4ff90e54572790 /inventory/host_vars/ele-thetys.yml
parentelevate-festival: new wifi passwords (diff)
elevate: prepare routers for e23
Diffstat (limited to 'inventory/host_vars/ele-thetys.yml')
-rw-r--r--inventory/host_vars/ele-thetys.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/inventory/host_vars/ele-thetys.yml b/inventory/host_vars/ele-thetys.yml
index d8a00b4d..1fee8710 100644
--- a/inventory/host_vars/ele-thetys.yml
+++ b/inventory/host_vars/ele-thetys.yml
@@ -8,12 +8,12 @@ install:
- "consoleblank=0"
network:
- nameservers: "{{ network_zones.cc_leslie.dns }}"
+ nameservers: "{{ network_zones.cc_orpheum.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
name: eno1
- address: "{{ network_zones.cc_leslie.prefix | ansible.utils.ipaddr(network_zones.cc_leslie.offsets[inventory_hostname]) }}"
- gateway: "{{ network_zones.cc_leslie.gateway }}"
+ address: "{{ network_zones.cc_orpheum.prefix | ansible.utils.ipaddr(network_zones.cc_orpheum.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.cc_orpheum.gateway }}"
interfaces:
- *_network_primary_
@@ -54,7 +54,7 @@ prometheus_exporter_node_textfile_collector_scripts:
prometheus_job_multitarget_blackbox__probe:
ele-calypso:
- instance: "ssh-{{ inventory_hostname }}"
- target: "{{ network_zones.cc_leslie.prefix | ansible.utils.ipaddr(network_zones.cc_leslie.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}:{{ ansible_port | default(22) }}"
+ target: "{{ network_zones.cc_orpheum.prefix | ansible.utils.ipaddr(network_zones.cc_orpheum.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}:{{ ansible_port | default(22) }}"
module: ssh_banner