palazzem / hanzo

Ansible orchestration to configure a development environment -
http://hanzo.sh
Other
23 stars 5 forks source link

Remove SSH key generation #175

Closed palazzem closed 4 years ago

palazzem commented 4 years ago

Overview

The system task generates an SSH key with 8192 bits size. This step is critical and even if Ansible is reliable and secure, it's possible that in the future we add third-party modules that may invalidate the chain of trust. Because of that, it's better to keep this step offline and outside this playbook.