25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.

55 satır
1.2KB

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