apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Think of a cleaner way of managing SSH & `become` credentials across playbooks #128

Closed apatel762 closed 1 year ago

apatel762 commented 1 year ago

Some playbooks are shared between workstation & server (e.g. the one which setups up the ostree update policies), and for these playbooks, we need to provide different passwords for workstation & server.

It's a bit messy, and I'm not sure that my bash script will work well with this setup as it is.

Things could be cleaned up a bit...

One solution would be to give myself passwordless sudo access on my workstation, but not sure if that's a great idea.