Updating ansible steps for clarity (#11823)
Tiny committed
Nov 29, 2021 at 11:24 UTC
3df3bbf00489b291ea6a8463d3eebe58800f120b
1 file changed
+2
-2
docs/guides/deploy/ansible.md
+2
-2
@@ -11,7 +11,7 @@ Netdata's [one-line kickstart](/docs/get-started.mdx) is zero-configuration, hig
11
of different operating systems and Linux distributions. You can use it on bare metal, VMs, containers, and everything
12
in-between.
13
14
-But what if you're trying to bootstrap an infrastructure monitoring solution as quickly as possible. What if you need to
14
+But what if you're trying to bootstrap an infrastructure monitoring solution as quickly as possible? What if you need to
15
deploy Netdata across an entire infrastructure with many nodes? What if you want to make this deployment reliable,
16
repeatable, and idempotent? What if you want to write and deploy your infrastructure or cloud monitoring system like
17
code?
@@ -22,7 +22,7 @@ those operations over standard and secure SSH connections. There's no agent to i
22
have to worry about is your application and your monitoring software.
23
24
Ansible has some competition from the likes of [Puppet](https://puppet.com/) or [Chef](https://www.chef.io/), but the
25
-most valuable feature about Ansible is that every is **idempotent**. From the [Ansible
25
+most valuable feature about Ansible is **idempotent**. From the [Ansible
26
glossary](https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html)
27
28
> An operation is idempotent if the result of performing it once is exactly the same as the result of performing it