2
0

allsections.yaml 589 B

123456789101112131415161718192021222324252627282930313233343536
  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. _extends: all
  14. hostname: staging
  15. db:
  16. name: dbstaging
  17. debug: false
  18. debug:
  19. _extends: all
  20. hostname: debug
  21. debug: true
  22. values:
  23. changed: yes
  24. db:
  25. name: dbdebug
  26. special:
  27. no: no
  28. null: null
  29. false: false
  30. other_staging:
  31. only_in: otherStaging
  32. db:
  33. pass: anotherpwd