vagrant-ansible_inventory 0.0.3 → 0.0.4
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/Vagrantfile2 +4 -0
- data/Vagrantfile3 +8 -0
- data/lib/vagrant/ansible_inventory/configs/ansible.rb +1 -1
- data/lib/vagrant/ansible_inventory/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ef0158a3b166dbbcb4d6062b32b91aa298cc516
|
|
4
|
+
data.tar.gz: 653f11e79ff3009f5dda874bd36ae304f94eb43a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb366e464d2f5321b250aad7e3d8c223e8725b46933b514da25d805a471bf43acc9e349e5f91f72a7e722fa61a52e4e910bf75d06495afe9ba1949a0633b0efa
|
|
7
|
+
data.tar.gz: 81ad573fc1d3f5c6d9ea820594e6e0459dde6acebc015c564622199614ac9208837612f3959be315e7e4006892e3f930e77a4e9430b87514f6ea0354d6f2267a
|
data/Vagrantfile2
ADDED
data/Vagrantfile3
ADDED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-ansible_inventory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ignacio Galindo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -53,6 +53,8 @@ files:
|
|
|
53
53
|
- README.md
|
|
54
54
|
- Rakefile
|
|
55
55
|
- Vagrantfile
|
|
56
|
+
- Vagrantfile2
|
|
57
|
+
- Vagrantfile3
|
|
56
58
|
- lib/vagrant/ansible_inventory.rb
|
|
57
59
|
- lib/vagrant/ansible_inventory/commands/inventory.rb
|
|
58
60
|
- lib/vagrant/ansible_inventory/commands/root.rb
|