mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Split workstation profiles for Linux and Windows WSL
This commit is contained in:
33
ansible/inventory/group_vars/workstation_dev.yml
Normal file
33
ansible/inventory/group_vars/workstation_dev.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
workstation_dev_packages:
|
||||
- distrobox
|
||||
- gnupg
|
||||
- gpg-agent
|
||||
- libfido2-1
|
||||
- openssh-client
|
||||
|
||||
workstation_user_directories:
|
||||
- path: "{{ user_home }}/.config"
|
||||
mode: "0755"
|
||||
- path: "{{ user_home }}/.local"
|
||||
mode: "0755"
|
||||
- path: "{{ user_home }}/.local/bin"
|
||||
mode: "0755"
|
||||
- path: "{{ user_home }}/.gnupg"
|
||||
mode: "0700"
|
||||
|
||||
workstation_dotfiles:
|
||||
- src: .gnupg/gpg-agent.conf
|
||||
dest: .gnupg/gpg-agent.conf
|
||||
mode: "0600"
|
||||
- src: .gitignore_global
|
||||
dest: .gitignore_global
|
||||
mode: "0644"
|
||||
- src: .themes.gitignore
|
||||
dest: .themes.gitignore
|
||||
mode: "0644"
|
||||
|
||||
workstation_templates:
|
||||
- src: workstation/.gitconfig.j2
|
||||
dest: .gitconfig
|
||||
mode: "0644"
|
||||
Reference in New Issue
Block a user