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 068491cb
authored
May 03, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
f6db6582
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
roles/presoftware/tasks/wdchat.yml
roles/presoftware/tasks/wdchat.yml
View file @
068491c
-
name
:
Run the equivalent of "apt-get update" as a separate step
-
name
:
Run the equivalent of "apt-get update" as a separate step
apt
:
apt
:
update_cache
:
yes
update_cache
:
yes
-
name
:
Install required packages
-
name
:
Install required packages
apt
:
name={{ item }} state=present
apt
:
name={{ item }} state=present
with_items
:
with_items
:
-
sysstat
-
gnuplot
-
bc
-
ntp
-
jq
-
parted
-
parted
-
python3-pip
-
python3-pip
-
python-dev
-
python-dev
...
@@ -16,10 +12,20 @@
...
@@ -16,10 +12,20 @@
-
plymouth
-
plymouth
-
plymouth-theme-edubuntu
-
plymouth-theme-edubuntu
-
unzip
-
unzip
-
lsof
-
pip
:
name={{ item }} state=present
-
pip
:
name={{ item }} state=present
with_items
:
with_items
:
-
virtualenv
-
virtualenv
-
pexpect
-
pexpect
-
pymongo
-
pymongo
-
name
:
Install required packages
apt
:
name={{ item }} state=present
with_items
:
-
lsof
-
sysstat
-
gnuplot
-
bc
-
ntp
-
jq
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