Hi VinÃcius, Im pretty sure ansible wont work as you expect. He works in an imperative way rather than declarative, like puppet for example. You will have to manually check if the server should or not be updated, since ansible doesnt natively stores states.
Hope It clarifies you. Em seg, 1 de out de 2018 17:12, Vinicius Barreto <[email protected]> escreveu: > Hello, I'm starting with Ansible and I have a question about the Playbook: > > > Assuming that I create a configuration deployment / update recipe for the > [web servers] group, and put it on the new "clean" server in this group and > run this Playbook, Ansible will be able to detect that the old servers have > already received the current configuration and it will igorará them, and in > this way will execute the current configuration only in the new servers or > Ansible would execute this Playbook in all the servers of the group, memso > in those that already received this current configuration? > > Thanks to all who can help! > > -- > 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/875c15ef-c2cb-415e-b219-8d8eacea30af%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/875c15ef-c2cb-415e-b219-8d8eacea30af%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAA5vnF%3DCzvFEh8C30hfu30vPzKRJX9tcfn5TFNwr4AnRwfU3%3DQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
