Ansible role to deploy FRRouting
Go to file
Dmitriy Rabotyagov 32dc34c70b Make role INJECT_FACTS_AS_VARS friendly
Enabled INJECT_FACTS_AS_VARS[1] (which is default behaviour) has very
negative impact on Ansible performance [2].

In order to be able to reduce amount of variables and performance
penalty, role is being adopted to be used with no injected facts

[1] https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_vars_facts.html#ansible-facts
[2] https://github.com/ansible/ansible/issues/73654

Change-Id: I71a326964be7597ebaad0183c3a774321885c6f5
2024-02-23 17:34:50 +01:00
defaults Add second router for BGP configuration 2020-07-09 15:15:16 +03: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 Make role INJECT_FACTS_AS_VARS friendly 2024-02-23 17:34:50 +01:00
tasks Make role INJECT_FACTS_AS_VARS friendly 2024-02-23 17:34:50 +01: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 Make role INJECT_FACTS_AS_VARS friendly 2024-02-23 17:34:50 +01:00
.ansible-lint Add molecule job 2024-02-23 17:07:40 +01:00
.gitreview Added .gitreview 2020-06-17 14:32:41 +00:00
.yamllint.yml Add yamllint to linters check 2024-02-23 16:06:35 +00:00
.zuul.yaml Add molecule job 2024-02-23 17:07:40 +01:00
test-requirements.txt Add linters check 2020-06-26 16:01:12 +00:00
tox.ini Add molecule job 2024-02-23 17:07:40 +01:00