Initial commit
This commit is contained in:
14
roles/network_interfaces/tasks/main.yml
Normal file
14
roles/network_interfaces/tasks/main.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- import_tasks: packages.yml
|
||||
when: network_interfaces is defined and network_manage_devices|bool
|
||||
tags:
|
||||
- networking
|
||||
- network_interfaces
|
||||
|
||||
- import_tasks: interfaces.yml
|
||||
when: network_interfaces is defined and network_manage_devices|bool
|
||||
tags:
|
||||
- networking
|
||||
- network_interfaces
|
||||
|
Reference in New Issue
Block a user