Hello.
We are working on setting up ansible management of our various vyos routers. One thing that i’m struggling with is ssh key management.
For a normal debian or ubuntu install i’d take over managing the /home/username/.ssh/authorized_keys file, but for ansible the cli will overwrite that file.
I was hoping i could find something in the vyos.vyos ansible collection, but there doesn’t seem to be anything there other than the commands or config modules. Is this truely the best way? or what do others do?
Thanks.