trixie/README.kerberox

12 lines
370 B
Text
Raw Normal View History

## 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:
2022-06-11 12:42:02 +02:00
cd /home/ansible/debian-lan/
ansible-playbook --ask-become-pass kerberox-client.yml
2022-06-11 12:42:02 +02:00
## Enter the 'BECOME' password and the kadmin password obtained above.