Minimal ansible 2.10 installation

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:

  1. ansible-base
  2. ansible.posix collection
  3. 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