2021-04-02 11:07:45 +02:00
|
|
|
## 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/
|
2021-04-02 11:07:45 +02:00
|
|
|
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.
|