From 1813b155c18ccbe4d275fb368918fdf786c62d6a Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 14 Feb 2021 02:17:03 +0100 Subject: [PATCH] vnc config file --- tasks/vnc.yaml | 6 ++++++ templates/vnc/config.j2 | 1 + 2 files changed, 7 insertions(+) create mode 100644 templates/vnc/config.j2 diff --git a/tasks/vnc.yaml b/tasks/vnc.yaml index 08faf3d..c256e11 100644 --- a/tasks/vnc.yaml +++ b/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 diff --git a/templates/vnc/config.j2 b/templates/vnc/config.j2 new file mode 100644 index 0000000..5c02948 --- /dev/null +++ b/templates/vnc/config.j2 @@ -0,0 +1 @@ +{{ ansible_managed | comment }}