DM password is no longer needed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5cc380caa7
commit
86973ab724
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash -xe
|
||||
ADMIN_PASSWORD="$1"
|
||||
DM_PASSWORD="$2"
|
||||
|
||||
function cleanup {
|
||||
kdestroy -A
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
when: inventory_hostname.startswith("ipa01")
|
||||
|
||||
- name: Run configuration script
|
||||
command: /bin/bash /root/configure-ipa.sh {{ipa_dm_password}} {{ipa_admin_password}}
|
||||
command: /bin/bash /root/configure-ipa.sh {{ipa_admin_password}}
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue