Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-beginner
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fraunhofer Cloud Services - Public
ansible-beginner
Merge requests
!2
The source project of this merge request has been removed.
Master
Closed
Master
(removed):master
into
master
Overview
1
Commits
6
Pipelines
0
Changes
6
Closed
Peter Muryshkin
requested to merge
(removed):master
into
master
6 years ago
Overview
1
Pipelines
0
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 5
aeba0f72
6 years ago
version 4
aeba0f72
6 years ago
version 3
aeba0f72
6 years ago
version 2
2544c4dc
6 years ago
version 1
3b8a0b5e
6 years ago
master (base)
and
latest version
latest version
aeba0f72
6 commits,
6 years ago
version 5
aeba0f72
6 commits,
6 years ago
version 4
aeba0f72
6 commits,
6 years ago
version 3
aeba0f72
6 commits,
6 years ago
version 2
2544c4dc
5 commits,
6 years ago
version 1
3b8a0b5e
4 commits,
6 years ago
6 files
+
44
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
infrastructure/tasks/vm.yml
+
4
−
3
Options
@@ -2,10 +2,11 @@
# This file handles upload of your ssh key and the creation of the VM
# Upload of your SSH Key
-
name
:
Uploading ssh key
cs_sshkeypair
:
-
cs_sshkeypair
:
name
:
my_sshkey
public_key
:
"
{{
lookup('file',
'~/.ssh/id_rsa.pub')
}}"
delegate_to
:
localhost
# Create a VM
-
name
:
Create a VM
@@ -17,4 +18,4 @@
ssh_key
:
my_sshkey
zone
:
"
{{
zone_name
}}"
networks
:
my_network
register
:
vm1
\ No newline at end of file
register
:
vm1
Loading