WIP3
This commit is contained in:
26
roles/linux-system-roles.network/examples/infiniband.yml
Normal file
26
roles/linux-system-roles.network/examples/infiniband.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- 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
|
||||
state: up
|
||||
ip:
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
address:
|
||||
- 198.51.100.133/30
|
||||
|
||||
roles:
|
||||
- linux-system-roles.network
|
||||
Reference in New Issue
Block a user