Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-home
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
vnc config file
pull/1/head
Markus Katharina Brechtel
3 anni fa
parent
b6694d1696
commit
1813b155c1
2 ha cambiato i file
con
7 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/vnc.yaml
+1
-0
templates/vnc/config.j2
+ 6
- 0
tasks/vnc.yaml
Vedi File
@@ -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
Vedi File
@@ -0,0 +1 @@
{{ ansible_managed | comment }}