ソースを参照

vnc config file

pull/1/head
コミット
1813b155c1
2個のファイルの変更7行の追加0行の削除
  1. +6
    -0
      tasks/vnc.yaml
  2. +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 }}