我使用digital ocean module为Ansible创建了水滴。
我需要使用我的开发机器的SSH密钥,因为我已将此密钥添加到我的Digital Ocean帐户中。在DO模块的手册页上,除了使用ssh_key_ids
选项外,我无法看到任何方法。
ssh_key_ids
是什么?我从哪里获取ID?
答案 0 :(得分:0)
如果有人想知道v2 API允许你这样做:
digital_ocean:
state: present
command: droplet
name: node-app
ssh_key_ids:
- "da:5f:1c:f0:72:d5:86:ff:64:03:04:22:46:2f:c3:23"
您可以从“安全”页面获取密钥。