您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 行
237B

  1. {% if hostvars[item].ssh_ip is defined %}
  2. {{ item }},{{ hostvars[item].ssh_ip }} ssh-ed25519 {{ hostvars[item].ssh_host_key_ed25519_public }}
  3. {% else %}
  4. {{ item }} ssh-ed25519 {{ hostvars[item].ssh_host_key_ed25519_public }}
  5. {% endif %}