Ansible role to deploy FRRouting
Go to file
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
defaults Define repository and packages variables in role defaults 2024-04-23 08:25:27 +00:00
files/gpg Add EL repos to supported by the role 2024-04-23 08:25:21 +00:00
handlers Add ebgp policy definition for tests 2024-02-23 16:05:20 +00:00
meta Add ebgp policy definition for tests 2024-02-23 16:05:20 +00:00
molecule/default Add EL repos to supported by the role 2024-04-23 08:25:21 +00:00
tasks Add EL repos to supported by the role 2024-04-23 08:25:21 +00:00
templates Make role INJECT_FACTS_AS_VARS friendly 2024-02-23 17:34:50 +01:00
tests Add ebgp policy definition for tests 2024-02-23 16:05:20 +00:00
vars Define repository and packages variables in role defaults 2024-04-23 08:25:27 +00:00
.ansible-lint Add molecule job 2024-02-23 17:07:40 +01:00
.gitreview Update project location in .gitreview 2024-04-23 10:15:03 +02:00
.yamllint.yml Add yamllint to linters check 2024-02-23 16:06:35 +00:00
.zuul.yaml Add EL repos to supported by the role 2024-04-23 08:25:21 +00:00
test-requirements.txt Add linters check 2020-06-26 16:01:12 +00:00
tox.ini Add EL repos to supported by the role 2024-04-23 08:25:21 +00:00