zinv 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +11 -0
- data/lib/zinv/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10ba726481f8092e039f221a5b85228437106a3d
|
|
4
|
+
data.tar.gz: 831cc33d658013b5a5fb329a489dea2aeaa82a04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b606ee7795c6570a1cd6e86d4ef53cc74e473ed918e5f9943795831790f2938662e7d1328777c723707f9e6e40c4db80387e97f9433fa9de66f4b9e67fc6555
|
|
7
|
+
data.tar.gz: ea4ae156a54114aca3910a79ca3ccd2cb28a7b9698c73254c10debb11e0dc16be07890db983520e502f8968cd3ad7737427a7196a73fd1906d2a8cb4d23f7b02
|
data/README.md
CHANGED
|
@@ -20,6 +20,17 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
|
+
```
|
|
24
|
+
$ zinv.rb --help
|
|
25
|
+
Options:
|
|
26
|
+
-l, --list List entire inventory (Ansible convention)
|
|
27
|
+
-h, --host=<s> List a single host (Ansible convention)
|
|
28
|
+
-d, --debug Debugging verbosity
|
|
29
|
+
-g, --groups Dump groups list
|
|
30
|
+
-t, --templates Dump templates list
|
|
31
|
+
-e, --help Show this message
|
|
32
|
+
```
|
|
33
|
+
|
|
23
34
|
To use zinv.rb you must (by one of the several methods available) tell Ansible to use zinv.rb as its inventory. Having done that, define the following environment variables for zinv.rb to work properly:
|
|
24
35
|
|
|
25
36
|
* ZINV_ZABBIX_URL = your zabbix web interface URL
|
data/lib/zinv/version.rb
CHANGED