소스 검색

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 }}