Hi,

I am new to Ansible Playbook. I need helps on structuring my playbook, here 
is my requirement.

-> Create new instance in AWS using ansible playbook 
      (User needs to provide ami ID, security group, tag name etc at run 
time..)
-> Run custom script to set properties on the instances which created on 
above step.
     (Should be python Script which ssh into above instance and set some 
properties)

I have Ansible playbook with hardcoded values of ami ID, security group 
etc...

I have create python script and it works fine when I ran it individually.

Now I need to integrate both this playbook and python script as well as 
needs to change the values into user input. Please suggest me best way to 
do this.. and some useful tips..

Thanks,
Sakthi


-- 
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/a07c757d-4328-42ba-b730-603a19416460%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to