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
!248
Feature/l2circuit create
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/l2circuit create
feature/l2circuit-create
into
develop
Overview
0
Commits
12
Pipelines
5
Changes
16
Merged
Aleksandr Kurbatov
requested to merge
feature/l2circuit-create
into
develop
3 months ago
Overview
0
Commits
12
Pipelines
5
Changes
16
Expand
0
0
Merge request reports
Compare
develop
version 4
82bbd7fd
3 months ago
version 3
3b25c863
3 months ago
version 2
22d3506f
3 months ago
version 1
f6b449f8
3 months ago
develop (base)
and
latest version
latest version
d5fc4fa8
12 commits,
3 months ago
version 4
82bbd7fd
11 commits,
3 months ago
version 3
3b25c863
11 commits,
3 months ago
version 2
22d3506f
10 commits,
3 months ago
version 1
f6b449f8
9 commits,
3 months ago
16 files
+
335
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
geant/gap_ansible/playbooks/l2circuit.yaml
0 → 100644
+
18
−
0
Options
-
name
:
Manage L2circuits
hosts
:
all
gather_facts
:
false
tasks
:
-
name
:
Import group_vars/all
ansible.builtin.include_vars
:
dir
:
/opt/ansible_inventory/group_vars/all
-
name
:
Import standard variables for "{{ subscription.product.product_type }}/{{ subscription.layer_2_circuit_service_type | upper | replace(' ', '_') }}"
ansible.builtin.include_vars
:
dir
:
/opt/ansible_inventory/geant_services/{{ subscription.product.product_type }}/{{ subscription.layer_2_circuit_service_type | upper | replace(' ', '_') }}
-
name
:
Include l2circuit role
ansible.builtin.include_role
:
name
:
l2circuits
loop
:
"
{{
subscription.layer_2_circuit.layer_2_circuit_sides
}}"
loop_control
:
loop_var
:
l2c_side
Loading