Skip to content

Commit

Permalink
anisible: Add jenkins workspace machines (#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaslett authored Jul 9, 2024
1 parent 3bf5ada commit 2a679ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ hosts:
SSL_CERT_FILE: "{{ home }}/{{ server_user }}/ca-bundle.crt"
server_jobs: 4
- mnx:
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}
smartos21-x64-2: {ip: 8.225.232.137}
smartos23-x64-1: {ip: 8.225.232.134}
Expand Down
2 changes: 2 additions & 0 deletions ansible/playbooks/jenkins/worker/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
- test-equinix-ubuntu2204-x64-1
- test-equinix-ubuntu2204-x64-2
- test-ibm-ubuntu2204-x64-3
- test-mnx-ubuntu2204-x64-1
- test-mnx-ubuntu2204-x64-2

roles:
- jenkins-workspace
Expand Down

0 comments on commit 2a679ab

Please sign in to comment.