Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Thrace-lan.info
/
ansible
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
working on changes, and debugging
master
Erin Sims
hace 2 años
padre
d40cb47dd1
commit
08aa93a2f5
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
playbooks/sshfs.yaml
+ 2
- 2
playbooks/sshfs.yaml
Ver fichero
@@ -24,14 +24,14 @@
- name: setup service sshfs
template:
src: sshfs.service.j2
dest: "/usr/lib/systemd/system/sshfs{{ item }}.service"
dest: "/usr/lib/systemd/system/sshfs
-
{{ item }}.service"
mode: 0644
owner: root
group: root
loop: "{{ share }}"
- name: "Sshfs {{ item }} service start"
systemd:
name: "sshfs{{ item }}"
name: "sshfs
-
{{ item }}"
state: started
enabled: yes
masked: no
Escribir
Vista previa
Cargando…
Cancelar
Guardar