Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

49 lines
1.0KB

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