Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-home
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
vnc config file
pull/1/head
Markus Katharina Brechtel
hace 3 años
padre
b6694d1696
commit
1813b155c1
Se han
modificado 2 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
tasks/vnc.yaml
+1
-0
templates/vnc/config.j2
+ 6
- 0
tasks/vnc.yaml
Ver fichero
@@ -6,6 +6,12 @@
state: directory
mode: 0700
- name: vnc config
template:
src: vnc/config.j2
dest: ~/.vnc/config
mode: 0644
- name: vnc server config
template:
src: vnc/vnc.conf.j2
+ 1
- 0
templates/vnc/config.j2
Ver fichero
@@ -0,0 +1 @@
{{ ansible_managed | comment }}