You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use this role disconnected (so without internet acces).
At the moment epel is always installed by this role en mongodb repos are hardcoded in vars file for multiple versions. Play will fail when trying to install because of this in my situation. I did manage to create a workaround for this but it would be nicer if repo urls would be configurable by vars with internet defaults.
Because mongodb version is already a var. This var can also be used for creating the the correct repo url instead of a var for all versions I think. But for now I also included all vars in my workaround
I would like to use this role disconnected (so without internet acces).
At the moment epel is always installed by this role en mongodb repos are hardcoded in vars file for multiple versions. Play will fail when trying to install because of this in my situation. I did manage to create a workaround for this but it would be nicer if repo urls would be configurable by vars with internet defaults.
Because mongodb version is already a var. This var can also be used for creating the the correct repo url instead of a var for all versions I think. But for now I also included all vars in my workaround
My workaround:
The text was updated successfully, but these errors were encountered: