--- - name: Playbook to manage IPA role. hosts: ipaserver become: yes gather_facts: no tasks: - name: Rename role. iparole: ipaadmin_password: SomeADMINpassword name: somerole rename: anotherrole