aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/st0dev0.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-07-29 17:00:20 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-07-29 17:00:20 +0200
commitb232b894c3cbe087c8d504e91637dcf62199eed1 (patch)
treeea72a7d1a7f63c6425ee46785e1cec924351b2c3 /host_vars/st0dev0.yml
parent22126073344e60c405d086df37b64da0c6d3c086 (diff)
downloadold-infrastructure-b232b894c3cbe087c8d504e91637dcf62199eed1.tar.gz
Bump to third revision of homelab
Diffstat (limited to 'host_vars/st0dev0.yml')
-rw-r--r--host_vars/st0dev0.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/host_vars/st0dev0.yml b/host_vars/st0dev0.yml
index b15794b..86731bf 100644
--- a/host_vars/st0dev0.yml
+++ b/host_vars/st0dev0.yml
@@ -1,17 +1,17 @@
_groups: openbsd
+
ip:
- in: 10.10.0.60
- out: 192.168.5.60
+ in: 10.10.0.61
+ out: 192.168.5.61
virtual: true
services:
+ - name: ssh
+ proto: tcp
+ port: 22
- - name: "ssh"
- proto: "tcp"
- port: "22"
-
- - name: "cgit"
- proto: "tcp"
- port: "1235"
- domain: "git"
+ - name: git
+ proto: tcp
+ port: 1235
+ domain: git
remember that computers suck.