trixie/README.kerberox

15 lines
487 B
Text
Raw Normal View History

## After installation of the clients, prepare and copy all machine
## credentials to the machines in the following way:
2022-06-12 21:02:54 +02:00
## Log into the Kerberos KDC (kerberox).
## Find the kadmin password to be used soon:
2022-06-12 21:02:54 +02:00
sudo cat /root/kadmin.pwd
## Then:
2022-06-12 21:02:54 +02:00
cd /home/ansible/debian-lan/
ansible-playbook --ask-become-pass kerberox-client.yml \
--ssh-common-args='-o StrictHostKeyChecking=no'
2022-06-11 12:42:02 +02:00
## Enter the 'BECOME' password and the kadmin password obtained above.