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.

34 lines
709B

  1. ---
  2. - import_tasks: clean.yaml
  3. - import_tasks: structure.yaml
  4. - import_tasks: ssh.yaml
  5. - import_tasks: tmux.yaml
  6. - import_tasks: pulseaudio.yaml
  7. - import_tasks: git.yaml
  8. - import_tasks: kanboard.yaml
  9. - import_tasks: points.yaml
  10. - block:
  11. - import_tasks: i3.yaml
  12. - import_tasks: workspaces.yaml
  13. - import_tasks: background.yaml
  14. - import_tasks: rofi.yaml
  15. - import_tasks: x11.yaml
  16. - import_tasks: vnc.yaml
  17. when: home_desktop
  18. - name: flush handlers
  19. meta: flush_handlers
  20. - name: enable and start vncserver user service
  21. systemd:
  22. name: vncserver@:{{home_vdesk_display_number}}.service
  23. state: started
  24. enabled: true
  25. scope: user
  26. when: home_vdesk_started_and_enabled