Improve role actions to use non-admin users
Problem description
For now when making backups, listing, deleting or restoring indices there is no possibility to use other user than admin.
Proposal
Add general variables:
elasticsearch_api_user
elasticsearch_api_user_password
which by default will be admin and it password, but it can be overwrite by role clients.