Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
specki
ansible-warpzone
Commits
00af40c4
Commit
00af40c4
authored
5 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
Keys für Serverzugriff hinzugefügt
parent
5b01176c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
host_vars/verwaltung
+2
-1
2 additions, 1 deletion
host_vars/verwaltung
verwaltung/user/tasks/main.yml
+1
-1
1 addition, 1 deletion
verwaltung/user/tasks/main.yml
with
3 additions
and
2 deletions
host_vars/verwaltung
+
2
−
1
View file @
00af40c4
...
...
@@ -54,4 +54,5 @@ vorstandteam:
- "ole"
- "larsm"
- "reverend"
- "h3rb3rn"
- "mowoe"
This diff is collapsed.
Click to expand it.
verwaltung/user/tasks/main.yml
+
1
−
1
View file @
00af40c4
...
...
@@ -31,6 +31,6 @@
-
name
:
add sshkeys for user vorstand
authorized_key
:
user
:
vorstand
key
:
"
{{
lookup('file',
'..
/keyfiles/'
+
item
+
'.pub')
}}"
key
:
"
{{
lookup('file',
playbook_dir
+
'
/keyfiles/'
+
item
+
'.pub')
}}"
with_items
:
"
{{
vorstandteam
}}"
when
:
vorstandteam
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