Correct link to ansible playbook (#14468)
Chris Akritidis committed
Feb 8, 2023 at 06:20 UTC
47af4232677a591fa2b8a1d8f84a15ed1ddf9be4
1 file changed
+1
-1
docs/guides/deploy/ansible.md
+1
-1
@@ -36,7 +36,7 @@ Idempotency means you can run an Ansible playbook against your nodes any number
36
operate. When you deploy Netdata with Ansible, you're also deploying _monitoring as code_.
37
38
In this guide, we'll walk through the process of using an [Ansible
39
-playbook](https://github.com/netdata/community/tree/main/netdata-agent-deployment/ansible-quickstart) to automatically
39
+playbook](https://github.com/netdata/community/tree/main/configuration-management/ansible-quickstart/) to automatically
40
deploy the Netdata Agent to any number of distributed nodes, manage the configuration of each node, and connect them to
41
your Netdata Cloud account. You'll go from some unmonitored nodes to a infrastructure monitoring solution in a matter of
42
minutes.