Skip to content

Commit a479498

Browse files
authored
ansible: add new smartos-22 host (#4054)
1 parent a7a185f commit a479498

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible/inventory.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@ hosts:
200200
# to update the Jenkins worker IP allowlist in github-bot
201201
ubuntu2204-x64-1: {ip: 67.158.54.159, alias: jenkins-workspace-9}
202202
ubuntu2204-x64-2: {ip: 8.225.232.44, alias: jenkins-workspace-10}
203-
smartos22-x64-2:
204-
ip: 172.16.9.3
205-
ansible_ssh_common_args: '-o ProxyCommand="ssh -i ~/.ssh/nodejs_build_test -W %h:%p [email protected]"'
206-
ansible_user: root
207203
smartos22-x64-3:
208204
ip: 172.16.9.3
209205
ansible_ssh_common_args: '-o ProxyCommand="ssh -i ~/.ssh/nodejs_build_test -W %h:%p [email protected]"'
210206
ansible_user: root
207+
smartos22-x64-4:
208+
ip: 172.16.9.3
209+
ansible_ssh_common_args: '-o ProxyCommand="ssh -i ~/.ssh/nodejs_build_test -W %h:%p [email protected]"'
210+
ansible_user: root
211211
smartos23-x64-4:
212212
ip: 172.16.9.3
213213
ansible_ssh_common_args: '-o ProxyCommand="ssh -i ~/.ssh/nodejs_build_test -W %h:%p [email protected]"'

0 commit comments

Comments
 (0)