Configure passwordless ssh access to all servers - write an adhoc script to copy keys to other servers
Storage has secondary disk attached Configure ansible user “davidt” with password for all servers. With passwordless sudo Add this to the ad hoc script Add roles path to ansible.cfg as ansible/roles Disable privillege escalation by default? Set ansible to manage 10 hosts at a time. Set davidt as ansible user VMS
Why use EEs?
Portable Ansible environments includes Ansible core version All desired collections Python dependencies Bindep dependencies Anything you need to run a playbook A container that has a specific version of Ansible. Can test execution in a specific Ansible environment to make sure it will work with that version.
https://awx.wiki/installation
https://github.com/MrMEEE/awx-rpm-v2
Error: fatal: [localhost]: FAILED! => {“msg”: “Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host’s fingerprint to your known_hosts file to manage this host.”}