So I have a master ansible server which will loads different types of servers- typical dbserver, webserver etc. Let’s say (via golden img) I am provisioning new client machines/VMs, could be via cobbler, aws, etc…
How can I automatically run the ansible config initiated by the client (like firstboot) so it is completely hands off unattended install/setup? FYI my golden img contains the master ssh key so that’s already setup by default.
-John