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

12 行
293B

  1. ---
  2. - name: /etc/network directory
  3. file:
  4. path: "{{ root_target_directory | default('') }}/etc/network"
  5. state: directory
  6. - name: network interfaces configuration
  7. template:
  8. src: network-interfaces.j2
  9. dest: "{{ root_target_directory | default('') }}/etc/network/interfaces"