Skip to content

Commit

Permalink
anisible: Add jenkins workspace machines
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaslett committed Jul 8, 2024
1 parent 5d5615e commit fbbf312
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 @@ -233,6 +233,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 fbbf312

Please sign in to comment.