rancher / vagrant

Vagrant file to stand up a Local Rancher install with 3 nodes
81 stars 56 forks source link

External Config #15

Closed LLParse closed 7 years ago

LLParse commented 7 years ago

As new features are added, existing installations get out of sync and require full recreation or manual intervention to fix. Users shouldn't need to modify Bash or Ruby files.

Externalize the configuration parameters to an answers file, check-in reasonable default config, and add default config to .gitignore.

chrisurwin commented 7 years ago

Prefer it if vagrant file contained default settings that could be overriden by external config

chrisurwin commented 7 years ago

Done