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.

50 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. - block:
  11. - import_tasks: i3.yaml
  12. tags:
  13. - i3
  14. - import_tasks: lockscreen.yaml
  15. tags:
  16. - lockscreen
  17. - import_tasks: workspaces.yaml
  18. - import_tasks: icons.yaml
  19. - import_tasks: background.yaml
  20. - import_tasks: xfce4-terminal.yaml
  21. tags:
  22. - xfce4-terminal
  23. - import_tasks: rofi.yaml
  24. - import_tasks: barrier.yaml
  25. tags:
  26. - barrier
  27. - import_tasks: screenlayout.yaml
  28. - import_tasks: x11.yaml
  29. tags:
  30. - x11
  31. - import_tasks: vnc.yaml
  32. tags:
  33. - vnc
  34. - import_tasks: desktop-apps.yaml
  35. when: home_desktop
  36. - name: flush handlers
  37. meta: flush_handlers
  38. - name: enable and start vncserver user service
  39. systemd:
  40. name: vncserver@:{{home_vncserver_display_number}}.service
  41. state: started
  42. enabled: true
  43. scope: user
  44. when: home_vncserver_started_and_enabled