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
edx
configuration
Commits
44085dca
Commit
44085dca
authored
Jul 12, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
creating common var file for common pkgs
parent
cc176620
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
playbooks/roles/common/tasks/main.yml
+1
-10
playbooks/roles/common/vars/main.yml
+9
-0
No files found.
playbooks/roles/common/tasks/main.yml
View file @
44085dca
...
...
@@ -35,16 +35,7 @@
-
name
:
Install role-independent useful system packages
# do this before log dir setup; rsyslog package guarantees syslog user present
apt
:
pkg={{item}} install_recommends=yes state=present update_cache=yes
with_items
:
-
ack-grep
-
lynx-cur
-
logrotate
-
mosh
-
rsyslog
-
screen
-
tree
-
git
apt
:
pkg={{','.join(common_debian_pkgs)}} install_recommends=yes state=present update_cache=yes
tags
:
-
pre_install
-
update
...
...
playbooks/roles/common/vars/main.yml
0 → 100644
View file @
44085dca
common_debian_pkgs
:
-
ack-grep
-
lynx-cur
-
logrotate
-
mosh
-
rsyslog
-
screen
-
tree
-
git
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