mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-19 01:17:00 +00:00
* add a helper to create two veth devices with IPv4/IPv6 infra * add a bond in active-backup mode with miimon value * add two slaves connections for two veth devices * check automated IPv4/IPv6 addresses are assigned to master * check all connections are present * add a helper to delete previously created veth device setup
13 lines
375 B
YAML
13 lines
375 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
# This file was generated by ensure_provider_tests.py
|
|
---
|
|
- hosts: all
|
|
name: Run playbook 'playbooks/tests_bond.yml' with initscripts as provider
|
|
tasks:
|
|
- name: Set network provider to 'initscripts'
|
|
set_fact:
|
|
network_provider: initscripts
|
|
tags:
|
|
- always
|
|
|
|
- import_playbook: playbooks/tests_bond.yml
|