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

14 行
306B

  1. ---
  2. - name: host_vars directory
  3. local_action: file
  4. args:
  5. path: "{{inventory_dir}}/host_vars/{{inventory_hostname}}"
  6. state: directory
  7. - name: host_vars file
  8. local_action: template
  9. args:
  10. src: host_vars.j2
  11. dest: "{{inventory_dir}}/host_vars/{{inventory_hostname}}/ssh_host_key.yaml"