Hi,
I have 6 rpi4 to deploy, with some packages and configurations. I would like not to repeat operations for all of them.
As I understand it, Ansible can achieve a part of that without having to install any agent.
But ansible need a ssh connection, so I have to configure it for each rpi. How can I pre-configure this? Is there a way to deploy ssh connections with password and cert?
Thanks.