diff --git a/tasks/vnc.yaml b/tasks/vnc.yaml index 5b4771f..1cad20b 100644 --- a/tasks/vnc.yaml +++ b/tasks/vnc.yaml @@ -6,25 +6,6 @@ state: directory mode: 0700 -- name: vnc passwd - copy: - content: "{{ lookup('pipe','pwgen 24 1' )}}" - dest: ~/.vnc/passwd - mode: 0600 - force: no - -# - name: fetch vnc passwd -# fetch: -# src: ~/.vnc/passwd -# dest: ~/.vnc/passwd.{{inventory_hostname}} -# flat: yes -# -# - name: copy vnc passwd files -# copy: -# src: ~/.vnc/passwd.{{item}} -# dest: ~/.vnc/passwd.{{item}} -# with_items: "{{ home_access_to_hosts }}" - - name: default vnc client options template: src: vnc/default.tigervnc.j2