diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-03-01 18:18:24 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-03-01 18:18:24 +0100 |
commit | 08e40e4a45d715a367dbd60e3fe89553ce479d2c (patch) | |
tree | 6b4e8b57c6b485c83f88e838c71c093a76b7f941 /README.md | |
download | ansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.tar.gz ansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.tar.zst ansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.zip |
initial import from private repo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4a2e18 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,38 @@ | |||
1 | Netdata\_straight | ||
2 | ========= | ||
3 | |||
4 | A pretty straightforward role to install netdata using curl | bash install | ||
5 | |||
6 | Requirements | ||
7 | ------------ | ||
8 | |||
9 | None | ||
10 | |||
11 | Role Variables | ||
12 | -------------- | ||
13 | |||
14 | See [defaults/main.yml] | ||
15 | |||
16 | Dependencies | ||
17 | ------------ | ||
18 | |||
19 | None | ||
20 | |||
21 | Example Playbook | ||
22 | ---------------- | ||
23 | |||
24 | ``` | ||
25 | - hosts: servers | ||
26 | roles: | ||
27 | - { role: ansible_straight, netdata_installer: kickstart-static64 } | ||
28 | ``` | ||
29 | |||
30 | License | ||
31 | ------- | ||
32 | |||
33 | BSD | ||
34 | |||
35 | Author Information | ||
36 | ------------------ | ||
37 | |||
38 | Fretlink | ||