Skip to content

Commit

Permalink
Merge pull request #3818 from ryanaslett/remove-equinix-workspaces
Browse files Browse the repository at this point in the history
ansible: remove equinix workspace machines
  • Loading branch information
ryanaslett authored Jul 9, 2024
2 parents 2a679ab + 3ead31d commit 1e39f05
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ hosts:
- equinix:
ubuntu2004_docker-arm64-1: {ip: 145.40.81.219}
ubuntu2004_docker-arm64-3: {ip: 145.40.99.31}
# when adding, removing or changing the IPs for any
# `jenkins-workspace-*` machine, remember to rerun
# the `ansible/playbooks/create-github-bot.yml` playbook
# to update the Jenkins worker IP allowlist in github-bot
ubuntu2204-x64-1: {ip: 147.75.72.255, alias: jenkins-workspace-7}
ubuntu2204-x64-2: {ip: 145.40.96.123, alias: jenkins-workspace-8}

- ibm:
aix72-ppc64_be-1:
Expand Down Expand Up @@ -236,6 +230,10 @@ hosts:
SSL_CERT_FILE: "{{ home }}/{{ server_user }}/ca-bundle.crt"
server_jobs: 4
- mnx:
# when adding, removing or changing the IPs for any
# `jenkins-workspace-*` machine, remember to rerun
# the `ansible/playbooks/create-github-bot.yml` playbook
# to update the Jenkins worker IP allowlist in github-bot
ubuntu2204-x64-1: {ip: 67.158.54.159, alias: jenkins-workspace-9}
ubuntu2204-x64-2: {ip: 8.225.232.44, alias: jenkins-workspace-10}
smartos21-x64-1: {ip: 8.225.232.135}
Expand Down

0 comments on commit 1e39f05

Please sign in to comment.