Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. myarecord:
  2. boto_route53.present:
  3. - name: {{ grains['id'] }}.mydomain.stg.
  4. - value: {{ grains['ip4_interfaces']['eth0'][0] }}
  5. - zone: mydomain.stg.
  6. - ttl: 60
  7. - record_type: A
  8. - region: us-east-1
  9. - profile: myprofile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement