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
cc962170
Commit
cc962170
authored
Dec 13, 2016
by
George Song
Committed by
Kevin Falcone
Dec 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add task tags
parent
39e136a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
playbooks/roles/docker-tools/tasks/main.yml
+24
-0
No files found.
playbooks/roles/docker-tools/tasks/main.yml
View file @
cc962170
...
...
@@ -4,6 +4,9 @@
-
name
:
add docker group
group
:
name
:
"
{{
docker_group
}}"
tags
:
-
install
-
install:base
-
name
:
add users to docker group
user
:
...
...
@@ -11,34 +14,55 @@
groups
:
"
{{
docker_group
}}"
append
:
yes
with_items
:
"
{{
docker_users
}}"
tags
:
-
install
-
install:base
-
name
:
install package dependencies
apt
:
name
:
"
{{
docker_tools_deps_deb_pkgs
}}"
update_cache
:
yes
cache_valid_time
:
"
{{
cache_valid_time
}}"
tags
:
-
install
-
install:system-requirements
-
name
:
add docker apt key
apt_key
:
keyserver
:
"
{{
docker_apt_keyserver
}}"
id
:
"
{{
docker_apt_key_id
}}"
tags
:
-
install
-
install:configuration
-
name
:
add docker repo
apt_repository
:
repo
:
"
{{
docker_repo
}}"
tags
:
-
install
-
install:configuration
-
name
:
install docker-engine
apt
:
name
:
"
docker-engine"
update_cache
:
yes
cache_valid_time
:
"
{{
cache_valid_time
}}"
tags
:
-
install
-
install:system-requirements
-
name
:
start docker service
service
:
name
:
docker
enabled
:
yes
state
:
started
tags
:
-
install
-
install:configuration
-
name
:
install docker-compose
pip
:
name
:
"
docker-compose"
tags
:
-
install
-
install:system-requirements
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