Fix kerberox.
This commit is contained in:
parent
f3d2d5ca9b
commit
49d81c705d
7 changed files with 80 additions and 62 deletions
|
@ -1,11 +1,14 @@
|
|||
## After installation of the clients, prepare and copy all machine
|
||||
## credentials to the machines in the following way:
|
||||
|
||||
## Log into the Kerberos KDC (kerberox).
|
||||
|
||||
## Find the kadmin password to be used soon:
|
||||
sudo cat /root/kadmin.pwd
|
||||
sudo cat /root/kadmin.pwd
|
||||
|
||||
## Then:
|
||||
cd /home/ansible/debian-lan/
|
||||
ansible-playbook --ask-become-pass kerberox-client.yml
|
||||
cd /home/ansible/debian-lan/
|
||||
ansible-playbook --ask-become-pass kerberox-client.yml \
|
||||
--ssh-common-args='-o StrictHostKeyChecking=no'
|
||||
|
||||
## Enter the 'BECOME' password and the kadmin password obtained above.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue