kitchen-yansible 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kitchen-yansible
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Eugene Akhmetkhanov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-02-16 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: test-kitchen
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rugged
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.25'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.25'
41
+ description: |+
42
+ Yet Another Ansible Test Kitchen Provisioner
43
+
44
+ Features:
45
+ - Local and remote execution using single provisioner
46
+ - Local Ansible sandbox configuration using Virtualenv
47
+ - Local execution using Ansible from PATH
48
+ - Remote Ansible installation via Pip and Virtualenv
49
+ - Dependency management
50
+ - Path based
51
+ - Git repositories
52
+ - Drivers
53
+ - Docker
54
+ - Vagrant
55
+ - Platforms
56
+ - RHEL-based - CentOS, Fedora, Amazon Linux, Oracle Linux
57
+ - Debian-based - Debian, Ubuntu
58
+ - Windows via PS Remoting (Local executor only)
59
+
60
+ email:
61
+ - axmetishe+github@gmail.com
62
+ executables: []
63
+ extensions: []
64
+ extra_rdoc_files: []
65
+ files:
66
+ - kitchen-yansible.gemspec
67
+ - lib/kitchen-yansible/tools/dependencies.rb
68
+ - lib/kitchen-yansible/tools/exec.rb
69
+ - lib/kitchen-yansible/tools/files.rb
70
+ - lib/kitchen-yansible/tools/install.rb
71
+ - lib/kitchen-yansible/tools/install/amazon.rb
72
+ - lib/kitchen-yansible/tools/install/debian.rb
73
+ - lib/kitchen-yansible/tools/install/fedora.rb
74
+ - lib/kitchen-yansible/tools/install/rhel.rb
75
+ - lib/kitchen-yansible/tools/install/windows.rb
76
+ - lib/kitchen-yansible/version.rb
77
+ - lib/kitchen/provisioner/yansible.rb
78
+ homepage: https://github.com/axmetishe/kitchen-yansible
79
+ licenses:
80
+ - Apache-2.0
81
+ metadata: {}
82
+ post_install_message:
83
+ rdoc_options: []
84
+ require_paths:
85
+ - lib
86
+ required_ruby_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ requirements: []
97
+ rubygems_version: 3.0.3
98
+ signing_key:
99
+ specification_version: 4
100
+ summary: Yet Another Ansible Test-Kitchen Provisioner
101
+ test_files: []