43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
ansible_connection: local
|
|
ansible_python_interpreter: '/usr/bin/env python'
|
|
|
|
packages:
|
|
- base-devel
|
|
- python
|
|
- poetry
|
|
- git
|
|
- vim
|
|
- neovim
|
|
- npm
|
|
- docker
|
|
- docker-compose
|
|
- fuse-overlayfs
|
|
- ttf-ibm-plex
|
|
|
|
aur_packages:
|
|
- {
|
|
url: 'https://aur.archlinux.org/rootlesskit.git',
|
|
name: 'rootlesskit'
|
|
}
|
|
- {
|
|
url: 'https://aur.archlinux.org/docker-rootless-extras-bin.git',
|
|
name: 'docker-rootless'
|
|
}
|
|
|
|
aur_build_dir: '/usr/local/src'
|
|
|
|
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
|
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
|
|
|
|
dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
|
|
githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
|
|
|
|
vim_plugins:
|
|
- { url: 'https://github.com/preservim/nerdtree', name: 'nerdtree' }
|
|
- { url: 'https://github.com/sheerun/vim-polyglot', name: 'vim-polygot' }
|
|
- { url: 'https://github.com/neovim/nvim-lspconfig', name: 'nvim-lspconfig' }
|
|
- { url: 'https://github.com/hrsh7th/nvim-cmp/', name: 'nvim-cmp' }
|
|
- { url: 'https://github.com/hrsh7th/cmp-nvim-lsp/', name: 'cmp-nvim-lsp' }
|
|
|
|
gitlab_domain: 'git.fudiggity.nl'
|
|
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'
|