blob: fdb4981c113b49e86673fe87c60d5a916102d878 (
plain)
1
2
3
4
5
6
7
8
9
|
---
- name: Setup environment
vyos.vyos.vyos_config:
lines: |-
set interfaces bonding bond2
set interfaces ethernet eth2 vif 3
set interfaces ethernet eth2 vif 18
vars:
ansible_connection: ansible.netcommon.network_cli
|