diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 83a385d7d6a31d2ed44725cf53ef53379c234a1b..3d7b45322c79bee2a17979d80f1d53c122d2996d 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.14: +- Base-config cleanup 1.0.13: - Base-config cleanup 1.0.12: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 62d34a8fca8be0835b76eca475539e5a79a2f866..6928d512b3543b6a4bbe5f091ce9acd40b1b55de 100644 --- a/geant/gap_ansible/galaxy.yml +++ b/geant/gap_ansible/galaxy.yml @@ -8,7 +8,7 @@ namespace: geant name: gap_ansible # The version of the collection. Must be compatible with semantic versioning -version: 1.0.13 +version: 1.0.14 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2 b/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2 index bd2cd11ba8b428e03eaab2617a714905e42da39e..bb04f77de11c0ca151e8cd1a52530176cb685a11 100644 --- a/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2 +++ b/geant/gap_ansible/roles/base_config/templates/routers/nokia/base_config.j2 @@ -7,7 +7,6 @@ {% include 'cards.j2' %} {% include 'connectors.j2' %} {% include 'ntp.j2' %} - {% include 'snmp.j2' %} {% include 'ip_prefix_list.j2' %} {% include 'filters/cpm_filters.j2' %} {% include 'syslog/syslog.j2' %}