Packer.Images/ansible/roles/os/vars/main.yml

12 lines
178 B
YAML
Raw Normal View History

2021-06-08 19:27:08 +00:00
packages:
2021-06-14 11:41:27 +00:00
- jq
2021-06-09 12:39:43 +00:00
# (python3-*) Dependency for installation of Ansible
- python3-pip
- python3-setuptools
- python3-wheel
2021-06-09 13:41:46 +00:00
pip_packages:
2021-06-09 12:39:43 +00:00
- pip
- ansible-core
2021-06-09 20:11:06 +00:00
- lxml