From cef622fa33762fc2a6c02f6c589763c31ca865dd Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Fri, 2 Apr 2021 11:07:45 +0200 Subject: [PATCH] Add README to explain the deployment of the keytabs. --- README.kerberox | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.kerberox diff --git a/README.kerberox b/README.kerberox new file mode 100644 index 0000000..9362321 --- /dev/null +++ b/README.kerberox @@ -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.