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:
|
|
|
|
|
2022-06-12 21:02:54 +02:00
|
|
|
## Log into the Kerberos KDC (kerberox).
|
|
|
|
|
2021-04-02 11:07:45 +02:00
|
|
|
## Find the kadmin password to be used soon:
|
2022-06-12 21:02:54 +02:00
|
|
|
sudo cat /root/kadmin.pwd
|
2021-04-02 11:07:45 +02:00
|
|
|
|
|
|
|
## 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'
|
2021-04-02 11:07:45 +02:00
|
|
|
|
2022-06-11 12:42:02 +02:00
|
|
|
## Enter the 'BECOME' password and the kadmin password obtained above.
|