fractalcells / ansible-iocage

BSD 2-Clause "Simplified" License
36 stars 27 forks source link

Convert to use iocage library instead of CLI tool #23

Closed kpfleming closed 3 years ago

kpfleming commented 4 years ago

I'm going to start working on using the iocage library (iocage_lib) instead of executing subprocesses to run the iocage CLI tool for operations. This should result in a lower-cost implementation which is faster and safer. I'll be starting with the parts of the module which gather data about jails and then move on from there.

xmj commented 4 years ago

awesome!