smart_proxy_remote_execution_ssh 0.1.6 → 0.2.0
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b8dc1047c21ec17cf7485df70ef6bf56fa5eff1d05b1e1ba5cc38f334a4c6ed1
|
|
4
|
+
data.tar.gz: b262ea28dc1bd77278a83134afbe334d6c2a413977eacf3eb6fd6e877123164b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e0b5ddece76bc8bbcf24300d3e80dfe75244f6e11333dc247c63a2f6a2216ca9915e7765f24aedcd781eb14e3dadd43142f64c02b44ab63a1ee4ec5c37fbd96
|
|
7
|
+
data.tar.gz: ef98b2d1813f30d0ce5f35c79497e40ffabc73534f770fd2b82f10bbd03d996833a5f999fdd937177b3c639daa0bacd3908d2610c9a3c63ea565369bf9cec0c5
|
|
@@ -10,3 +10,8 @@
|
|
|
10
10
|
# for new data leave empty to use the runner's default
|
|
11
11
|
# (1 second for regular, 60 seconds with async_ssh enabled)
|
|
12
12
|
# :runner_refresh_interval:
|
|
13
|
+
|
|
14
|
+
# Defines the verbosity of logging coming from Net::SSH
|
|
15
|
+
# one of :debug, :info, :warn, :error, :fatal
|
|
16
|
+
# must be lower than general log level
|
|
17
|
+
# :ssh_log_level: fatal
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_remote_execution_ssh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -112,18 +112,23 @@ dependencies:
|
|
|
112
112
|
name: smart_proxy_dynflow
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- - "
|
|
115
|
+
- - ">="
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
117
|
version: 0.1.0
|
|
118
|
+
- - "<"
|
|
119
|
+
- !ruby/object:Gem::Version
|
|
120
|
+
version: 0.3.0
|
|
118
121
|
type: :runtime
|
|
119
122
|
prerelease: false
|
|
120
123
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
124
|
requirements:
|
|
122
|
-
- - "
|
|
125
|
+
- - ">="
|
|
123
126
|
- !ruby/object:Gem::Version
|
|
124
127
|
version: 0.1.0
|
|
125
|
-
|
|
126
|
-
|
|
128
|
+
- - "<"
|
|
129
|
+
- !ruby/object:Gem::Version
|
|
130
|
+
version: 0.3.0
|
|
131
|
+
description: " Ssh remote execution provider for Foreman Smart-Proxy\n"
|
|
127
132
|
email:
|
|
128
133
|
- inecas@redhat.com
|
|
129
134
|
executables: []
|
|
@@ -143,7 +148,7 @@ files:
|
|
|
143
148
|
- settings.d/remote_execution_ssh.yml.example
|
|
144
149
|
homepage: https://github.com/theforeman/smart_proxy_remote_execution_ssh
|
|
145
150
|
licenses:
|
|
146
|
-
-
|
|
151
|
+
- GPL-3.0
|
|
147
152
|
metadata: {}
|
|
148
153
|
post_install_message:
|
|
149
154
|
rdoc_options: []
|
|
@@ -161,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
166
|
version: '0'
|
|
162
167
|
requirements: []
|
|
163
168
|
rubyforge_project:
|
|
164
|
-
rubygems_version: 2.
|
|
169
|
+
rubygems_version: 2.7.3
|
|
165
170
|
signing_key:
|
|
166
171
|
specification_version: 4
|
|
167
172
|
summary: Ssh remote execution provider for Foreman Smart-Proxy
|