app.yml 469 B

123456789101112131415161718192021
  1. states:
  2. - app
  3. pillars:
  4. app:
  5. config:
  6. dns:
  7. srv1: ${default:network:dns:srv1}
  8. srv2: ${default:network:dns:srv2}
  9. uri: https://application.domain/call?\${test}
  10. prod_parameters:
  11. - p1
  12. - p2
  13. - p3
  14. pkg:
  15. - app-core
  16. - app-backend
  17. # Safe minion_id matching
  18. {% if minion_id == 'zrh.node3' %}
  19. safe_pillar: '_only_ zrh.node3 will see this pillar and this cannot be overridden like grains'
  20. {% endif %}