This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
ka
/
ansible-role-home
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
vnc config file
pull/1/head
Markus Katharina Brechtel
пре 3 година
родитељ
b6694d1696
комит
1813b155c1
2 измењених фајлова
са
7 додато
и
0 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -0,0 +1 @@
{{ ansible_managed | comment }}