mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-22 10:37:52 +00:00
24 lines
455 B
YAML
24 lines
455 B
YAML
---
|
|
- hosts: network-test
|
|
vars:
|
|
network_connections:
|
|
|
|
- name: ib0
|
|
type: infiniband
|
|
interface_name: ib0
|
|
|
|
# Create a simple infiniband profile
|
|
- name: ib0-10
|
|
interface_name: ib0.000a
|
|
type: infiniband
|
|
autoconnect: yes
|
|
infiniband_p_key: 10
|
|
parent: ib0
|
|
ip:
|
|
dhcp4: no
|
|
auto6: no
|
|
address:
|
|
- 198.51.100.133/30
|
|
|
|
roles:
|
|
- network
|