Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-09-01 15:39:56 +02:00
parent 6788ce0ab1
commit 105bd01e3a
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
- name: Create host entry
delegate_to: localhost
ipa_user:
ipa_host:
name: "{{ host }}"
force: yes
ipa_host: "{{ ipa_server }}"

View file

@ -1,7 +1,7 @@
---
- name: Create host entry
delegate_to: localhost
ipa_user:
ipa_host:
name: "{{ host }}"
force: yes
ipa_host: "{{ ipa_server }}"
@ -13,7 +13,7 @@
- name: Create service entry
delegate_to: localhost
ipa_user:
ipa_service:
name: "{{ service }}/{{ host }}"
force: yes
ipa_host: "{{ ipa_server }}"