Skip to content
Snippets Groups Projects
Commit 60ea636a authored by void's avatar void
Browse files

upgrade docker

parent 5d98b374
No related branches found
No related tags found
No related merge requests found
---
- name: install deb packages
apt:
pkg: "{{ item }}"
update_cache: yes
state: installed
with_items:
- docker-ce
- python
- python-pip
- name: uninstall pip packages
pip:
name: docker-py
state: absent
- name: install pip packages
pip:
name: "{{ item }}"
state: present
with_items:
- docker
- docker-compose
......@@ -10,9 +10,10 @@ debian_sources:
- "deb http://security.debian.org/ jessie/updates main contrib non-free"
- "deb http://debian.uni-duisburg-essen.de/debian/ jessie-updates main contrib non-free"
- "deb https://apt.dockerproject.org/repo debian-jessie main"
- "deb http://http.debian.net/debian jessie-backports main"
- "deb [arch=amd64] https://download.docker.com/linux/debian jessie stable"
debian_keys:
- "https://download.docker.com/linux/debian/gpg"
webserver_domains:
- "infra"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment