Hi all,

I have some role variables currently that are single-level, for example a 
list of IT users:

# Members of the IT Dept.
it_users:
  - bill
  - fred
  - sam

Now, for another role I'm defining, I'll need to include some data for each 
user, such as UID, password hash, homedir path, so I can properly set up 
local accts via the user module. How do I properly define attributes for 
each user, and then pull them in to the arguments of the user module?

Thanks,
Will

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7ec8c14f-7523-4e28-ae34-fe9b964b3f64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to