Add first version of playbooks and configs

Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
Matej Focko 2020-10-11 15:09:15 +02:00
parent cf3839f82f
commit de292d018f
No known key found for this signature in database
GPG key ID: 707F7C6CBA7A2271
22 changed files with 527 additions and 0 deletions
playbooks/roles/vscode/tasks

View file

@ -0,0 +1,15 @@
---
- name: Install VSCode script
template:
src: templates/update.sh.j2
dest: ~/.local/bin/code-update.sh
- name: Create app info for VSCode
template:
src: templates/code.desktop.j2
dest: ~/.local/share/visual-studio-code-insiders.desktop
- name: Create app info for VSCode URL handler
template:
src: templates/code-url.desktop.j2
dest: ~/.local/share/visual-studio-code-insiders-url-handler.desktop