Add instruction to verify new server fingerprint
When adding a new server now, Ansible needs the root ssh key fingerprint on the new server to be verified on the puppetmaster, add this to instructions for setting up a new server. Change-Id: I7345c22c47120c946b64e72aa6bf7a7a8f590132
This commit is contained in:
parent
05d1fee6ec
commit
4452247d78
@ -50,6 +50,15 @@ will want to pass --server puppetmaster.example.com otherwise the
|
||||
new node wil try to register with puppetmaster.openstack.org - and
|
||||
fail hilariously.
|
||||
|
||||
In order for Ansible to be able to send out the Puppet updates,
|
||||
you also need the puppetmaster to accept the root SSH key for the
|
||||
new server. So as root on the puppetmaster:
|
||||
|
||||
ssh root@$FQDN
|
||||
|
||||
Verify the fingerprint of the new server and type "yes" to accept.
|
||||
Then you can log out.
|
||||
|
||||
Add DNS Records
|
||||
===============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user