Skip to content

Commit f9d03b9

Browse files
authored
ansible: Add unencrypted host, remove legacy equinix hosts (#4088)
* ansible: add new smartos-22 host * ansible: add the unencrypted server * ansible: add new uncompromised smartos hosts * ansible: remove extraneous merge artifacts * ansible: remove old unencrypted server * ansible: remove other legacy equinix hosts
1 parent 1fda52e commit f9d03b9

4 files changed

Lines changed: 583 additions & 10 deletions

File tree

ansible/inventory.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
hosts:
99

1010
- infra:
11+
- azure:
12+
ubuntu2404-x64-1: {ip: 172.203.217.211, alias: rsync, user: iojs}
1113

1214
- digitalocean:
1315
ubuntu1604-x64-1: {ip: 138.197.224.240, alias: www}
@@ -20,10 +22,6 @@ hosts:
2022
ubuntu2004-x64-1: {ip: 169.60.150.91, alias: ansible}
2123
ubuntu2404-x64-1: {ip: 169.61.75.62, alias: ci-release}
2224

23-
- joyent:
24-
debian10-x64-1: {ip: 147.28.162.110, alias: grafana}
25-
ubuntu1604-x64-1: {ip: 147.28.162.105, alias: unencrypted}
26-
2725
- mnx:
2826
ubuntu2204-x64-1: {ip: 67.158.54.181, alias: backup-2}
2927

@@ -52,9 +50,6 @@ hosts:
5250
- iinthecloud:
5351
ibmi73-ppc64_be-1: {ip: 65.183.160.62, user: nodejs}
5452

55-
- joyent:
56-
ubuntu1804_docker-x64-1: {ip: 147.28.162.104, user: ubuntu}
57-
5853
- marist:
5954
zos24-s390x-1: {ip: 148.100.36.157, user: unix1}
6055

@@ -149,9 +144,6 @@ hosts:
149144
ubuntu2204-x64-3: {ip: 52.117.26.14, alias: jenkins-workspace-6}
150145
ubuntu2204_docker-x64-1: {ip: 52.117.26.9}
151146

152-
- equinix_mnx:
153-
ubuntu1804-x64-1: {ip: 147.28.162.99, user: ubuntu}
154-
155147
- hetzner:
156148
ubuntu2204-x64-1:
157149
ip: 37.27.104.214
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
3+
#
4+
# sets up the host that serves unencrypted and rsync endpoints
5+
#
6+
# This is very incomplete, and mostly just for bootstrapping the box.
7+
# The rsync config, and rsync mirror service are not configured with ansible. (and hopefully wont have to be)
8+
9+
- hosts: infra-azure-ubuntu2404-x64-1
10+
roles:
11+
- bootstrap
12+
- package-upgrade
13+
- baselayout
14+
- { role: nginx, sites: [ 'nodejs.org','unencrypted' ] }

0 commit comments

Comments
 (0)