You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to networ...@googlegroups.com
Hey all,
I'm currently building out IOS configuration files using a YAML + Jinja2 combination. This has worked great for me but I've noticed for some other engineers, the strict format of the YAML file has lead to some frustration when having to manually edit it. One missing white space "for example" causes things not to work. My question is if anyone else has experiences that could be shared in creating a web front end that outputs data in a YAML or Jinja2 format (or something similar)? I'm thinking of more user friendly methods to build configuration files and would be interested in any ideas or experiences the group has.
Thanks,
Dave
Michael Kashin
unread,
Jul 18, 2015, 7:24:26 PM7/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to networ...@googlegroups.com
Hey Dave, Have you tried using yaml library for that? You can get you native data structures dumped into yaml without having to worry about syntax.