Skip to content

Instantly share code, notes, and snippets.

@sidja
Created August 21, 2017 05:25
Show Gist options
  • Save sidja/97992364514df399eb53013c23168427 to your computer and use it in GitHub Desktop.
Save sidja/97992364514df399eb53013c23168427 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
from ruamel import yaml
with open("/node.yaml") as f:
config = yaml.safe_load(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment