ipa: More ansible_fqdn -> inventory_hostname
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
16cf662b30
commit
502b3d48b0
2 changed files with 3 additions and 3 deletions
|
@ -19,4 +19,4 @@
|
|||
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||
action: member
|
||||
state: present
|
||||
host: "{{ ansible_fqdn }}"
|
||||
host: "{{ inventory_hostname }}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue