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
!93
ibpg role: rewrote using junipernetowrk collection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ibpg role: rewrote using junipernetowrk collection
ibpg_junipernetworks
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Aleksandr Kurbatov
requested to merge
ibpg_junipernetworks
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
5f8258d6
1 commit,
1 year ago
1 file
+
10
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml
+
10
−
26
Options
---
-
name
:
Update iBGP mesh ["{{ verb }}"] on "{{ inventory_hostname }}" [CHECK ONLY][Juniper]
juniper
_
junos_config
:
load
:
'
replace'
juniper
networks.junos.
junos_config
:
update
:
'
replace'
src
:
"
/var/tmp/ansible_run_{{
opid
}}/{{
verb
}}.conf"
format
:
text
config_mode
:
"
private"
check
:
true
commit
:
false
register
:
response
when
:
>
( dry_run | ansible.builtin.bool ) is true and
vendor == "juniper"
-
name
:
Show diff for dry run
ansible.builtin.debug
:
msg
:
"
{{
response
}}"
src_format
:
text
check_commit
:
true
diff
:
true
when
:
>
( dry_run | ansible.builtin.bool ) is true and
vendor == "juniper"
-
name
:
Update iBGP mesh ["{{ verb }}"] on "{{ inventory_hostname }}" [AND COMMIT][Juniper]
juniper
_
junos_config
:
load
:
'
replace'
juniper
networks.junos.
junos_config
:
update
:
'
replace'
src
:
"
/var/tmp/ansible_run_{{
opid
}}/{{
verb
}}.conf"
format
:
text
config_mode
:
"
private"
src_format
:
text
comment
:
"
{{
commit_comment
}}"
register
:
response
when
:
>
( dry_run | ansible.builtin.bool ) is false and
vendor == "juniper"
-
name
:
Show diff
ansible.builtin.debug
:
msg
:
"
{{
response
}}"
diff
:
true
when
:
>
( dry_run | ansible.builtin.bool ) is false and
vendor == "juniper"
Loading