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.

54 lines
1.1KB

  1. ---
  2. - import_tasks: clean.yaml
  3. - import_tasks: structure.yaml
  4. - import_tasks: path.yaml
  5. - import_tasks: ssh.yaml
  6. - import_tasks: tmux.yaml
  7. - import_tasks: pulseaudio.yaml
  8. - import_tasks: git.yaml
  9. - import_tasks: timer.yaml
  10. - import_tasks: kanboard.yaml
  11. - import_tasks: points.yaml
  12. - block:
  13. - import_tasks: i3.yaml
  14. tags:
  15. - i3
  16. - import_tasks: lockscreen.yaml
  17. tags:
  18. - lockscreen
  19. - import_tasks: workspaces.yaml
  20. - import_tasks: icons.yaml
  21. - import_tasks: background.yaml
  22. - import_tasks: xfce4-terminal.yaml
  23. tags:
  24. - xfce4-terminal
  25. - import_tasks: rofi.yaml
  26. - import_tasks: barrier.yaml
  27. tags:
  28. - barrier
  29. - import_tasks: screenlayout.yaml
  30. - import_tasks: x11.yaml
  31. tags:
  32. - x11
  33. - import_tasks: vnc.yaml
  34. tags:
  35. - vnc
  36. - import_tasks: desktop-apps.yaml
  37. when: home_desktop
  38. - name: flush handlers
  39. meta: flush_handlers
  40. - name: enable and start vncserver user service
  41. systemd:
  42. name: vncserver@:{{home_vncserver_display_number}}.service
  43. state: started
  44. enabled: true
  45. scope: user
  46. when: home_vncserver_started_and_enabled