Commit 7c8c2d0d authored by Łukasz Nowak's avatar Łukasz Nowak

software/ansible: Introduce

parent 30ab77b9
# zc.buildout profile to produce ansible-core 2.14.2 software
# can be used to push the binary into shacache
[buildout]
extends =
../../component/defaults.cfg
../../stack/slapos.cfg
parts =
ansible
[ansible]
recipe = zc.recipe.egg
eggs =
${python-cffi:egg}
ansible-core
interpreter = ansible-python
[versions]
ansible-core = 2.14.2
resolvelib = 0.8.1
# Use jinja2 wheel, as versions 3.0.0rc1+ does not install with
# ModuleNotFoundError: No module named 'markupsafe'
jinja2 = 3.1.2:whl
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment