--- # Create new user (with username matching host's username) and allow sudo # escalation without password. (because this new user will not have a password) - name: Include create user tasks include_tasks: create-user.yml - name: Include passwordless sudo tasks include_tasks: passwordless-sudo.yml