You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Hello Ansible people,
How is it possible to set specific data while applying a role (or a playbook) to a host? Or another way to say, may I apply a general role or play on several hosts but with special data for each?
Thanks in advance.
Michael Peters
unread,
Aug 22, 2014, 12:56:40 PM8/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
This is what host_vars are for. You can set them as part of your
inventory file (or dynamic inventories can set them too) or you can
have host_vars files which data for each (similar to group_vars).