Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-home
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
vnc config file
pull/1/head
Markus Katharina Brechtel
3 vuotta sitten
vanhempi
b6694d1696
commit
1813b155c1
2 muutettua tiedostoa
jossa
7 lisäystä
ja
0 poistoa
Jaettu näkymä
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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -0,0 +1 @@
{{ ansible_managed | comment }}