hosts: - name: worker-0 role: worker bmc: address: redfish+http:///redfish/v1/Systems/ username: password: disableCertificateVerification: false bootMACAddress: bootMode: UEFI networkConfig: interfaces: - name: eno1 type: ethernet state: up mac-address: 0c:42:a1:55:f3:06 ipv4: enabled: true dhcp: false ethernet: sr-iov: total-vfs: 2 ipv6: enabled: false dhcp: false - name: sriov:eno1:0 type: ethernet state: up ipv4: enabled: false ipv6: enabled: false - name: sriov:eno1:1 type: ethernet state: down - name: eno2 type: ethernet state: up mac-address: 0c:42:a1:55:f3:07 ipv4: enabled: true ethernet: sr-iov: total-vfs: 2 ipv6: enabled: false - name: sriov:eno2:0 type: ethernet state: up ipv4: enabled: false ipv6: enabled: false - name: sriov:eno2:1 type: ethernet state: down - name: bond0 type: bond state: up min-tx-rate: 100 max-tx-rate: 200 link-aggregation: mode: active-backup options: primary: sriov:eno1:0 port: - sriov:eno1:0 - sriov:eno2:0 ipv4: address: - ip: 10.19.16.57 prefix-length: 23 dhcp: false enabled: true ipv6: enabled: false dns-resolver: config: server: - 10.11.5.160 - 10.2.70.215 routes: config: - destination: 0.0.0.0/0 next-hop-address: 10.19.17.254 next-hop-interface: bond0 table-id: 254