Hi everyone,
after using ansible for a while successfully in a environment of roughly 1000 virtual servers, I'm planning a slightly different approach.
Rather than running ansible on one (or more) central server, I'd like to install ansible-pull on each server and run it on demand or via cronjob only.
Since our systems get their packages from an internal repository, I'm lacking some of the dependencies for the regular ansible installation. However, I'm not looking to install the huge ansible package anyways but rather only what I need.
What would be the steps to find out what to include in the custom rpm to run ansible-pull only?
I'm looking to get a very slim, light-weight package which only supports what I need it to support.