config.yaml 529 B

12345678910111213141516171819202122232425262728293031323334353637
  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. _extends: all
  30. other_staging:
  31. only_in: otherStaging
  32. db:
  33. pass: anotherpwd
  34. _extends: staging
  35. extendserror:
  36. testing: 123
  37. _extends: notexistent