Skip to content

Commit 56b713a

Browse files
authored
Merge pull request #198 from CESNET/re-dns
update hosts for regalaxy
2 parents ee6a90b + 09953d5 commit 56b713a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
### Values and Secrets ###
22
.vault-password.txt
3-
hosts

group_vars/galaxyservers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ certbot_post_renewal: |
325325
systemctl restart proftpd || true
326326
certbot_domains:
327327
- "{{ inventory_hostname }}"
328-
- galaxy-re.grid.cesnet.cz
328+
- repeatexplorer-elixir.cerit-sc.cz
329329
certbot_expand: true
330330
certbot_agree_tos: --agree-tos
331331

hosts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[galaxyservers]
2-
repeatexplorer-elixir.cerit-sc.cz ansible_connection=local ansible_user=debian
2+
galaxy-re.grid.cesnet.cz ansible_connection=local ansible_user=debian
33
#galaxy-re.grid.cesnet.cz ansible_connection=local ansible_user=debian
44
#usegalaxy.cz ansible_connection=local ansible_user=debian
55
#galaxy-re.grid.cesnet.cz ansible_connection=local ansible_user=debian
@@ -9,8 +9,8 @@ galaxyservers
99
[dbservers:children]
1010
galaxyservers
1111
[monitoring]
12-
repeatexplorer-elixir.cerit-sc.cz ansible_connection=local ansible_user=debian
12+
galaxy-re.grid.cesnet.cz ansible_connection=local ansible_user=debian
1313
#galaxy-re.grid.cesnet.cz ansible_connection=local ansible_user=debian
1414
[sentryservers]
15-
repeatexplorer-elixir.cerit-sc.cz ansible_connection=local ansible_user=debian
15+
galaxy-re.grid.cesnet.cz ansible_connection=local ansible_user=debian
1616
#galaxy-re.grid.cesnet.cz ansible_connection=local ansible_user=debian

0 commit comments

Comments
 (0)