eqpress
eqpress copied to clipboard
/var/www/easypress.ca/q8z94biV2aEUQg6Zrc7yBCp.php does not have a random filename
This file's name is designed to be random in order to avoid being queried from outside. However as of now its name is hardcoded in the repo.
Instead, a random filename could be generated and stored in a local configuration file when executing a play-init-* playbook, and then used when actually deploying the servers. Some jinja2 code can be written to generate random strings. Would this be a good approach?