mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
11 lines
191 B
YAML
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
|