Closed liangwen12year closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 43.29%. Comparing base (
89d7148
) to head (398678d
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@tyll , configure vrf interface is not supported in network_connections
, besides that, I also added other examples.
- name: Configure the vrf interface test-vrf0 with vrf port eth1 and vrf route table 101
vars:
network_state:
interfaces:
- name: test-vrf0
type: vrf
state: up
vrf:
port:
- eth1
route-table-id: 101
ansible.builtin.include_role:
name: linux-system-roles.network
@eliaswimmer, this is the example of configuring vrf interface using the network_state variable.
Enhancement:
Reason:
Result:
Issue Tracker Tickets (Jira or BZ if any):