Deploy the build ssh key to auth_keys

Deploy the build ssh key to the authorized_keys for root user
on all hosts in a multinode environment, to allow passwordless
ssh between nodes.

Change-Id: I3b1a8ce825d093a886f6dee2c1c8d49204939274
This commit is contained in:
Andrea Frittoli 2018-02-26 11:56:27 +00:00
parent 46fb37f8bb
commit 4bdb01e60a
1 changed files with 5 additions and 0 deletions

View File

@ -23,3 +23,8 @@
- peers
roles:
- multi-node-bridge
- name: Copy the build ssh key to authorized_keys on all hosts for root
hosts: all
roles:
- copy-build-sshkey