You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deploy some Python applications to servers using ansible. Currently I use ansible.builtin.pip to create the virtualenv and install packages from requirements.txt. I use the auto-export plugin to keep requirements.txt in sync with pdm.lock.
It'd be ideal if I could have Ansible use pdm to manage this instead though. Is anyone aware of an ansible module for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I deploy some Python applications to servers using ansible. Currently I use
ansible.builtin.pip
to create the virtualenv and install packages from requirements.txt. I use the auto-export plugin to keep requirements.txt in sync with pdm.lock.It'd be ideal if I could have Ansible use pdm to manage this instead though. Is anyone aware of an ansible module for this?
There's a module for
uv pip
for example, at https://github.com/moreati/ansible-uvBeta Was this translation helpful? Give feedback.
All reactions