Document Admin Machine Requirements, make ansible requirements.yaml/pip requirements.txt
Current blind spot in docs is what specifically the admin machine running ansible needs installed. Something like
- ansible
- python3
- python packages like beautifulsoup (pip3 requirements.txt)
- ansible roles from galaxy (requirements.yaml)
- ssh-agent & ssh keys for target hosts
- ... more?