0
我爲Ansible使用digital ocean module來創建液滴。我在哪裏可以找到Digital Ocean Ansible模塊的ssh_key_ids?
我需要使用我的開發機器的SSH密鑰,因爲我已將此密鑰添加到我的數字海洋帳戶。在DO模塊的手冊頁上,除了使用ssh_key_ids
選項之外,我看不到任何方法。
什麼是ssh_key_ids
?我從哪裏得到ID?
我爲Ansible使用digital ocean module來創建液滴。我在哪裏可以找到Digital Ocean Ansible模塊的ssh_key_ids?
我需要使用我的開發機器的SSH密鑰,因爲我已將此密鑰添加到我的數字海洋帳戶。在DO模塊的手冊頁上,除了使用ssh_key_ids
選項之外,我看不到任何方法。
什麼是ssh_key_ids
?我從哪裏得到ID?
櫃面你想知道的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"
你可以從「安全」頁面的關鍵。