|
|
|
|
|
by jjnoakes
1694 days ago
|
|
> idempotency implies that Ansible always starts from nothing and builds from there No, it doesn't. In Ansible you say something like "make sure apache is installed" and if apache is installed, nothing happens. If it isn't, it gets installed. Then you say "make sure apache is running" and if apache is running, nothing happens. If it isn't, it is started. |
|