Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. - hosts: localhost
  2. tasks:
  3. - custom_attributes:
  4. custom_attributes:
  5. - {name: custom1, value: first value}
  6. - {name: custom2, value: second value}
  7. entity_name: CI
  8. entity_type: provider
  9. miq_password: password
  10. miq_url: https://1.1.1.1
  11. miq_username: admin
  12. state: present
  13. verify_ssl: false
  14. name: Add Custom Attributes
  15. register: result
  16. - {debug: var=result}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement