Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
ff730acb
Commit
ff730acb
authored
Jun 25, 2015
by
efikalti
Browse files
fixed args in task ssh-keygen
parent
3ce6977e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible/tasks/ssh/ssh-keygen.yml
View file @
ff730acb
...
...
@@ -2,4 +2,7 @@
-
name
:
Run ssh-keygen
tags
:
install_scripts
command
:
cat /dev/zero | ssh-keygen -q -N "" creates=/root/.ssh/id_rsa.pub
shell
:
cat /dev/zero | ssh-keygen -q -N ""
args
:
creates
:
/root/.ssh/id_rsa.pub
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