25 lines
525 B
YAML
25 lines
525 B
YAML
poetry_url: 'https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py'
|
|
poetry_user: "{{ ansible_user | default(lookup('env', 'USER'), True) }}"
|
|
poetry_dir: '{{ ansible_env.HOME }}/.poetry'
|
|
|
|
common_packages:
|
|
- acl
|
|
- man
|
|
- apt-transport-https
|
|
- ca-certificates
|
|
- software-properties-common
|
|
- policykit-1
|
|
- libpolkit-agent-1-0
|
|
- nftables
|
|
- openssh-client
|
|
- bash-completion
|
|
- git
|
|
- vim
|
|
- curl
|
|
- tree
|
|
- haveged
|
|
- rsync
|
|
|
|
ssl_packages:
|
|
- python3-openssl
|
|
- python3-cryptography
|