config.yaml 541 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. all:
  2. hostname: all
  3. name: thisname
  4. db:
  5. host: 127.0.0.1
  6. user: username
  7. pass: password
  8. name: live
  9. one:
  10. two:
  11. three: multi
  12. staging:
  13. hostname: staging
  14. db:
  15. name: dbstaging
  16. debug:
  17. _extends: all
  18. debug:
  19. hostname: debug
  20. debug: 1
  21. values:
  22. changed: 1
  23. db:
  24. name: dbdebug
  25. special:
  26. no:
  27. null:
  28. false:
  29. zero: 0
  30. _extends: all
  31. other_staging:
  32. only_in: otherStaging
  33. db:
  34. pass: anotherpwd
  35. _extends: staging
  36. extendserror:
  37. testing: 123
  38. _extends: notexistent