Skip to content

Commit 8abbfdb

Browse files
committed
ansible: Small fixes for a-fsn-de
1 parent 6438031 commit 8abbfdb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ansible/hashi-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
nomad_role: client
99
roles:
1010
- consul
11-
- nomad-client
11+
- nomad_client
1212

1313
- name: Nomad-based Mirrors
1414
hosts: hashimirror

ansible/host_vars/a-fsn-de.m.voidlinux.org.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ network_static_interfaces:
1212
- 138.201.204.130/26
1313
- 2a01:4f8:173:1481::2/64
1414

15-
xbps_repository_main: /data/pkgs
16-
xbps_repository_nonfree: /data/pkgs/nonfree
17-
xbps_repository_multilib: /data/pkgs/multilib
18-
xbps_repository_multilib_nonfree: /data/pkgs/multilib/nonfree
15+
xbps_repository_main: "/srv/www/void-repo/current"
16+
xbps_repository_nonfree: "{{ xbps_repository_main }}/nonfree"
17+
xbps_repository_multilib: "{{ xbps_repository_main }}/multilib"
18+
xbps_repository_multilib_nonfree: "{{ xbps_repository_main }}/multilib/nonfree"
1919

2020
sshd_AllowGroups:
2121
- build-ops

0 commit comments

Comments
 (0)