Feature per group app
Input:
- app_group_name: the group name for the app
- app_name: the application folder name to be created under
/var/www/ood/apps/sys/ - app_usrs: (optional) the users to add into the group
- app_repo: (optional) the git repo to be cloned into application folder
Here is an example to add application sas which clone from github for group app_grp with users centos and root:
ansible localhost --playbook-dir=/CRI_XCBC -m import_role -a name=ood_group_app -e "{'app_name':'sas','app_group_name':'app_grp','app_users':['centos','root'],'app_repo':'https://github.com/uabrc/ood_sas'}" -b