Feature ood user registration app
Adding ansible tasks that installs mod_wsgi for httpd24 software collection, which we build and host on Fedora Copr service. Then copy flask_user_reg project from Mitchell's repo and put it in /var/www/ood/register/flask_user_flask.
I have the following variables in group_vars/all, which we can change later:
# User Registration
enable_user_reg: false
user_register_app: "flask_user_reg"
user_register_app_path: "/var/www/ood/register/{{ user_register_app }}"
user_register_app_repo: "https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git"
mod_wsgi_pkg_name: "uab-httpd24-mod_wsgi"