Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
fe45c3ca
Commit
fe45c3ca
authored
Nov 12, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the ability to install extra system packages.
parent
db1db2ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
playbooks/roles/jenkins_master/defaults/main.yml
+3
-0
playbooks/roles/jenkins_master/tasks/main.yml
+7
-0
No files found.
playbooks/roles/jenkins_master/defaults/main.yml
View file @
fe45c3ca
...
...
@@ -68,3 +68,6 @@ jenkins_debian_pkgs:
-
maven
-
daemon
-
python-pycurl
# Extra packages need for a specific jenkins instance.
JENKINS_EXTRA_PKGS
:
[]
playbooks/roles/jenkins_master/tasks/main.yml
View file @
fe45c3ca
...
...
@@ -7,6 +7,13 @@
tags
:
-
jenkins
-
name
:
jenkins_master | install jenkins extra system packages
apt
:
pkg={{','.join(JENKINS_EXTRA_PKGS)}}
state=present update_cache=yes
tags
:
-
jenkins
-
name
:
jenkins_master | create jenkins group
group
:
name={{ jenkins_group }} state=present
...
...
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