Skip to content

Commit

Permalink
ansible: update ci-release server (#3937)
Browse files Browse the repository at this point in the history
Refs: #3852
  • Loading branch information
targos authored Oct 20, 2024
1 parent efb33e7 commit ba10835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ hosts:
ubuntu2204-x64-1: {ip: 107.170.240.62, alias: ci}

- ibm:
ubuntu1804-x64-1: {ip: 169.45.166.50, alias: ci-release}
ubuntu2004-x64-1: {ip: 169.60.150.91, alias: ansible}
ubuntu2404-x64-1: {ip: 169.61.75.62, alias: ci-release}

- joyent:
debian10-x64-1: {ip: 147.28.162.110, alias: grafana}
Expand Down
2 changes: 1 addition & 1 deletion ansible/playbooks/jenkins/host/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- hosts:
- infra-digitalocean-ubuntu2204-x64-1 # ci.nodejs.org
- infra-ibm-ubuntu1804-x64-1 # ci-release.nodejs.org
- infra-ibm-ubuntu2404-x64-1 # ci-release.nodejs.org

roles:
- bootstrap
Expand Down
4 changes: 2 additions & 2 deletions ansible/playbooks/jenkins/host/iptables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

- hosts:
- infra-digitalocean-ubuntu2204-x64-1 # ci.nodejs.org
- infra-ibm-ubuntu1804-x64-1 # ci-release.nodejs.org
- infra-ibm-ubuntu2404-x64-1 # ci-release.nodejs.org

vars:
hostgroups: {
'infra-digitalocean-ubuntu2204-x64-1': 'test',
'infra-ibm-ubuntu1804-x64-1': 'release'
'infra-ibm-ubuntu2404-x64-1': 'release'
}

tasks:
Expand Down

0 comments on commit ba10835

Please sign in to comment.