25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- ---
-
- - import_role:
- name: eralitex
-
- - name: other workspace focus script
- template:
- src: other-workspace-focus.fish.j2
- dest: ~/.eralitex/workspace-cmd/other-focus
- mode: 0755
-
- - name: remote workspace focus scripts
- template:
- src: remote-workspace-focus.fish.j2
- dest: ~/.eralitex/workspace-cmd/{{workspace}}.focus
- mode: 0755
- with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='vdesk'].key\") }}"
- loop_control:
- loop_var: workspace
- when: home_remote_workspace_config
-
- - name: remote workspace space shortcut scripts
- template:
- src: remote-workspace-space.fish.j2
- dest: ~/.eralitex/workspace-cmd/{{workspace}}.space
- mode: 0755
- with_items: "{{workspaces|dict2items|json_query(\"[?value.type=='vdesk'||value.type=='tmux'].key\") }}"
- loop_control:
- loop_var: workspace
- when: home_remote_workspace_config
-
- - name: vnc options
- template:
- src: vnc-options.fish.j2
- dest: ~/.eralitex/workspace-cmd/vnc-options
- mode: 0755
|