Pants Template: A simple wrapper of ansible <https...
# general
b
Pants Template: A simple wrapper of ansible https://github.com/da-tubi/pants-ansible
👀 1
h
A) fantastic B) how is this not called pantsible?
🤣 1
b
Here is only code for invoking ansible. Using pants as a wrapper helps us make it reproducible.
Copy code
pex_binary(
    name = "pex", 
    entry_point = "ansible.cli.adhoc:main",
)
Because it is a series of Pants template project: https://github.com/da-tubi/pants-for-python-engineers I'm considering to write a book for Pants.
b
Nice! If you'd like technical reviewers for the book, feel free to ask. I'm sure we can find maintainers who'd like to support that.
w
Daniel and I had been working on a first-party ansible plugin, but had to abandon for some other work - if you’ve got any thoughts or directions on this, that would be great! I’m looking to revisit in a couple of months, since I’m using ansible a lot more. https://github.com/sureshjoshi/pants-plugins/tree/main/pants-plugins/experimental/ansible