Authored by chunhua.zhang

add explaiation for auth key playbook

# add auth key from local file to remote user
# append local public key to remote user's authorized_keys
# to make ssh login without key
---
- hosts: search-service
remote_user: root
... ...