One playbook on 10 hosts with two different parameters.

What are the two parameters? 



if its just general data you can use some tasks to create the variable on 
the machine such as below with the set fact to make a variable with the 
contents of a password


you could have some tasks within the playbook to  in this case set a 
password

  name: Setup password
  set_fact: root_db_server_pwd={{lookup('password', '/dev/null 
chars=ascii_letters,digits,hexdigits length=10')}}


You could also run some commands and register the output of those commands 
to be used later.

Could you be a little more specific on what you are trying to accomplish?

-- 
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/1dc96819-047b-4ef3-9a1d-01a29f69e3c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to