Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-ansible
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
current
master
Markus Katharina Brechtel
hace 8 años
padre
513ca2a3ec
commit
32136d923f
Se han
modificado 2 ficheros
con
6 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
files/apt-preferences
+3
-5
tasks/setup_Debian.yml
+ 3
- 0
files/apt-preferences
Ver fichero
@@ -0,0 +1,3 @@
Package: ansible
Pin: release n=jessie-backports
Pin-Priority: 900
+ 3
- 5
tasks/setup_Debian.yml
Ver fichero
@@ -1,13 +1,11 @@
---
- name:
apt preference
s
- name:
pin ansible for backport
s
copy:
src: apt-preferences
dest: /etc/apt/preferences.d/ansible
- name:
apt packages
installe
d
- name: install
ansibl
e
apt:
pkg:
"{{item}}"
pkg:
ansible
state: present
with_items:
- ansible
Escribir
Vista previa
Cargando…
Cancelar
Guardar