Skip to content
Snippets Groups Projects
Commit 649a50cd authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Initial work

parent 92cbcfce
No related branches found
No related tags found
1 merge request!290Feature/add ip edge to base config
......@@ -40,6 +40,10 @@
cpm_filters: "{{ [cpm_filters, pe_cpm] | community.general.lists_mergeby('family',
list_merge='append') }}"
- name: Merge standard FW general filters e.g. IP_EDGE
ansible.builtin.set_fact:
gen_filters: "{{ lookup('community.general.merge_variables', 'FW__to_merge') }}"
- name: Combine P and PE SNMP communities
ansible.builtin.set_fact:
nokia_snmp_communities: "{{ [nokia_snmp_communities, pe_snmp_communities] | community.general.lists_mergeby('name', list_merge='append') }}"
......
......@@ -8,6 +8,7 @@
{% include 'connectors.j2' %}
{% include 'ntp.j2' %}
{% include 'filters/cpm_filters.j2' %}
{% include 'filters/gen_filters.j2' %}
{% include 'syslog/syslog.j2' %}
{% include 'system/security/security.j2' %}
{% include 'qos/qos.j2' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment