Advertisement
Guest User

prod.sls

a guest
May 24th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {% if grains['id'].startswith('p-srv-web-n01') %}
  2. docker:
  3.   compose-yml: |
  4.    nginx:
  5.      image: web1
  6. {% elif grains['id'].startswith('p-srv-web-n02') %}
  7. docker:
  8.   compose-yml: |
  9.    nginx:
  10.      image: web2
  11. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement