Skip to content

Instantly share code, notes, and snippets.

@wwwtyro

wwwtyro/foo.py Secret

Created February 8, 2018 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwwtyro/38a5d94179fa31fd2c54a54f652260c2 to your computer and use it in GitHub Desktop.
Save wwwtyro/38a5d94179fa31fd2c54a54f652260c2 to your computer and use it in GitHub Desktop.
import yaml
with open('config.yaml', 'r') as f:
data = f.read()
data = yaml.load(data)
data = yaml.load(data['cloudinit-userdata'])
print (data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment