Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-users
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
systemd-logind improvements
master
Markus Katharina Brechtel
hace 7 años
padre
f510a0e2c1
commit
315386942d
Se han
modificado 3 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
handlers/main.yml
+1
-0
tasks/setup_Debian.yml
+1
-0
tasks/users.yml
+ 6
- 0
handlers/main.yml
Ver fichero
@@ -0,0 +1,6 @@
---
- name: restart systemd-logind.service
systemd:
name: systemd-logind.service
state: restarted
+ 1
- 0
tasks/setup_Debian.yml
Ver fichero
@@ -5,3 +5,4 @@
name: "{{ item }}"
with_items:
- dbus
- libpam-systemd
+ 1
- 0
tasks/users.yml
Ver fichero
@@ -16,6 +16,7 @@
home: "{{ users[item].home | default('/home/'+item) }}"
shell: "{{ users[item].shell | default('/usr/bin/fish') }}"
with_items: "{{ users.keys() }}"
notify: restart systemd-logind.service
- name: password
user:
Escribir
Vista previa
Cargando…
Cancelar
Guardar