mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-26 12:05:16 +01:00
19 lines
405 B
YAML
19 lines
405 B
YAML
---
|
|
|
|
# systemd unit files location
|
|
systemd_units_dir: /lib/systemd/system
|
|
|
|
# packages providing python-pip
|
|
python_pip_packages:
|
|
- python-pip
|
|
|
|
# extra packages required to add SNI support to legacy python versions
|
|
python_sni_support_packages:
|
|
- python-dev
|
|
- libssl-dev
|
|
- libffi-dev
|
|
|
|
# extra packages needed by ansible to correctly configure the system
|
|
ansible_support_packages:
|
|
- ca-certificates
|