mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 17:59:00 +00:00
15 lines
312 B
YAML
15 lines
312 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- include_role:
|
|
name: linux-system-roles.network
|
|
vars:
|
|
network_connections:
|
|
- name: "{{ interface }}"
|
|
state: up
|
|
type: dummy
|
|
ip:
|
|
address:
|
|
- "192.0.2.42/30"
|
|
- debug:
|
|
var: __network_connections_result
|
|
...
|