Convert Json to Yaml#
import yaml
abc = '{"all": {"hosts": ["1.1.1.1"], "vars": {}}, ...}'
print(yaml.dump(yaml.load(abc)))
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |