--- - name: Create new users hosts: local tasks: - name: Create users user: name: "{{ item }}" password: $1$cYdCAK1T$i4IEPWKr2VfsV84mhSKh50 shell: /bin/bash loop: - alice - bob