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.
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.