summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-telesto.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-22 02:59:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-22 02:59:01 +0200
commitb84ec4bea129710f90da958091a7f0c49e76e9ac (patch)
treeb2d4235b25a6988e05d61551a67fb9be62121598 /inventory/host_vars/ele-telesto.yml
parentmonitoring/sachet: add task to setup smstools (diff)
ele-cypso is now the monitoring host for elevate-festival
Diffstat (limited to 'inventory/host_vars/ele-telesto.yml')
-rw-r--r--inventory/host_vars/ele-telesto.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/inventory/host_vars/ele-telesto.yml b/inventory/host_vars/ele-telesto.yml
index fa3c0a9b..b29dbfdd 100644
--- a/inventory/host_vars/ele-telesto.yml
+++ b/inventory/host_vars/ele-telesto.yml
@@ -6,12 +6,16 @@ install:
primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310329Z
network:
- nameservers: "{{ network_zones.cc_hmtsaal.dns }}"
+# nameservers: "{{ network_zones.cc_hmtsaal.dns }}"
+ nameservers:
+ - 1.1.1.1
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enp35s0
- address: "{{ network_zones.cc_hmtsaal.prefix | ipaddr(network_zones.cc_hmtsaal.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
- gateway: "{{ network_zones.cc_hmtsaal.gateway }}"
+ address: "192.168.28.3/24"
+ gateway: "192.168.28.254"
+# address: "{{ network_zones.cc_hmtsaal.prefix | ipaddr(network_zones.cc_hmtsaal.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+# gateway: "{{ network_zones.cc_hmtsaal.gateway }}"
interfaces:
- *_network_primary_
@@ -83,7 +87,7 @@ prometheus_exporter_ipmi_modules:
- sel
prometheus_job_multitarget_blackbox__probe:
- ele-mon:
+ ele-calypso:
- instance: "ssh-{{ inventory_hostname }}"
target: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}:{{ ansible_port | default(22) }}"
module: ssh_banner