0 votes
in Ansible by
Can you please explain what is Idempotency?

1 Answer

0 votes
by

1) Idempotency is an essential feature of Ansible, which ensures only the required changes occur. 

2) As an example, any task can be executed multiple times on the server, but it will not change the part, which is already working correctly. It can be implemented in Ansible using the attribute created.

Related questions

0 votes
asked Oct 7, 2020 in Ansible by Robindeniel
0 votes
asked Oct 7, 2020 in Ansible by Robindeniel
...