0 votes
in Ansible by (19.7k points)
Can you please explain what is Idempotency?

1 Answer

0 votes
by (30.6k points)

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.

Click here to read more about Ansible
Click here to read more about Insurance

Related questions

0 votes
asked Oct 7, 2020 in Ansible by Robindeniel (19.7k points)
0 votes
asked Oct 7, 2020 in Ansible by Robindeniel (19.7k points)
...