| The first step when running bolt is to setup an ssh identity in the remote system's authorized_keys file, otherwise the user is burdened with typing passwords. We need a bolt command to perform this step automatically instead of create a bash for loop. This would look something like: bolt ssh-copy-id --nodes ubuntu Bolt would gather the nodes and use the default ssh identity or the one provided in the inventory file and use ssh-copy-id utility to copy over the identity and place in authorized keys file on the remote system. |