You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

20 line
381B

  1. ---
  2. - name: vnc directory
  3. file:
  4. path: ~/.vnc
  5. state: directory
  6. mode: 0700
  7. - name: default vnc client options
  8. template:
  9. src: vnc/default.tigervnc.j2
  10. dest: ~/.vnc/default.tigervnc
  11. mode: 0755
  12. - name: vncserver user service
  13. template:
  14. src: vnc/vncserver@.service.j2
  15. dest: ~/.config/systemd/user/vncserver@.service
  16. notify: systemd daemon-reload