Files
fedora-infra_ansible/roles/ipa/host/tasks/main.yml
Aurélien Bompard 3142dac13f Use the newer modules for ipa/host and ipa/service
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-11-30 13:35:24 +01:00

11 lines
191 B
YAML

---
- name: Create host entry
delegate_to: "{{ ipa_server }}"
ipahost:
ipaadmin_password: "{{ ipa_admin_password }}"
name: "{{ host }}"
force: yes
tags:
- config
- krb5