--- - hosts: all remote_user: root vars: ipa_host: "{{ computer_name }}.las.kit.edu" ipa_host_ip: "129.13.108.{{ ip_suffix }}" ipa_domain: las.kit.edu vars_prompt: - name: "ipa_pass" prompt: "What is the admin@LAS.KIT.EDU password?" private: yes # - name: uninstall host # become: yes # command: ipa-client --uninstall -U roles: - ipa_hosts