AutolabJS/AutolabJS

View on GitHub
deploy/plays/tasks/sshKeyGen.yml

Summary

Maintainability
Test Coverage
---
  - name: Generate ssh key for {{ path }}
    command: "ssh-keygen \
                -t rsa \
                -b 4096 \
                -C '{{ comment }}' \
                -f '{{ install_dir }}/{{ path }}/id_rsa' \
                -N '' -q"