Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
common-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 26f7e9ec
authored
Apr 30, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
1c84db54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
roles/presoftware/tasks/gitlab.yml
roles/presoftware/tasks/main.yml
roles/presoftware/tasks/gitlab.yml
0 → 100644
View file @
26f7e9e
-
name
:
Run the equivalent of "apt-get update" as a separate step
apt
:
update_cache
:
yes
-
name
:
Install required packages
apt
:
name={{ item }} state=present
with_items
:
-
sysstat
-
gnuplot
-
bc
-
ntp
-
jq
-
parted
-
python3-pip
-
python-dev
-
build-essential
-
plymouth
-
plymouth-theme-edubuntu
-
unzip
-
pip
:
name={{ item }} state=present
with_items
:
-
virtualenv
-
pexpect
-
pymongo
roles/presoftware/tasks/main.yml
View file @
26f7e9e
...
...
@@ -5,3 +5,5 @@
when
:
app_name == 'dma'
-
import_tasks
:
wdchat.yml
when
:
app_name == 'wdchat'
-
import_tasks
:
gitlab.yml
when
:
app_name == 'gitlab'
Write
Preview
Markdown
is supported
Attach a file
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 post a comment