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 }}"
action: member
state: present
host: "{{ ansible_fqdn }}"
host: "{{ inventory_hostname }}"

View file

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