Initial commit
This commit is contained in:
parent
195b9600bb
commit
4c35875333
4 changed files with 46 additions and 0 deletions
13
vars.yml
13
vars.yml
|
|
@ -2,6 +2,7 @@ ansible_connection: local
|
|||
ansible_python_interpreter: '/usr/bin/env python'
|
||||
|
||||
packages:
|
||||
- base-devel
|
||||
- python
|
||||
- poetry
|
||||
- git
|
||||
|
|
@ -12,6 +13,18 @@ packages:
|
|||
- docker-compose
|
||||
- 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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue