|
@@ -6,25 +6,6 @@ |
|
|
state: directory |
|
|
state: directory |
|
|
mode: 0700 |
|
|
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 |
|
|
- name: default vnc client options |
|
|
template: |
|
|
template: |
|
|
src: vnc/default.tigervnc.j2 |
|
|
src: vnc/default.tigervnc.j2 |
|
|