Skip to content

Commit 9f501b3

Browse files
committed
ansible: Deploy j-hel-fi.
1 parent 1bebeb4 commit 9f501b3

5 files changed

Lines changed: 40 additions & 3 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
xbps_repository_address: repo-fi.voidlinux.org
2+
xbps_repository_address: repo-de.voidlinux.org
33
xbps_repository_main: https://{{xbps_repository_address}}/current
44
xbps_repository_nonfree: https://{{xbps_repository_address}}/current/nonfree
55
xbps_repository_multilib: https://{{xbps_repository_address}}/current/multilib
@@ -12,8 +12,8 @@ network_fqdn: '{{ inventory_hostname }}'
1212
network_boot_hosts:
1313
- name: netauth.voidlinux.org
1414
addr: 95.216.191.60
15-
- name: repo-fi.voidlinux.org
16-
addr: 65.21.160.177
15+
- name: repo-de.voidlinux.org
16+
addr: 212.83.43.28
1717

1818
network_input_policy: DROP
1919
network_output_policy: ACCEPT

ansible/group_vars/musl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ xbps_repository_nonfree: https://{{ xbps_repository_address }}/current/musl/nonf
44
xbps_repository_multilib: https://{{ xbps_repository_address }}/current/musl/multilib
55
xbps_repository_multilib_nonfree: https://{{ xbps_repository_address }}/current/musl/multilib/nonfree
66

7+
xbps_repoconf_repos_enabled:
8+
- 00-repository-main
9+
- 10-repository-nonfree
10+
711
netlogon_use_cache: false

ansible/group_vars/prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ void_mesh:
1212
g-hel-fi.m.voidlinux.org: 192.168.99.122
1313
h-hel-fi.m.voidlinux.org: 192.168.99.123
1414
i-hel-fi.m.voidlinux.org: 192.168.99.124
15+
j-hel-fi.m.voidlinux.org: 192.168.99.125
1516
a-sfo3-us.m.voidlinux.org: 192.168.99.103
1617
a-fsn-de.m.voidlinux.org: 192.168.99.112
1718
b-hel-fi.m.voidlinux.org: 192.168.99.113
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
network_static_routes:
3+
- to: default
4+
via: 172.31.1.1 onlink dev eth0
5+
- to: default
6+
via: fe80::1
7+
8+
network_static_interfaces:
9+
- name: eth0
10+
type: direct
11+
addrs:
12+
- 95.216.203.66/32
13+
- 2a01:4f9:c013:c508::2/64
14+
15+
nomad_host_volumes:
16+
- name: prometheus
17+
path: /data/prometheus
18+
read_only: false
19+
- name: grafana
20+
path: /data/grafana
21+
read_only: false
22+
- name: loki-data
23+
path: /data/loki
24+
read_only: false
25+
- name: etherpad-data
26+
path: /data/etherpad
27+
read_only: false

ansible/inventory

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ f-hel-fi.m.voidlinux.org
2020
g-hel-fi.m.voidlinux.org
2121
h-hel-fi.m.voidlinux.org
2222
i-hel-fi.m.voidlinux.org
23+
j-hel-fi.m.voidlinux.org
2324
a-fsn-de.m.voidlinux.org
2425
b-fsn-de.m.voidlinux.org
2526
b-lej-de.m.voidlinux.org
@@ -43,6 +44,7 @@ a-fsn-de.m.voidlinux.org
4344
b-fsn-de.m.voidlinux.org
4445
b-lej-de.m.voidlinux.org
4546
h-hel-fi.m.voidlinux.org
47+
j-hel-fi.m.voidlinux.org
4648

4749
[hashimirror]
4850
b-hel-fi.m.voidlinux.org
@@ -65,6 +67,7 @@ f-hel-fi.m.voidlinux.org
6567
g-hel-fi.m.voidlinux.org
6668
h-hel-fi.m.voidlinux.org
6769
i-hel-fi.m.voidlinux.org
70+
j-hel-fi.m.voidlinux.org
6871
a-fsn-de.m.voidlinux.org
6972
b-fsn-de.m.voidlinux.org
7073
a-lej-de.m.voidlinux.org
@@ -76,6 +79,7 @@ a-fra-de.m.voidlinux.org
7679
b-hel-fi.m.voidlinux.org
7780
c-hel-fi.m.voidlinux.org
7881
d-hel-fi.m.voidlinux.org
82+
j-hel-fi.m.voidlinux.org
7983
a-fra-de.m.voidlinux.org
8084

8185
[net_static]
@@ -88,6 +92,7 @@ f-hel-fi.m.voidlinux.org
8892
g-hel-fi.m.voidlinux.org
8993
h-hel-fi.m.voidlinux.org
9094
i-hel-fi.m.voidlinux.org
95+
j-hel-fi.m.voidlinux.org
9196
b-lej-de.m.voidlinux.org
9297
a-fsn-de.m.voidlinux.org
9398
a-fra-de.m.voidlinux.org

0 commit comments

Comments
 (0)