Run Ansible tasks as different remote user
Had a somewhat curious situation: need to run a task in Ansible in different user accounts, but I don't have sudo or su access, only ssh access for every account. Took me a moment to figure out how to do that.
Continue reading "Run Ansible tasks as different remote user"