25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

7 yıl önce
8 yıl önce
1234567891011121314
  1. ---
  2. - include: setup.yml
  3. when: not root_target_directory is defined
  4. - name: /etc/network directory
  5. file:
  6. path: "{{ root_target_directory | default('') }}/etc/network"
  7. state: directory
  8. - name: network interfaces configuration
  9. template:
  10. src: network-interfaces.j2
  11. dest: "{{ root_target_directory | default('') }}/etc/network/interfaces"