-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaybook.yml
More file actions
43 lines (42 loc) · 874 Bytes
/
playbook.yml
File metadata and controls
43 lines (42 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
- name: 'Bootstrap local environment'
hosts: local
roles:
# Local
- role: linux
tags: [linux]
- role: gnome
tags: [gnome]
- role: fonts
tags: [fonts]
- role: zsh
tags: [zsh]
- role: kitty
tags: [kitty]
- role: neovim
tags: [neovim]
- role: tmux
tags: [tmux]
- role: direnv
tags: [direnv]
- role: docker
tags: [docker]
- role: snx
tags: [snx]
- role: vscode
tags: [vscode]
- role: node
tags: [node]
- role: lazygit
tags: [lazygit]
# Galaxy
- role: staticdev.pyenv
vars:
pyenv_path: '{{ home }}/.pyenv'
pyenvrc_path: '{{ home }}'
pyenv_owner: '{{ user_name }}'
pyenv_global:
- 3.11.7
pyenv_enable_autocompletion: false
pyenv_python_versions:
- 3.11.7