Advertisement
Guest User

Untitled

a guest
Mar 30th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 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' %}
  11. - letsencrypt.{{ grain.account }}
  12. {% endif %}
  13. {% if grain.component == 'office' %}
  14. - strongswan.{{ grain.region }}.connections
  15. - strongswan.{{ grain.region }}.secrets
  16. {% endif %}
  17.  
  18. include:
  19. - applications
  20. - environments
  21. - infrastructure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement