- hosts: all remote_user: hyung-hwan tasks: - name: add user group 'tomcat' group: name=tomcat become: true become_method: sudo