Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.

51 строка
1.1KB

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