--- # if there is only password auth set on a server then run the following # ansible-playbook -i hosts -l set-ssh.yml --diff --ask-pass -K - hosts: homelab become: true roles: - ssh - sudoers