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.
Overview
The
system
task generates an SSH key with8192
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.