您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

34 行
709B

  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: kanboard.yaml
  9. - import_tasks: points.yaml
  10. - block:
  11. - import_tasks: i3.yaml
  12. - import_tasks: workspaces.yaml
  13. - import_tasks: background.yaml
  14. - import_tasks: rofi.yaml
  15. - import_tasks: x11.yaml
  16. - import_tasks: vnc.yaml
  17. when: home_desktop
  18. - name: flush handlers
  19. meta: flush_handlers
  20. - name: enable and start vncserver user service
  21. systemd:
  22. name: vncserver@:{{home_vdesk_display_number}}.service
  23. state: started
  24. enabled: true
  25. scope: user
  26. when: home_vdesk_started_and_enabled