Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Inventory:
  2. [users]
  3. user1id user_port=8001 username="user1"
  4. user2id user_port=8002 username="user2"
  5.  
  6. Template file:
  7. {% for host in groups['users'] %}
  8. grab the "username" only: {{ hostvars[host].username }}
  9. {% endfor %}
Add Comment
Please, Sign In to add comment