ansible 上传公钥ansible test -m authorized_key -a "user=root key={{ lookup('file', '/root/.ssh/id_rsa.pub') }}" -k