Hi folks,
Now that ansible’s code has been reorganised, I have a question about how to do a minimal installation. I am interested in just these 3 things:
- ansible-base
- ansible.posix collection
- community collection
I can “pip install” ansible-base. However, is there any way I can have wheels of the 2 collections and “pip install” them easily across several hundred servers (for running ansible using the “local” connection plugin)?
Anand