--- - name: Set root password user: name: root shell: "{{ root_shell }}" password: "{{ root_password }}" ...