Add tasks to build python
This commit is contained in:
parent
82c346506d
commit
092b78cce6
3 changed files with 78 additions and 2 deletions
10
vars.yml
10
vars.yml
|
|
@ -2,7 +2,6 @@ ansible_connection: local
|
|||
ansible_python_interpreter: '/usr/bin/env python'
|
||||
|
||||
packages:
|
||||
- base-devel
|
||||
- python
|
||||
- git
|
||||
- vim
|
||||
|
|
@ -29,6 +28,8 @@ aur_packages:
|
|||
}
|
||||
|
||||
aur_build_dir: '/usr/local/src'
|
||||
python_build_dir: '/usr/local/src'
|
||||
python_install_dir: '/opt'
|
||||
|
||||
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
||||
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
|
||||
|
|
@ -68,5 +69,12 @@ language_servers:
|
|||
- vscode-langservers-extracted
|
||||
- typescript-language-server
|
||||
|
||||
python_download_url: 'https://www.python.org/ftp/python'
|
||||
python_versions:
|
||||
- { version: 3.9.14, path: 'python3.9', binary: 'python3.9' }
|
||||
- { version: 3.8.14, path: 'python3.8', binary: 'python3.8' }
|
||||
- { version: 3.7.14, path: 'python3.7', binary: 'python3.7' }
|
||||
- { version: 3.6.15, path: 'python3.6', binary: 'python3.6' }
|
||||
|
||||
gitlab_domain: 'git.fudiggity.nl'
|
||||
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue