Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
infra
ansible-librem
Commits
a60f1782
Commit
a60f1782
authored
May 17, 2018
by
Guido Gunther
Browse files
Add jenkins build nodes
parent
213caafe
Changes
2
Hide whitespace changes
Inline
Side-by-side
inventory.yml.example
View file @
a60f1782
...
...
@@ -6,3 +6,8 @@ jenkinsmaster:
ansible_user: root # ssh user
jenkins_admin_password: # ENTER SOMETHING
domain_email: # email to the entity managing the domain/server. Sent to Let's Encrypt to request certs
jenkinsnodes:
node1.puri.sm:
ansible_port: 1234 # ssh port
node2.puri.sm:
ansible_port: 1235 # ssh port
jenkinsnodes.yml
0 → 100644
View file @
a60f1782
---
-
hosts
:
jenkinsnodes
user
:
root
vars
:
roles
:
-
role
:
infra
tags
:
infra
-
role
:
gbp
gbp_cowbuilder_targets
:
-
dist
:
sid
-
dist
:
buster
-
dist
:
stretch
-
dist
:
sid
arch
:
armhf
foreign
:
true
-
dist
:
buster
arch
:
armhf
foreign
:
true
tags
:
-
gbp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment