Save environment related extra vars in separate repo
We've been setting pipeline variable EXTRA_VARS in the scheduled pipeline for a while. The variable has some value that won't change if we are deploying to the same environment.
For example, domain_search_list, and hostname_lookup_table are always the same if we deploy to prod environment.
Might consider doing something like repo https://gitlab.rc.uab.edu/rc/ansible-vars
Edited by Bo-Chun Chen