Commit Graph

5 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov
f99a5a85af Define repository and packages variables in role defaults
Having these variables defined in vars makes impossible to override them
with inventory group_vars or host_vars, since role vars have precedence
over group_vars on the contrary to role defaults [1]

[1] https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#understanding-variable-precedence

Change-Id: I2f5f0aae5ec028c36f5f93b331ba8c46028a388b
2024-04-23 08:25:27 +00:00
Dmitriy Rabotyagov
00534ccaf8 Add second router for BGP configuration
This patch adjusts CI test and adds support to configure FRR bgpd

Change-Id: I451438a9c1a12025af3439895338829b7d5f178f
2020-07-09 15:15:16 +03:00
Dmitriy Rabotyagov
59270dd41a Add staticd configuration
This change makes possible to configure staticd routes with both
integrated and standalone configuration types.

Change-Id: I7d0e652748e3e88c08fc5249fd3fe6535cb4c65e
2020-06-26 21:05:11 +03:00
Dmitriy Rabotyagov
b1ed318d22 Add ability to create system vlans
This patch brings possibiltiy to create vlan interfaces,
which later can be used with frrouting

Change-Id: I7bf49496a9075bc6c9b566f60ff76e4afecf6b29
2020-06-24 16:01:38 +03:00
Dmitriy Rabotyagov
72aa27b649 Initial commit
Change-Id: I3faf848d4bd096827b81560a16fcfef2441365cb
2020-06-23 17:20:50 +03:00