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.

38 satır
853B

  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. - import_tasks: workspaces.yaml
  15. - import_tasks: background.yaml
  16. - import_tasks: rofi.yaml
  17. - import_tasks: screenlayout.yaml
  18. - import_tasks: x11.yaml
  19. - import_tasks: vnc.yaml
  20. - import_tasks: desktop-apps.yaml
  21. when: home_desktop
  22. - name: flush handlers
  23. meta: flush_handlers
  24. - name: enable and start vncserver user service
  25. systemd:
  26. name: vncserver@:{{home_vncserver_display_number}}.service
  27. state: started
  28. enabled: true
  29. scope: user
  30. when: home_vncserver_started_and_enabled