On Mon, Jan 19, 2015 at 10:18 AM, Biswajit Banerjee <[email protected]> wrote: > Thank you Evan and Arbab. > > My use case here, as soon as autoscale take place and new instance are UP..I > have few more plays to start ...like for an example ...installing and > configuring git ...apache.....other needed settings.... so those role > should identify the newly launched > instances. So need a mechanism for that.
If what you're executing in the servers has no side-effects and your plays are properly configured to be indempotent, it shouldn't matter if the machine is a fresh instance or an "old" one; running ansible in each one of them should make them consistent between themselves (i.e., install everything needed in a fresh instance and keeping every other instance unchanged). -- Ivan Sichmann Freitas GNU/Linux user #509059 SDF MetaArpa Member http://isf.sdf.org/about.html -- 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/CAG2tFJzPO8d0T9HdZ1XsTS_PdBJr9G%3DmntQdrRLkp89D0BOp0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
