Skip to content
Snippets Groups Projects
Commit 36c45d54 authored by void's avatar void
Browse files

debian repos angepasst

parent 263da650
No related branches found
No related tags found
1 merge request!7Webserver neu mit Debian Stretch aufgesetzt
......@@ -3,16 +3,17 @@
motd_lines:
- "Webserver"
- "Öffentliche IPs: {{ansible_eth0.ipv4.address}} / {{ansible_eth0.ipv6[0].address}}"
- "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.ipv6[0].address}}"
debian_sources:
- "deb http://ftp.halifax.rwth-aachen.de/debian/ jessie main contrib non-free"
- "deb http://security.debian.org/ jessie/updates main contrib non-free"
- "deb http://ftp.de.debian.org/debian/ jessie-updates main"
- "deb http://ftp.halifax.rwth-aachen.de/debian/ jessie-updates main contrib non-free"
- "deb http://apt.dockerproject.org/repo debian-jessie main"
- "deb http://ftp.halifax.rwth-aachen.de/debian/ stretch main contrib non-free"
- "deb http://security.debian.org/ stretch/updates main contrib non-free"
- "deb http://ftp.de.debian.org/debian/ stretch-updates main"
- "deb http://ftp.halifax.rwth-aachen.de/debian/ stretch-updates main contrib non-free"
- "deb [arch=amd64] https://download.docker.com/linux/debian stretch stable"
debian_keys:
- "https://download.docker.com/linux/debian/gpg"
borgbackup_weekday: "*"
borgbackup_hour: "4"
......
......@@ -11,13 +11,12 @@
update_cache: yes
state: installed
with_items:
- docker-engine
- docker-ce
- python
- python-pip
- name: install pip packages
pip:
name: docker-py
version: 1.7.2
name: docker-compose
version: 1.15.0
state: present
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