@cryptotaxi247 / netdata-1 / commits / 1bc2cf0d1

added another way to get ansible plays (#13349)

Muhammed Hussein karimi committed Jul 11, 2022 at 23:29 UTC 1bc2cf0d1dbf8044624375058283199a1f49eb61
1 file changed +2
docs/guides/deploy/ansible.md
+2
@@ -56,6 +56,8 @@ mv community/netdata-agent-deployment/ansible-quickstart .
56 rm -rf community
57 ```
58
59 +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.
60 +
61 Next, `cd` into the Ansible directory.
62
63 ```bash