Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [production]
  2. # My production information
  3. user=robert
  4. pass=somerandompassword
  5.  
  6. - hosts: "{{vnf_ip}}"
  7. connection: local
  8. tasks:
  9. debug: msg="User in integration is {{ lookup('ini', 'user section=integration file=users.ini') }}"
  10.  
  11. TASK [debug] ***********************************************************************************************************************************
  12. ok: [10.142.153.64] => {
  13. "msg": "User in integration is ['gertrude']"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement