summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMuhammed Hussein karimi <info@karimi.dev>2022-07-11 23:29:16 +0430
committerGitHub <noreply@github.com>2022-07-11 18:59:16 +0000
commit1bc2cf0d1dbf8044624375058283199a1f49eb61 (patch)
tree6069516e5f83bd69febd15d563313cb3a9f45401 /docs
parent87e9700b2fb93731154eb59cbb53c69e55fbcc6b (diff)
added another way to get ansible plays (#13349)
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/deploy/ansible.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/guides/deploy/ansible.md b/docs/guides/deploy/ansible.md
index 7e5532b62b..35c9460218 100644
--- a/docs/guides/deploy/ansible.md
+++ b/docs/guides/deploy/ansible.md
@@ -56,6 +56,8 @@ mv community/netdata-agent-deployment/ansible-quickstart .
rm -rf community
```
+Or if you don't want to clone the entire repository, use the [gitzip browser extension](https://gitzip.org/) to get the netdata-agent-deployment directory as a zip file.
+
Next, `cd` into the Ansible directory.
```bash