--- - name: Playbook to disallow reverse record synchronization. hosts: ipaserver become: true tasks: - name: Disallow reverse record synchronization. ipadnsconfig: ipaadmin_password: SomeADMINpassword allow_sync_ptr: no