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 }}"
|
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||||
action: member
|
action: member
|
||||||
state: present
|
state: present
|
||||||
host: "{{ ansible_fqdn }}"
|
host: "{{ inventory_hostname }}"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue