1 2 3 4 5 6
$ cat foo #cloud-config foo: - "cat > foo" $ python -c 'import yaml; print(yaml.load(open("foo").read()))' {'foo': ['cat > foo']}