Advertisement
Guest User

Untitled

a guest
Jan 10th, 2016
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.22 KB | None | 0 0
  1. {% set postdata = data.get('post', {}) %}
  2.  
  3. {% if postdata.access_key == "notmykeyofc" %}
  4. spawn_td:
  5.   runner.cloud.profile:
  6.     - prof: do_ams3_td
  7.     - instances: lab-{{ postdata['id'] }}.training.example.se
  8.  
  9. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement