Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos.package
Commits
674ba3a7
Commit
674ba3a7
authored
8 years ago
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: Adds Nicolas Wavrant's ssh key in vifib team
parent
2ca9d77f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
playbook/roles/vifib-team-ssh-key/nicolas_key
playbook/roles/vifib-team-ssh-key/nicolas_key
+1
-0
playbook/roles/vifib-team-ssh-key/tasks/main.yml
playbook/roles/vifib-team-ssh-key/tasks/main.yml
+3
-0
No files found.
playbook/roles/vifib-team-ssh-key/nicolas_key
0 → 100644
View file @
674ba3a7
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAb/Yzsf5GzLgeUULMQX+CEv/s8J4BM/92s5x2K86fCe3C2BHnItu7i5+VLtnezikFktU81tlVJSdwPXOGNIg6lTARAaiBc+/7f0ShiNEZjD6cDu7TLs7H04Q6FAiWggnlZ+Rjr7dICG7iW4XbyHgvF7YEWuOKenxMGTr6Fwi55ZXa2JF67ORDvpu7NbRpZZntvfH4hD+TM1u3ysUr4YyDB4iOG5erQNsEtZ+yRaE/Kr3lifVdXmCn0y3Cww2lfpvGJTTCWvFdpV484iXVanoCa/ZPMbYTRbFGLjxGF81Bi+ms9EQYI2Kp5hZFi6IQNAQuLvHqjs3I0fi+uzl5Nh2B nicolas.wavrant@nexedi.com
This diff is collapsed.
Click to expand it.
playbook/roles/vifib-team-ssh-key/tasks/main.yml
View file @
674ba3a7
...
...
@@ -5,6 +5,9 @@
-
name
:
Add A SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'alain_key') }}"
-
name
:
Add N SSH Key
authorized_key
:
user=root key="{{ lookup('file', 'nicolas_key') }}"
-
name
:
Remove C Key
authorized_key
:
user=root key="{{ lookup('file', 'remove_key_0') }}" state=absent
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment