zinv 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -0
  3. data/lib/zinv/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fccb8146aff7f71ba9716ae739bccc1e6da0b127
4
- data.tar.gz: e9553aa2475b87d49025671e4b0338ee25f260c6
3
+ metadata.gz: 10ba726481f8092e039f221a5b85228437106a3d
4
+ data.tar.gz: 831cc33d658013b5a5fb329a489dea2aeaa82a04
5
5
  SHA512:
6
- metadata.gz: 4f96a066492fd5aeb6ee90c9b4c03960a2b7a88024c393e11e668480a6fd589b7ce346734711baaa8a2a5201eb81fec66a4c4bd2e5010757c3dc090ac1cc8d0d
7
- data.tar.gz: e9de78a7bbb5981f24da28c36e54f22420d155b64c884a952ed1a9f32c016ce51d13a990f11e0176c024cbe19085302232951b55e144bb2d409c735c52f7cccf
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
@@ -1,3 +1,3 @@
1
1
  module Zinv
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zinv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Parker