smart_proxy_ansible 3.2.0 → 3.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ae7dee62b09f9ea49553d1e2efab2b3f535940be697cf132af28fe0096da30f
4
- data.tar.gz: 1997fbe1d05cedb27ee1a8c05d38b2644a25b84e0fbd11a93f201c8f81647643
3
+ metadata.gz: 4326ae070297c800c4b92f94b977e258c12590a63b0f72c90ed1147e3a64e346
4
+ data.tar.gz: 83f376b35d651f34ca0e27aca1499c35997cd7f3627fede81b814f6aeec21dca
5
5
  SHA512:
6
- metadata.gz: 30b1c1acfd7ca623ab1bc8ccbbd83cfa0b31c9c99516ea8414e500470fa67b9755a579f3f87d77abaca565f9b31ff1503b335224f7664c40bda8d3e7e4707ddd
7
- data.tar.gz: 9135ef0523d5246271da5b559384d7a53b952a9da67301c00b975d3544e365fd73af156b1cdd77989af75ea98990b1d78c33cd8f7ad040dfd0fa62cfb6103645
6
+ metadata.gz: e12e191cc42e5697303fd864a192f299e04d0f0cedc96b47e4183f9c954eacd05829bdb75caa05a7614302fa153217ed109880acf168bee13e1be1543b35c801
7
+ data.tar.gz: 95523d8bea3a379b0912a3c4990014c2419471d6e17fc1796c2c1f09c5d122351df02d7c54fa84c988a747782850d04edb4c6e0d4dd24dd9e520beff8f479147
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env bash
2
+ # An inventory script to load the inventory from JSON file.
3
+ #
4
+
5
+ if [ -z "$JSON_INVENTORY_FILE" ]; then
6
+ echo "JSON_INVENTORY_FILE not specified"
7
+ exit 1
8
+ fi
9
+
10
+ cat $JSON_INVENTORY_FILE
@@ -2,6 +2,6 @@ module Proxy
2
2
  # Version, this allows the proxy and other plugins know
3
3
  # what version of the Ansible plugin is running
4
4
  module Ansible
5
- VERSION = '3.2.0'
5
+ VERSION = '3.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
@@ -149,6 +149,7 @@ extra_rdoc_files:
149
149
  files:
150
150
  - LICENSE
151
151
  - README.md
152
+ - bin/json_inventory.sh
152
153
  - bundler.d/ansible.rb
153
154
  - lib/smart_proxy_ansible.rb
154
155
  - lib/smart_proxy_ansible/actions.rb