Skip to content

Commit 814216e

Browse files
committed
ansible: add a-nbg-de
1 parent 6df6dc5 commit 814216e

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

ansible/group_vars/prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ void_mesh:
1919
b-fsn-de.m.voidlinux.org: 192.168.99.115
2020
a-fra-de.m.voidlinux.org: 192.168.99.117
2121
a-sea-us.m.voidlinux.org: 192.168.99.126
22+
a-nbg-de.m.voidlinux.org: 192.168.99.127
2223

2324
consul_servers:
2425
- 192.168.99.120
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
network_static_routes:
3+
- to: default
4+
via: 152.53.152.1
5+
- to: default
6+
via: fe80::1
7+
8+
network_static_interfaces:
9+
- name: eth0
10+
type: direct
11+
addrs:
12+
- 152.53.154.59/22
13+
- 2a00:11c0:47:331e::/64
14+
15+
sshd_AllowGroups:
16+
- build-ops

ansible/inventory

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ b-lej-de.m.voidlinux.org
2727
a-sfo3-us.m.voidlinux.org
2828
a-fra-de.m.voidlinux.org
2929
a-sea-us.m.voidlinux.org
30+
a-nbg-de.m.voidlinux.org
3031

3132
[hashi:children]
3233
hashimaster
@@ -47,6 +48,7 @@ b-lej-de.m.voidlinux.org
4748
h-hel-fi.m.voidlinux.org
4849
j-hel-fi.m.voidlinux.org
4950
a-sea-us.m.voidlinux.org
51+
a-nbg-de.m.voidlinux.org
5052

5153
[hashimirror]
5254
b-hel-fi.m.voidlinux.org
@@ -77,6 +79,7 @@ b-lej-de.m.voidlinux.org
7779
a-sfo3-us.m.voidlinux.org
7880
a-fra-de.m.voidlinux.org
7981
a-sea-us.m.voidlinux.org
82+
a-nbg-de.m.voidlinux.org
8083

8184
[musl]
8285
b-hel-fi.m.voidlinux.org
@@ -99,3 +102,4 @@ j-hel-fi.m.voidlinux.org
99102
b-lej-de.m.voidlinux.org
100103
a-fsn-de.m.voidlinux.org
101104
a-fra-de.m.voidlinux.org
105+
a-nbg-de.m.voidlinux.org

0 commit comments

Comments
 (0)