Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Automation Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Automation Platform
Merge requests
!15
Architecture section
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Architecture section
architecture_section
into
develop
Overview
0
Commits
9
Pipelines
6
Changes
6
Merged
Architecture section
Simone Spinelli
requested to merge
architecture_section
into
develop
Aug 29, 2023
Overview
0
Commits
9
Pipelines
6
Changes
6
Some work on the architecture section.
0
0
Merge request reports
Viewing commit
0e5495a6
Prev
Next
Show latest version
6 files
+
77
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
0e5495a6
More Architecure documentation
· 0e5495a6
Simone Spinelli
authored
Aug 29, 2023
docs/architecture/components/ansible/index.md
+
13
−
1
View file @ 0e5495a6
Edit in single-file editor
Open in Web IDE
# Ansible
# Ansible
\ No newline at end of file
Ansible is responsible of:
-
compiling, deploying and deleting configuration on targeted devices
-
gather operational information from the targeted devices
The Ansible subsystem is composed by three main functional parts:
-
A plugin that is responsible for exposing the Ansible engine to workflow orchestrator via APIs
-
A set of Ansible roles and playbooks that interacts with the network elements
-
A set of global variables stored in a Git repository that partially build the Ansible Inventory
Loading