terminal-labs / rambo

A Provider Agnostic Provisioning Framework
Other
24 stars 5 forks source link

refactor config ini to yaml #336

Open nixjdm opened 6 years ago

nixjdm commented 6 years ago

We are going to change the way the rambo.conf file works so that it is no longer an ini file but a yaml file, and the currently supported contents will not be in 'sections' but all be top level keys.

nixjdm commented 6 years ago

newer and better than pyyaml (and still supported) -> http://yaml.readthedocs.io/en/latest/overview.html