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

variablen umstrukturiert

parent 0ae54d9a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@
url: "{{ item }}"
state: present
with_items: "{{ debian_keys }}"
when: debian_keys
- name: set debian repos
template: src=sources.list.j2 dest=/etc/apt/sources.list
......
# Gruppen-Spezifishe Variablen
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"
\ No newline at end of file
......@@ -3,9 +3,9 @@
debian_sources:
- "deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi"
administratorenteam:
- "da1l6"
- "ole"
- "larsm"
- "missinformation"
- "sandhome"
......
# Host spezifische Variablen
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"
debian_keys:
administratorenteam:
- "void"
- "dray"
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