This commit is contained in:
ace
2023-09-24 03:48:12 +03:00
parent 8ba560a810
commit 8aa06f4399
8 changed files with 136 additions and 39 deletions

9
tasks/Debian/main.yaml Normal file
View 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