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
aace703c
Commit
aace703c
authored
7 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to new docker package scheme and PPAs.
parent
5d0236ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
playbooks/roles/docker-tools/defaults/main.yml
+4
-3
playbooks/roles/docker-tools/tasks/main.yml
+4
-5
No files found.
playbooks/roles/docker-tools/defaults/main.yml
View file @
aace703c
...
...
@@ -5,9 +5,10 @@ docker_tools_deps_deb_pkgs:
-
ca-certificates
-
python-pip
docker_apt_keyserver
:
"
hkp://ha.pool.sks-keyservers.net:80"
docker_apt_key_id
:
"
58118E89F3A912897C070ADBF76221572C52609D"
docker_repo
:
"
deb
https://apt.dockerproject.org/repo
ubuntu-xenial
main"
docker_apt_key_url
:
"
https://download.docker.com/linux/ubuntu/gpg"
docker_repos
:
-
"
deb
[arch=amd64]
https://download.docker.com/linux/ubuntu
{{
ansible_distribution_release
}}
stable"
-
"
deb
[arch=amd64]
https://download.docker.com/linux/ubuntu
{{
ansible_distribution_release
}}
edge"
docker_group
:
"
docker"
docker_users
:
[]
This diff is collapsed.
Click to expand it.
playbooks/roles/docker-tools/tasks/main.yml
View file @
aace703c
...
...
@@ -29,24 +29,23 @@
-
name
:
add docker apt key
apt_key
:
keyserver
:
"
{{
docker_apt_keyserver
}}"
id
:
"
{{
docker_apt_key_id
}}"
url
:
"
{{
docker_apt_key_url
}}"
tags
:
-
install
-
install:configuration
-
name
:
add docker repo
apt_repository
:
repo
:
"
{{
docker_repo
}}"
repo
:
"
{{
item
}}"
with_items
:
"
{{
docker_repos
}}"
tags
:
-
install
-
install:configuration
-
name
:
install docker-engine
apt
:
name
:
"
docker-
engin
e"
name
:
"
docker-
c
e"
update_cache
:
yes
cache_valid_time
:
"
{{
cache_valid_time
}}"
tags
:
-
install
-
install:system-requirements
...
...
This diff is collapsed.
Click to expand it.
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