Gere chaves SSH com Ansible

Se você precisar gerar chaves SSH para seu usuário root (ou qualquer outro usuário) com Ansible, o seguinte resolverá o problema:

- name: Generate SSH keys
shell
: ssh-keygen -b 2048 -t rsa -f /root/.ssh/id_rsa -q -N ""
args
:
creates
: /root/.ssh/id_rsa