Add README to explain the deployment of the keytabs.

This commit is contained in:
Andreas B. Mundt 2021-04-02 11:07:45 +02:00 committed by Andreas B. Mundt
parent 318672dabc
commit cef622fa33

11
README.kerberox Normal file
View file

@ -0,0 +1,11 @@
## After installation of the clients, prepare and copy all machine
## credentials to the machines in the following way:
## Find the kadmin password to be used soon:
sudo cat /root/kadmin.pwd
## Then:
cd /home/ansible/debian-lan/
ansible-playbook --ask-become-pass kerberox-client.yml
## Enter the 'BECOME' password and the kadmin password obtained above.