smart_proxy_remote_execution_ssh 0.3.0 → 0.3.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 +4 -4
- data/README.md +1 -1
- data/lib/smart_proxy_remote_execution_ssh/version.rb +1 -1
- metadata +10 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9532552fe00ed7bf26c3755d710ad2ea87b4ac9255a12851a2a2f20cd6e3afbf
|
|
4
|
+
data.tar.gz: 5b2d309cc8bdec3ed2c20d2b0a944c6bc1863a3fd728e7febc5e020dc3f88239
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2359e2706bb4d465fbb98285e48099d0ff3c6f58ab7aae0e4972d101ec2b5663bea62e965be074c784dea19cda7de551d1f27f26aba6c4502d4d96c9151bd7d
|
|
7
|
+
data.tar.gz: f7bce64d724947712ee9c2d394802b07f64df2c581d92d36cb3ac4732b9a8609b2c1935e4189a39a0712692c2946111e426eb2ea5452f379906eb3ff379142ee
|
data/README.md
CHANGED
|
@@ -51,7 +51,7 @@ The simplest thing one can do is just to trigger a command:
|
|
|
51
51
|
```
|
|
52
52
|
curl http://my-proxy.example.com:9292/dynflow/tasks \
|
|
53
53
|
-X POST -H 'Content-Type: application/json'\
|
|
54
|
-
-d '{"action_name": "
|
|
54
|
+
-d '{"action_name": "ForemanRemoteExecutionCore::Actions::RunScript",
|
|
55
55
|
"action_input": {"task_id" : "1234'$RANDOM'",
|
|
56
56
|
"script": "/usr/bin/ls",
|
|
57
57
|
"hostname": "localhost",
|
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.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 1980-01-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -112,22 +112,16 @@ dependencies:
|
|
|
112
112
|
name: smart_proxy_dynflow
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- - "
|
|
116
|
-
- !ruby/object:Gem::Version
|
|
117
|
-
version: 0.1.0
|
|
118
|
-
- - "<"
|
|
115
|
+
- - "~>"
|
|
119
116
|
- !ruby/object:Gem::Version
|
|
120
|
-
version: 0.
|
|
117
|
+
version: '0.1'
|
|
121
118
|
type: :runtime
|
|
122
119
|
prerelease: false
|
|
123
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
124
121
|
requirements:
|
|
125
|
-
- - "
|
|
126
|
-
- !ruby/object:Gem::Version
|
|
127
|
-
version: 0.1.0
|
|
128
|
-
- - "<"
|
|
122
|
+
- - "~>"
|
|
129
123
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: 0.
|
|
124
|
+
version: '0.1'
|
|
131
125
|
- !ruby/object:Gem::Dependency
|
|
132
126
|
name: net-ssh
|
|
133
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -166,7 +160,7 @@ homepage: https://github.com/theforeman/smart_proxy_remote_execution_ssh
|
|
|
166
160
|
licenses:
|
|
167
161
|
- GPL-3.0
|
|
168
162
|
metadata: {}
|
|
169
|
-
post_install_message:
|
|
163
|
+
post_install_message:
|
|
170
164
|
rdoc_options: []
|
|
171
165
|
require_paths:
|
|
172
166
|
- lib
|
|
@@ -181,8 +175,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
175
|
- !ruby/object:Gem::Version
|
|
182
176
|
version: '0'
|
|
183
177
|
requirements: []
|
|
184
|
-
rubygems_version: 3.
|
|
185
|
-
signing_key:
|
|
178
|
+
rubygems_version: 3.1.2
|
|
179
|
+
signing_key:
|
|
186
180
|
specification_version: 4
|
|
187
181
|
summary: Ssh remote execution provider for Foreman Smart-Proxy
|
|
188
182
|
test_files: []
|