選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
333B

  1. ---
  2. - name: write local ssh_known_hosts file
  3. local_action: known_hosts
  4. args:
  5. path: "{{ lookup('env','HOME') }}/.ssh/known_hosts"
  6. name: "{{ inventory_hostname }}"
  7. key: "{{ inventory_hostname }},{{ ssh_host }} ssh-ed25519 {{ ssh_host_key_ed25519_public }}"
  8. when: ssh_host_key_ed25519_public is defined
  9. throttle: 1