tripleo-ansible/tripleo_ansible/roles/octavia_undercloud
Sagi Shnaidman d5cdae7897 Use shell module to generate keys
openssh_keypair ansible module was moved to community.crypto
collection from Ansible-Core 2.11, we can't use it now.
For using it in the product we either need to package and add to
deps and maintain the whole community.crypto module, either to
use 'shell' command to generate the keys.
Added "creates" so keys won't be overridden if they exists,
keeping the idempotency. [1]

[1] https://github.com/ansible-collections/community.crypto/blob/
91d98c44137cde53726bfa8f61898f3c28041e20/plugins/module_utils/openssh/backends/common.py#L188

Change-Id: Ib9a31518ee9408d89abff4c4eb18a7cfe243fb58
2021-11-11 10:00:33 +00:00
..
defaults Do not log ssh keys by default 2021-03-15 10:51:48 -02:30
meta fix galaxy meta requirements 2021-09-21 08:53:45 -05:00
tasks Use shell module to generate keys 2021-11-11 10:00:33 +00:00