Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {% import '_grains/map.jinja' as grain %}
  2.  
  3. base:
  4. '*':
  5. - app_users
  6. - artifactory
  7. - global
  8. - accounts
  9. - saml
  10. {% if grain.component == 'lb' and grain.account == 'development' %}
  11. - letsencrypt.{{ grain.account }}
  12. {% endif %}
  13. {% if grain.component == 'odoo' %}
  14. - odoo.{{ grain.env }}.db
  15. {% endif %}
  16. {% if grain.component == 'office' %}
  17. - strongswan.{{ grain.region }}.connections
  18. - strongswan.{{ grain.region }}.secrets
  19. {% endif %}
  20. {% if grain.component_cluster_role == 'vpn-pritunl-clientvpn' %}
  21. - mongodb.common
  22. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement