mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-07-20 14:53:08 +00:00
update
This commit is contained in:
9
tasks/Debian/main.yaml
Normal file
9
tasks/Debian/main.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Configure network with network-manager
|
||||
block:
|
||||
- name: Configure interfaces and routes with nmcli
|
||||
vars:
|
||||
iface: "{{ item }}"
|
||||
include_tasks: network_manager.yaml
|
||||
loop: "{{ network.network_manager.iface }}"
|
||||
when: network.network_manager is defined
|
Reference in New Issue
Block a user