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.

46 lines
1012B

  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: screenlayout.yaml
  24. - import_tasks: x11.yaml
  25. - import_tasks: vnc.yaml
  26. tags:
  27. - vnc
  28. - import_tasks: desktop-apps.yaml
  29. when: home_desktop
  30. - name: flush handlers
  31. meta: flush_handlers
  32. - name: enable and start vncserver user service
  33. systemd:
  34. name: vncserver@:{{home_vncserver_display_number}}.service
  35. state: started
  36. enabled: true
  37. scope: user
  38. when: home_vncserver_started_and_enabled