[ipa/server] Add ipa_host to corresponding ipa roles
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
e5b2f1afae
commit
b86cb7dd7c
1 changed files with 6 additions and 2 deletions
|
@ -123,8 +123,7 @@
|
||||||
- name: Ask admin if they are OK reinstalling this ipa server replica
|
- name: Ask admin if they are OK reinstalling this ipa server replica
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
prompt: |
|
prompt: |
|
||||||
"Do you want to reinstall replica for {{ item }} \
|
"Do you want to reinstall replica for {{ item }} (ignored for master node and any node with /var/log/ipainstall.log)? (yes/no)" # no qa yaml-length
|
||||||
(ignored for master node and any node with /var/log/ipainstall.log)? (yes/no)"
|
|
||||||
register: confirm_replica
|
register: confirm_replica
|
||||||
with_items: "{{ play_hosts }}"
|
with_items: "{{ play_hosts }}"
|
||||||
tags:
|
tags:
|
||||||
|
@ -240,6 +239,7 @@
|
||||||
krbpasswordexpiration: "2050-05-13 00:00:00"
|
krbpasswordexpiration: "2050-05-13 00:00:00"
|
||||||
update_password: on_create
|
update_password: on_create
|
||||||
ipa_pass: "{{ ipa_admin_password }}"
|
ipa_pass: "{{ ipa_admin_password }}"
|
||||||
|
ipa_host: "{{ inventory_hostname }}"
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
@ -315,6 +315,7 @@
|
||||||
minlength: 0
|
minlength: 0
|
||||||
maxfailcount: 0
|
maxfailcount: 0
|
||||||
ipa_pass: "{{ ipa_admin_password }}"
|
ipa_pass: "{{ ipa_admin_password }}"
|
||||||
|
ipa_host: "{{ inventory_hostname }}"
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
@ -325,6 +326,7 @@
|
||||||
givenname: FAS
|
givenname: FAS
|
||||||
sn: Sync
|
sn: Sync
|
||||||
ipa_pass: "{{ ipa_admin_password }}"
|
ipa_pass: "{{ ipa_admin_password }}"
|
||||||
|
ipa_host: "{{ inventory_hostname }}"
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
@ -450,6 +452,7 @@
|
||||||
krbpasswordexpiration: "2050-05-13 00:00:00"
|
krbpasswordexpiration: "2050-05-13 00:00:00"
|
||||||
update_password: on_create
|
update_password: on_create
|
||||||
ipa_pass: "{{ ipa_admin_password }}"
|
ipa_pass: "{{ ipa_admin_password }}"
|
||||||
|
ipa_host: "{{ inventory_hostname }}"
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
@ -697,6 +700,7 @@
|
||||||
ipa_pass: "{{ ipa_admin_password }}"
|
ipa_pass: "{{ ipa_admin_password }}"
|
||||||
name: sysadmin-main
|
name: sysadmin-main
|
||||||
description: Fedora Main Sysadmin Group
|
description: Fedora Main Sysadmin Group
|
||||||
|
ipa_host: "{{ inventory_hostname }}"
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue