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
Commits
5f8258d6
Commit
5f8258d6
authored
1 year ago
by
Aleksandr Kurbatov
Browse files
Options
Downloads
Patches
Plain Diff
ibpg role: rewrote using junipernetowrk collection
parent
9f42c3df
No related branches found
No related tags found
1 merge request
!93
ibpg role: rewrote using junipernetowrk collection
Pipeline
#85580
passed
1 year ago
Stage: linting
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml
+10
-26
10 additions, 26 deletions
geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml
with
10 additions
and
26 deletions
geant/gap_ansible/roles/ibgp_update/tasks/deploy.yaml
+
10
−
26
View file @
5f8258d6
---
-
name
:
Update iBGP mesh ["{{ verb }}"] on "{{ inventory_hostname }}" [CHECK ONLY][Juniper]
-
name
:
Update iBGP mesh ["{{ verb }}"] on "{{ inventory_hostname }}" [CHECK ONLY][Juniper]
juniper
_
junos_config
:
juniper
networks.junos.
junos_config
:
load
:
'
replace'
update
:
'
replace'
src
:
"
/var/tmp/ansible_run_{{
opid
}}/{{
verb
}}.conf"
src
:
"
/var/tmp/ansible_run_{{
opid
}}/{{
verb
}}.conf"
format
:
text
src_format
:
text
config_mode
:
"
private"
check_commit
:
true
check
:
true
diff
:
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
}}"
when
:
>
when
:
>
( dry_run | ansible.builtin.bool ) is true and
( dry_run | ansible.builtin.bool ) is true and
vendor == "juniper"
vendor == "juniper"
-
name
:
Update iBGP mesh ["{{ verb }}"] on "{{ inventory_hostname }}" [AND COMMIT][Juniper]
-
name
:
Update iBGP mesh ["{{ verb }}"] on "{{ inventory_hostname }}" [AND COMMIT][Juniper]
juniper
_
junos_config
:
juniper
networks.junos.
junos_config
:
load
:
'
replace'
update
:
'
replace'
src
:
"
/var/tmp/ansible_run_{{
opid
}}/{{
verb
}}.conf"
src
:
"
/var/tmp/ansible_run_{{
opid
}}/{{
verb
}}.conf"
format
:
text
src_format
:
text
config_mode
:
"
private"
comment
:
"
{{
commit_comment
}}"
comment
:
"
{{
commit_comment
}}"
register
:
response
diff
:
true
when
:
>
( dry_run | ansible.builtin.bool ) is false and
vendor == "juniper"
-
name
:
Show diff
ansible.builtin.debug
:
msg
:
"
{{
response
}}"
when
:
>
when
:
>
( dry_run | ansible.builtin.bool ) is false and
( dry_run | ansible.builtin.bool ) is false and
vendor == "juniper"
vendor == "juniper"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment