Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-nginx-curl
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
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
antoine.blancy
ansible-nginx-curl
Merge requests
!1
TP3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
TP3
ci
into
main
Overview
0
Commits
69
Pipelines
1
Changes
11
Open
antoine.blancy
requested to merge
ci
into
main
3 years ago
Overview
0
Commits
69
Pipelines
1
Changes
11
Expand
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
88bb684c
69 commits,
3 years ago
11 files
+
98
−
15
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
roles/keys/handlers/main.yml
0 → 100644
+
9
−
0
Options
-
name
:
key-get
command
:
cat publickey
register
:
public_key
changed_when
:
False
notify
:
key-set
-
name
:
key-set
set_fact
:
publickey
:
"
{{public_key.stdout}}"
\ No newline at end of file
Loading