Skip to content

Commit

Permalink
New node
Browse files Browse the repository at this point in the history
Thanks to @jensens for the donation!
  • Loading branch information
gforcada committed Jan 26, 2018
1 parent ed8e553 commit 37b53db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/inventory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
node1.jenkins.plone.org ansible_host=88.99.26.113 ansible_port=8085 ansible_python_interpreter=/usr/bin/python2.7
node2.jenkins.plone.org ansible_host=88.99.26.113 ansible_port=8086 ansible_python_interpreter=/usr/bin/python2.7
node3.jenkins.plone.org ansible_host=88.99.26.113 ansible_port=8087 ansible_python_interpreter=/usr/bin/python2.7
node4.jenkins.plone.org ansible_host=tau.vm.zoplo.com ansible_python_interpreter=/usr/bin/python2.7

[jenkins_server]
jenkins.plone.org ansible_ssh_host=78.47.49.108
3 changes: 3 additions & 0 deletions ansible/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
- name: "Node3"
host: "88.99.26.113"
port: "8087"
- name: "Node4"
host: "tau.vm.zoplo.com"
port: "22"
vars_files:
- secrets.yml

Expand Down

0 comments on commit 37b53db

Please sign in to comment.