Ansible and the RSA validation prompt -
I am using Ansible to build my cloud infrastructure to verify the RSA key fingerprint I have no problem verifying "yes" when asked for it
However, it becomes counter productive if I am trying to configure spin and 50 + machine at a time . Is unable to use the enzyme ... or at least answer it once?
As David has mentioned that you use ansible.cfg
You can leave it with host_key_checking = False
, but if you have gone crazy, then you may prefer to use the keys to accept keys for the first time, or whenever your keys (Eg, when a loft and environment is destroyed and reconstructed).
Comments
Post a Comment