Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- ---
-
- - import_tasks: clean.yaml
-
- - import_tasks: structure.yaml
- - import_tasks: ssh.yaml
- - import_tasks: tmux.yaml
- - import_tasks: pulseaudio.yaml
- - import_tasks: git.yaml
- - import_tasks: timer.yaml
-
- - import_tasks: kanboard.yaml
-
- - import_tasks: points.yaml
-
- - block:
- - import_tasks: i3.yaml
- tags:
- - i3
- - import_tasks: lockscreen.yaml
- tags:
- - lockscreen
- - import_tasks: workspaces.yaml
- - import_tasks: icons.yaml
- - import_tasks: background.yaml
- - import_tasks: xfce4-terminal.yaml
- tags:
- - xfce4-terminal
- - import_tasks: rofi.yaml
- - import_tasks: barrier.yaml
- tags:
- - barrier
- - import_tasks: screenlayout.yaml
- - import_tasks: x11.yaml
- - import_tasks: vnc.yaml
- tags:
- - vnc
- - import_tasks: desktop-apps.yaml
- when: home_desktop
-
- - name: flush handlers
- meta: flush_handlers
-
- - name: enable and start vncserver user service
- systemd:
- name: vncserver@:{{home_vncserver_display_number}}.service
- state: started
- enabled: true
- scope: user
- when: home_vncserver_started_and_enabled
|