From 4ab5415815e8e7751228bd18017571df5abaddb6 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Sun, 6 Sep 2020 12:16:45 +0200 Subject: [PATCH] Add fetsite3..5 to inventory --- host_vars/fetsite3 | 3 +++ host_vars/fetsite4 | 3 +++ host_vars/fetsite5 | 3 +++ hosts/production | 3 +++ ssh.cfg | 12 ++++++++++++ 5 files changed, 24 insertions(+) create mode 100644 host_vars/fetsite3 create mode 100644 host_vars/fetsite4 create mode 100644 host_vars/fetsite5 diff --git a/host_vars/fetsite3 b/host_vars/fetsite3 new file mode 100644 index 0000000..b5cc728 --- /dev/null +++ b/host_vars/fetsite3 @@ -0,0 +1,3 @@ +inventory_hostname: fetsite3.fet.htu.tuwien.ac.at +inventory_hostname_short: fetsite3 + diff --git a/host_vars/fetsite4 b/host_vars/fetsite4 new file mode 100644 index 0000000..fbcc2f9 --- /dev/null +++ b/host_vars/fetsite4 @@ -0,0 +1,3 @@ +inventory_hostname: fetsite4.fet.htu.tuwien.ac.at +inventory_hostname_short: fetsite4 + diff --git a/host_vars/fetsite5 b/host_vars/fetsite5 new file mode 100644 index 0000000..0e90116 --- /dev/null +++ b/host_vars/fetsite5 @@ -0,0 +1,3 @@ +inventory_hostname: fetsite5.fet.htu.tuwien.ac.at +inventory_hostname_short: fetsite5 + diff --git a/hosts/production b/hosts/production index f9d06a4..3a8b5ab 100644 --- a/hosts/production +++ b/hosts/production @@ -11,6 +11,9 @@ all: alekse: wostok: fetsite: + fetsite3: + fetsite4: + fetsite5: fet_lxc_void: hosts: sputnik: diff --git a/ssh.cfg b/ssh.cfg index 4a86806..1e55075 100644 --- a/ssh.cfg +++ b/ssh.cfg @@ -43,6 +43,18 @@ Host progress User root Proxyjump sputnik +Host fetsite3 + User root + Proxyjump sputnik + +Host fetsite4 + User root + Proxyjump sputnik + +Host fetsite5 + User root + Proxyjump sputnik + Host energija Hostname energija.htu.tuwien.ac.at ProxyJump sputnik