Temporary SSH key name should be unique
Right now, the playbook uses a hard-coded SSH key name for temporary key during installation, dle_key_tmp. If concurrent playbook runs are occurring, we have collusion and one of them cannot connect.
Let's use unique names for tmp keys.
Edited by Nikolay Samokhvalov