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.

35 lines
701B

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