Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GAP Ansible Collection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GAP Ansible Collection
Merge requests
!162
promote-p-to-pe role
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
promote-p-to-pe role
feature/nat-666-p-to-pe
into
develop
Overview
0
Commits
14
Pipelines
2
Changes
2
Merged
Aleksandr Kurbatov
requested to merge
feature/nat-666-p-to-pe
into
develop
9 months ago
Overview
0
Commits
14
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Viewing commit
103cb902
Prev
Next
Show latest version
2 files
+
0
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
103cb902
remove unnecessary `delete_default_routes` tasklist
· 103cb902
Aleksandr Kurbatov
authored
9 months ago
geant/gap_ansible/roles/promote_p_to_pe/tasks/delete_default_routes.yaml deleted
100644 → 0
+
0
−
21
Options
-
name
:
Delete default routes on "{{ inventory_hostname }}" [CHECK ONLY][NOKIA]
when
:
dry_run | ansible.builtin.bool
geant.gap_ansible.nokia_netconf_config
:
format
:
xml
default_operation
:
merge
content
:
"
{{
lookup('ansible.builtin.template',
'routers/{{
subscription.router.vendor
}}/router/delete_default_static_routes.j2')
}}"
commit
:
true
validate
:
true
diff
:
true
check_mode
:
true
-
name
:
Delete default routes on "{{ inventory_hostname }}" [AND COMMIT][NOKIA]
when
:
not (dry_run | ansible.builtin.bool)
geant.gap_ansible.nokia_netconf_config
:
format
:
xml
default_operation
:
merge
content
:
"
{{
lookup('ansible.builtin.template',
'routers/{{
subscription.router.vendor
}}/router/delete_default_static_routes.j2')
}}"
commit
:
true
commit_comment
:
"
{{
commit_comment
}}"
diff
:
true
check_mode
:
false
Loading