ipa: More ansible_fqdn -> inventory_hostname

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-02-02 16:31:49 +01:00
parent 16cf662b30
commit 502b3d48b0
2 changed files with 3 additions and 3 deletions

View file

@ -19,4 +19,4 @@
ipaadmin_password: "{{ ipa_admin_password }}" ipaadmin_password: "{{ ipa_admin_password }}"
action: member action: member
state: present state: present
host: "{{ ansible_fqdn }}" host: "{{ inventory_hostname }}"

View file

@ -427,7 +427,7 @@
- "Self-service Portal Administrators" - "Self-service Portal Administrators"
user: user:
- noggin - noggin
ipa_host: "{{ ansible_fqdn }}" ipa_host: "{{ inventory_hostname }}"
ipa_user: admin ipa_user: admin
ipa_pass: "{{ipa_admin_password}}" ipa_pass: "{{ipa_admin_password}}"
validate_certs: no validate_certs: no
@ -453,7 +453,7 @@
- admin - admin
- fas_sync - fas_sync
- arrfab - arrfab
ipa_host: "{{ ansible_fqdn }}" ipa_host: "{{ inventory_hostname }}"
ipa_user: admin ipa_user: admin
ipa_pass: "{{ipa_admin_password}}" ipa_pass: "{{ipa_admin_password}}"
validate_certs: no validate_certs: no