DM password is no longer needed

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-28 10:47:21 +00:00
parent 5cc380caa7
commit 86973ab724
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
#!/bin/bash -xe
ADMIN_PASSWORD="$1"
DM_PASSWORD="$2"
function cleanup {
kdestroy -A

View file

@ -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