How to install whithous ssl ? it will run behind nigx proxy with wilcard ssl :
TASK [Ensure that NGINX is running] ***********************************************************************************************************************************
ok: [localhost]
TASK [Check if certificate already exists] ****************************************************************************************************************************
ok: [localhost]
TASK [Generate SSL Certificate] ***************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["certbot", "certonly", "--nginx", "-d", "talk.mydomain.digital", "-n", "--agree-tos", "--email", "myemail@mydomain.digital"], "delta": "0:00:02.262731", "end": "2023-10-26 11:56:01.527302", "msg": "non-zero return code", "rc": 1, "start": "2023-10-26 11:55:59.264571", "stderr": "Saving debug log to /var/log/letsencrypt/letsencrypt.log\nAn unexpected error occurred:\nThere were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/failed-validation-limit/\nAsk for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.", "stderr_lines": ["Saving debug log to /var/log/letsencrypt/letsencrypt.log", "An unexpected error occurred:", "There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/failed-validation-limit/", "Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details."], "stdout": "Requesting a certificate for talk.jasango.digital", "stdout_lines": ["Requesting a certificate for talk.jasango.digital"]}
PLAY RECAP ************************************************************************************************************************************************************
localhost : ok=4 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=1
ERROR: error running reconfigure: exit status 2
###############################################################
# Omnibus configuration failed. #
# #
# Please run "dpkg-reconfigure mattermost-omnibus" to #
# try again or join the Mattermost Community for help at #
# https://mattermost.com/pl/default-ask-mattermost-community/ #
###############################################################