Skip to content

Commit ce2e2e1

Browse files
committed
various: a-fsn-de joins the fleet
1 parent d56c561 commit ce2e2e1

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

ansible/group_vars/prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void_mesh:
7474
f-sfo3-us.m.voidlinux.org: 192.168.99.111
7575
vm1.a-mci-us.m.voidlinux.org: 192.168.99.108
7676
b-hel-fi.m.voidlinux.org: 192.168.99.110
77+
a-fsn-de.m.voidlinux.org: 192.168.99.111
7778

7879
consul_servers:
7980
- 192.168.99.104
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
sshd_AllowGroups:
3+
- build-ops
4+
- syncpeers
5+
6+
buildslave_zone: FI-2

ansible/inventory

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ a-sfo3-us.m.voidlinux.org
3535
vm1.a-mci-us.m.voidlinux.org
3636
a-hel-fi.m.voidlinux.org
3737
b-hel-fi.m.voidlinux.org
38+
a-fsn-de.m.voidlinux.org
3839
b-lej-de.m.voidlinux.org
3940
c-lej-de.m.voidlinux.org
4041
a-sfo3-us.m.voidlinux.org
@@ -58,6 +59,7 @@ d-sfo3-us.m.voidlinux.org
5859
[hashiworker]
5960
a-hel-fi.m.voidlinux.org
6061
b-hel-fi.m.voidlinux.org
62+
a-fsn-de.m.voidlinux.org
6163
b-lej-de.m.voidlinux.org
6264
c-lej-de.m.voidlinux.org
6365

@@ -75,6 +77,7 @@ a-lej-de.m.voidlinux.org
7577
a-hel-fi.m.voidlinux.org
7678
b-hel-fi.m.voidlinux.org
7779
a-mci-us.m.voidlinux.org
80+
a-fsn-de.m.voidlinux.org
7881
a-lej-de.m.voidlinux.org
7982
b-lej-de.m.voidlinux.org
8083
c-lej-de.m.voidlinux.org

terraform/do/dns.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ resource "digitalocean_record" "b_hel_fi" {
5252
value = "135.181.132.139"
5353
}
5454

55+
resource "digitalocean_record" "a_fsn_de" {
56+
domain = digitalocean_domain.voidlinux_org.name
57+
type = "A"
58+
name = "a-fsn-de.m"
59+
value = "138.201.204.130"
60+
}
61+
5562
resource "digitalocean_record" "a_lej_de" {
5663
domain = digitalocean_domain.voidlinux_org.name
5764
type = "A"

0 commit comments

Comments
 (0)