You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yml 331B

8 vuotta sitten
8 vuotta sitten
1234567891011
  1. ---
  2. - name: network interfaces configuration
  3. template:
  4. src: network-interfaces.j2
  5. dest: "{{ root_target_directory | default('') }}/etc/network/interfaces"
  6. #- name: persistent net rules
  7. # template:
  8. # src: persistent-net.rules.j2
  9. # dest: "{{ network_interfaces_target }}/etc/udev/rules.d/z25_persistent-net.rules"