No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.

61 líneas
1.3KB

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