foreman_ansible 2.2.11 → 2.2.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e962020601cde9da0d1647db90e1dac8f1696d0a
4
- data.tar.gz: 9432efa0cec277b8bafc376743caf8d3688cca3a
3
+ metadata.gz: 5a48bafe99b010006c5957a99968aff502c94ec9
4
+ data.tar.gz: 88055306424957d6613eaadce8fd4f94bc2b233f
5
5
  SHA512:
6
- metadata.gz: 4faf937812103e2893b2eae8a71ca9656fc38636cd2fd87d86caf22507e6fc6f402c9561d961964e92224f7247cacc600502536a37e83740a1cb3d307ac89e2f
7
- data.tar.gz: 40cffa831c3991afb409485e2d0d8da8ec0fd0b06f7ae3111e2d5f1b6d00de37af4bc0056bd06539d1349b4d5b5cb186a7d7d36093793b4233eaee599789201e
6
+ metadata.gz: 659f90c5b54a7a64d72c98e103a0f92b8050d0c27cd1fd7d8e9685dad2ae201001f4403609b6fb23985d666cfd2e2fda3dc180b866247806c9fac53512f13eac
7
+ data.tar.gz: 6be0b66ee9aa48b4d522ed4540c55cbc85b51df721267f15559189b14fc7110dd1ebb97124164415a4e3f1add43893879c4d7616583e8c5f3f6a9391e290af31
@@ -11,7 +11,7 @@ module ForemanAnsible
11
11
  has_many :ansible_roles, :through => :host_ansible_roles,
12
12
  :dependent => :destroy
13
13
  scoped_search :relation => :ansible_roles, :on => :name,
14
- :complete_value => true, :rename => :role,
14
+ :complete_value => true, :rename => :ansible_role,
15
15
  :only_explicit => true
16
16
 
17
17
  before_provision :play_ansible_roles
@@ -30,7 +30,8 @@ if defined?(RedhatAccess)
30
30
  resource = RestClient::Resource.new(
31
31
  "#{insights_api_host}/r/insights/"\
32
32
  "v3/maintenance/#{@plan_id}/playbook",
33
- get_ssl_options_for_org(@organization, nil)
33
+ get_ssl_options_for_org(@organization, nil).\
34
+ merge(:proxy => get_portal_http_proxy)
34
35
  )
35
36
  @raw_playbook = resource.get.body
36
37
  YAML.safe_load(@raw_playbook)
@@ -18,7 +18,7 @@
18
18
  <tr>
19
19
  <td class="ellipsis"><%= role.name %></td>
20
20
  <td class="ellipsis"><%= role.hostgroups.count %></td>
21
- <td class="ellipsis"><%= link_to role.hosts.count, hosts_path(:search => "role = #{role.name}")%></td>
21
+ <td class="ellipsis"><%= link_to role.hosts.count, hosts_path(:search => "ansible_role = #{role.name}")%></td>
22
22
  <td class="ellipsis"><%= import_time role %></td>
23
23
  <td>
24
24
  <%
@@ -2,5 +2,5 @@
2
2
  # This way other parts of Foreman can just call ForemanAnsible::VERSION
3
3
  # and detect what version the plugin is running.
4
4
  module ForemanAnsible
5
- VERSION = '2.2.11'.freeze
5
+ VERSION = '2.2.12'.freeze
6
6
  end
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_ansible 2.2.9\n"
8
+ "Project-Id-Version: foreman_ansible 2.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2018-03-12 12:24-0400\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -17,235 +17,338 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
19
 
20
- #: ../app/controllers/ansible_roles_controller.rb:37
20
+ #: ../app/controllers/ansible_roles_controller.rb:35
21
21
  msgid "Import of roles successfully finished."
22
22
  msgstr ""
23
23
 
24
- #: ../app/controllers/ansible_roles_controller.rb:57
24
+ #: ../app/controllers/ansible_roles_controller.rb:50
25
25
  msgid "No changes in roles detected."
26
26
  msgstr ""
27
27
 
28
- #: ../app/controllers/ansible_roles_controller.rb:58
28
+ #: ../app/controllers/ansible_roles_controller.rb:51
29
29
  msgid "No changes in roles detected on %s."
30
30
  msgstr ""
31
31
 
32
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:16
32
+ #: ../app/controllers/ansible_variables_controller.rb:31
33
+ msgid ""
34
+ "Import of variables successfully finished.\n"
35
+ "Added: #{results[:added].join(', ')} \n"
36
+ " Removed: #{results[:obsolete].join(', ')}"
37
+ msgstr ""
38
+
39
+ #: ../app/controllers/ansible_variables_controller.rb:75
40
+ msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
41
+ msgstr ""
42
+
43
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
44
+ msgid "Override match"
45
+ msgstr ""
46
+
47
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
48
+ msgid "Override value, required if omit is false"
49
+ msgstr ""
50
+
51
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
52
+ msgid "Create an override value for a specific ansible variable"
53
+ msgstr ""
54
+
55
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
56
+ msgid "Destroy an override value"
57
+ msgstr ""
58
+
59
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
33
60
  msgid "Show role"
34
61
  msgstr ""
35
62
 
36
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:20
63
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
37
64
  msgid "List Ansible roles"
38
65
  msgstr ""
39
66
 
40
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:26
67
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
41
68
  msgid "Deletes Ansible role"
42
69
  msgstr ""
43
70
 
44
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:32
71
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
45
72
  msgid "Import Ansible roles"
46
73
  msgstr ""
47
74
 
48
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:33 ../app/controllers/api/v2/ansible_roles_controller.rb:40
75
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35 ../app/controllers/api/v2/ansible_roles_controller.rb:42 ../app/controllers/api/v2/ansible_variables_controller.rb:65 ../app/controllers/api/v2/ansible_variables_controller.rb:75
49
76
  msgid "Smart Proxy to import from"
50
77
  msgstr ""
51
78
 
52
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
79
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
53
80
  msgid "Ansible role names to import"
54
81
  msgstr ""
55
82
 
56
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:39
83
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
57
84
  msgid "Obsolete Ansible roles"
58
85
  msgstr ""
59
86
 
60
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:46
87
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
61
88
  msgid "Fetch Ansible roles available to be imported"
62
89
  msgstr ""
63
90
 
64
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:47
91
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
65
92
  msgid "Smart Proxy to fetch from"
66
93
  msgstr ""
67
94
 
68
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:15
95
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:19
96
+ msgid "Show variable"
97
+ msgstr ""
98
+
99
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:23
100
+ msgid "List Ansible variables"
101
+ msgstr ""
102
+
103
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:29
104
+ msgid "Deletes Ansible variable"
105
+ msgstr ""
106
+
107
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:38
108
+ msgid "Name of variable"
109
+ msgstr ""
110
+
111
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
112
+ msgid "Role ID"
113
+ msgstr ""
114
+
115
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
116
+ msgid "Default value of variable"
117
+ msgstr ""
118
+
119
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
120
+ msgid "When enabled the parameter is hidden in the UI"
121
+ msgstr ""
122
+
123
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
124
+ msgid "The order in which values are resolved"
125
+ msgstr ""
126
+
127
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
128
+ msgid "Description of variable"
129
+ msgstr ""
130
+
131
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
132
+ msgid "Types of validation values"
133
+ msgstr ""
134
+
135
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
136
+ msgid "Used to enforce certain values for the parameter values"
137
+ msgstr ""
138
+
139
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
140
+ msgid "Types of variable values"
141
+ msgstr ""
142
+
143
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
144
+ msgid "Merge all matching values (only array/hash type)"
145
+ msgstr ""
146
+
147
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
148
+ msgid "Include default value when merging all matching values"
149
+ msgstr ""
150
+
151
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
152
+ msgid "Remove duplicate values (only array type)"
153
+ msgstr ""
154
+
155
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:53
156
+ msgid "Updates Ansible variable"
157
+ msgstr ""
158
+
159
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:63
160
+ msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
161
+ msgstr ""
162
+
163
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
164
+ msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
165
+ msgstr ""
166
+
167
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:17
69
168
  msgid "Plays Ansible roles on a hostgroup"
70
169
  msgstr ""
71
170
 
72
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:25
171
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:27
73
172
  msgid "Plays Ansible roles on hostgroups"
74
173
  msgstr ""
75
174
 
76
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:26
175
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:28
77
176
  msgid "IDs of hostgroups to play roles on"
78
177
  msgstr ""
79
178
 
80
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:37
179
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:39
81
180
  msgid "List all Ansible roles for a hostgroup"
82
181
  msgstr ""
83
182
 
84
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:11 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:11
183
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
85
184
  msgid "IDs of associated ansible roles"
86
185
  msgstr ""
87
186
 
88
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:20
187
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:22
89
188
  msgid "Plays Ansible roles on a host"
90
189
  msgstr ""
91
190
 
92
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:29
191
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:31
93
192
  msgid "Plays Ansible roles on hosts"
94
193
  msgstr ""
95
194
 
96
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:30
195
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:32
97
196
  msgid "IDs of hosts to play roles on"
98
197
  msgstr ""
99
198
 
100
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:40
199
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:42
101
200
  msgid "List all Ansible roles for a host"
102
201
  msgstr ""
103
202
 
104
- #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:25
203
+ #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
105
204
  msgid "Host group has no associated hosts"
106
205
  msgstr ""
107
206
 
108
- #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:11
207
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
109
208
  msgid "There are no Ansible roles to play"
110
209
  msgstr ""
111
210
 
112
- #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
211
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
113
212
  msgid "Could not run Ansible roles for %{host}"
114
213
  msgstr ""
115
214
 
116
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:6
215
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
117
216
  msgid "From %s"
118
217
  msgstr ""
119
218
 
120
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:13
219
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:15
121
220
  msgid "Import"
122
221
  msgstr ""
123
222
 
124
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:19
223
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:21
125
224
  msgid "%s ago"
126
225
  msgstr ""
127
226
 
128
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:21 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:16
227
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:23 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
129
228
  msgid "Play Ansible roles"
130
229
  msgstr ""
131
230
 
132
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:40
231
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:42
133
232
  msgid "Run Ansible roles"
134
233
  msgstr ""
135
234
 
136
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:8
235
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
137
236
  msgid "Playbook execution failed"
138
237
  msgstr ""
139
238
 
140
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:28 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:31
239
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:35
141
240
  msgid "Error loading data from proxy"
142
241
  msgstr ""
143
242
 
144
- #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:11
243
+ #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
145
244
  msgid "Foreman"
146
245
  msgstr ""
147
246
 
148
- #: ../app/lib/proxy_api/ansible.rb:25
247
+ #: ../app/lib/proxy_api/ansible.rb:27
149
248
  msgid "Unable to get roles from Ansible"
150
249
  msgstr ""
151
250
 
152
- #: ../app/models/setting/ansible.rb:18
251
+ #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
252
+ msgid "Unable to get roles/variables from Ansible"
253
+ msgstr ""
254
+
255
+ #: ../app/models/setting/ansible.rb:20
153
256
  msgid "Use this to supply a path to an SSH Private Key that Ansible will use in lieu of a password Override with \"ansible_ssh_private_key_file\" host parameter"
154
257
  msgstr ""
155
258
 
156
- #: ../app/models/setting/ansible.rb:23
259
+ #: ../app/models/setting/ansible.rb:25
157
260
  msgid "Private Key Path"
158
261
  msgstr ""
159
262
 
160
- #: ../app/models/setting/ansible.rb:27
263
+ #: ../app/models/setting/ansible.rb:29
161
264
  msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
162
265
  msgstr ""
163
266
 
164
- #: ../app/models/setting/ansible.rb:31
267
+ #: ../app/models/setting/ansible.rb:33
165
268
  msgid "Connection type"
166
269
  msgstr ""
167
270
 
168
- #: ../app/models/setting/ansible.rb:35
271
+ #: ../app/models/setting/ansible.rb:37
169
272
  msgid "Enable/disable WinRM server certificate validation when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_winrm_server_cert_validation\""
170
273
  msgstr ""
171
274
 
172
- #: ../app/models/setting/ansible.rb:40
275
+ #: ../app/models/setting/ansible.rb:42
173
276
  msgid "WinRM cert Validation"
174
277
  msgstr ""
175
278
 
176
- #: ../app/models/setting/ansible.rb:44
279
+ #: ../app/models/setting/ansible.rb:46
177
280
  msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
178
281
  msgstr ""
179
282
 
180
- #: ../app/models/setting/ansible.rb:47
283
+ #: ../app/models/setting/ansible.rb:49
181
284
  msgid "Default verbosity level"
182
285
  msgstr ""
183
286
 
184
- #: ../app/models/setting/ansible.rb:50
287
+ #: ../app/models/setting/ansible.rb:52
185
288
  msgid "Disabled"
186
289
  msgstr ""
187
290
 
188
- #: ../app/models/setting/ansible.rb:51
291
+ #: ../app/models/setting/ansible.rb:53
189
292
  msgid "Level 1 (-v)"
190
293
  msgstr ""
191
294
 
192
- #: ../app/models/setting/ansible.rb:52
295
+ #: ../app/models/setting/ansible.rb:54
193
296
  msgid "Level 2 (-vv)"
194
297
  msgstr ""
195
298
 
196
- #: ../app/models/setting/ansible.rb:53
299
+ #: ../app/models/setting/ansible.rb:55
197
300
  msgid "Level 3 (-vvv)"
198
301
  msgstr ""
199
302
 
200
- #: ../app/models/setting/ansible.rb:54
303
+ #: ../app/models/setting/ansible.rb:56
201
304
  msgid "Level 4 (-vvvv)"
202
305
  msgstr ""
203
306
 
204
- #: ../app/models/setting/ansible.rb:60
307
+ #: ../app/models/setting/ansible.rb:62
205
308
  msgid "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles task after a host is fully provisioned. Set this to the maximum time you expect a host to take until it is ready after a reboot."
206
309
  msgstr ""
207
310
 
208
- #: ../app/models/setting/ansible.rb:65
311
+ #: ../app/models/setting/ansible.rb:67
209
312
  msgid "Post-provision timeout"
210
313
  msgstr ""
211
314
 
212
- #: ../app/models/setting/ansible.rb:69
213
- msgid "Whether to put Ansible parameters in the \"hostvars\" top-level key of the inventory. By default it is true, so that Host Parameters can be used directly in the playbooks.When false, Host Parameters can only be accessed throughforeman_params[\"host_parameter\"] in the playbooks."
315
+ #: ../app/models/setting/ansible.rb:71
316
+ msgid "Whether to put Ansible parameters in the \"hostvars\" top-level key of the inventory. By default it is true, so that Host Parameters can be used directly in the playbooks. When false, Host Parameters can only be accessed through foreman_params[\"host_parameter\"] in the playbooks."
214
317
  msgstr ""
215
318
 
216
- #: ../app/models/setting/ansible.rb:75
319
+ #: ../app/models/setting/ansible.rb:77
217
320
  msgid "Top level Ansible variables"
218
321
  msgstr ""
219
322
 
220
- #: ../app/models/setting/ansible.rb:79
323
+ #: ../app/models/setting/ansible.rb:81
221
324
  msgid "Timeout (in minutes) when hosts should have reported."
222
325
  msgstr ""
223
326
 
224
- #: ../app/models/setting/ansible.rb:81
327
+ #: ../app/models/setting/ansible.rb:83
225
328
  msgid "Ansible report timeout"
226
329
  msgstr ""
227
330
 
228
- #: ../app/models/setting/ansible.rb:85
331
+ #: ../app/models/setting/ansible.rb:87
229
332
  msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
230
333
  msgstr ""
231
334
 
232
- #: ../app/models/setting/ansible.rb:89
335
+ #: ../app/models/setting/ansible.rb:91
233
336
  msgid "%{cfgmgmt} out of sync disabled"
234
337
  msgstr ""
235
338
 
236
- #: ../app/models/setting/ansible.rb:102 ../lib/foreman_ansible/register.rb:50
339
+ #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:73
237
340
  msgid "Ansible"
238
341
  msgstr ""
239
342
 
240
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:49
343
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
241
344
  msgid "Remediation Plan"
242
345
  msgstr ""
243
346
 
244
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:59 ../db/seeds.d/90_notification_blueprints.rb:11
347
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
245
348
  msgid "Job Details"
246
349
  msgstr ""
247
350
 
248
- #: ../app/services/foreman_ansible/roles_importer.rb:37
351
+ #: ../app/services/foreman_ansible/proxy_api.rb:13
249
352
  msgid "Proxy not found"
250
353
  msgstr ""
251
354
 
@@ -253,67 +356,67 @@ msgstr ""
253
356
  msgid "Changed Ansible roles"
254
357
  msgstr ""
255
358
 
256
- #: ../app/views/ansible_roles/import.html.erb:3
359
+ #: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
257
360
  msgid "Select the changes you want to realize in Foreman"
258
361
  msgstr ""
259
362
 
260
- #: ../app/views/ansible_roles/import.html.erb:5
363
+ #: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
261
364
  msgid "Toggle"
262
365
  msgstr ""
263
366
 
264
- #: ../app/views/ansible_roles/import.html.erb:6
367
+ #: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
265
368
  msgid "New"
266
369
  msgstr ""
267
370
 
268
- #: ../app/views/ansible_roles/import.html.erb:8
371
+ #: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
269
372
  msgid "Check/Uncheck new"
270
373
  msgstr ""
271
374
 
272
- #: ../app/views/ansible_roles/import.html.erb:9
375
+ #: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
273
376
  msgid "Obsolete"
274
377
  msgstr ""
275
378
 
276
- #: ../app/views/ansible_roles/import.html.erb:11
379
+ #: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
277
380
  msgid "Check/Uncheck obsolete"
278
381
  msgstr ""
279
382
 
280
- #: ../app/views/ansible_roles/import.html.erb:19
383
+ #: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:19
281
384
  msgid "Check/Uncheck all"
282
385
  msgstr ""
283
386
 
284
- #: ../app/views/ansible_roles/import.html.erb:21
387
+ #: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:21
285
388
  msgid "Name"
286
389
  msgstr ""
287
390
 
288
- #: ../app/views/ansible_roles/import.html.erb:22
391
+ #: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:23
289
392
  msgid "Hosts count"
290
393
  msgstr ""
291
394
 
292
- #: ../app/views/ansible_roles/import.html.erb:23
395
+ #: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:24
293
396
  msgid "Hostgroups count"
294
397
  msgstr ""
295
398
 
296
- #: ../app/views/ansible_roles/import.html.erb:24
399
+ #: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:25
297
400
  msgid "Operation"
298
401
  msgstr ""
299
402
 
300
- #: ../app/views/ansible_roles/import.html.erb:35
403
+ #: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:36
301
404
  msgid "Check/Uncheck all %s changes"
302
405
  msgstr ""
303
406
 
304
- #: ../app/views/ansible_roles/import.html.erb:40
407
+ #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:42
305
408
  msgid "Add"
306
409
  msgstr ""
307
410
 
308
- #: ../app/views/ansible_roles/import.html.erb:40
411
+ #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:42
309
412
  msgid "Remove"
310
413
  msgstr ""
311
414
 
312
- #: ../app/views/ansible_roles/import.html.erb:48
415
+ #: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:50
313
416
  msgid "Cancel"
314
417
  msgstr ""
315
418
 
316
- #: ../app/views/ansible_roles/import.html.erb:49
419
+ #: ../app/views/ansible_roles/import.html.erb:49 ../app/views/ansible_variables/import.html.erb:51
317
420
  msgid "Update"
318
421
  msgstr ""
319
422
 
@@ -337,11 +440,15 @@ msgstr ""
337
440
  msgid "Imported at"
338
441
  msgstr ""
339
442
 
340
- #: ../app/views/ansible_roles/index.html.erb:13
443
+ #: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:12
341
444
  msgid "Actions"
342
445
  msgstr ""
343
446
 
344
- #: ../app/views/ansible_roles/index.html.erb:26
447
+ #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:79
448
+ msgid "Variables"
449
+ msgstr ""
450
+
451
+ #: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:36
345
452
  msgid "Delete %s?"
346
453
  msgstr ""
347
454
 
@@ -355,6 +462,50 @@ msgstr ""
355
462
  msgid "Learn more about this in the documentation."
356
463
  msgstr ""
357
464
 
465
+ #: ../app/views/ansible_variables/_ansible_roles_list.html.erb:10
466
+ msgid "Ansible Role"
467
+ msgstr ""
468
+
469
+ #: ../app/views/ansible_variables/_validator_text.html.erb:2
470
+ msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
471
+ msgstr ""
472
+
473
+ #: ../app/views/ansible_variables/_validator_text.html.erb:4
474
+ msgid "If ERB is used in a parameter value, the validation of the value will happen during the ENC request. If the value is invalid, the ENC request will fail."
475
+ msgstr ""
476
+
477
+ #: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1
478
+ msgid "Ansible Variables"
479
+ msgstr ""
480
+
481
+ #: ../app/views/ansible_variables/edit.html.erb:8
482
+ msgid "Edit %s"
483
+ msgstr ""
484
+
485
+ #: ../app/views/ansible_variables/edit.html.erb:13
486
+ msgid "Edit Ansible Variable"
487
+ msgstr ""
488
+
489
+ #: ../app/views/ansible_variables/import.html.erb:1
490
+ msgid "Changed Ansible variables"
491
+ msgstr ""
492
+
493
+ #: ../app/views/ansible_variables/import.html.erb:22
494
+ msgid "Ansible role"
495
+ msgstr ""
496
+
497
+ #: ../app/views/ansible_variables/index.html.erb:9
498
+ msgid "Variable|Name"
499
+ msgstr ""
500
+
501
+ #: ../app/views/ansible_variables/index.html.erb:10
502
+ msgid "Variable|Role"
503
+ msgstr ""
504
+
505
+ #: ../app/views/ansible_variables/index.html.erb:11
506
+ msgid "Type"
507
+ msgstr ""
508
+
358
509
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
359
510
  msgid "Play Roles"
360
511
  msgstr ""
@@ -395,36 +546,36 @@ msgstr ""
395
546
  msgid "Nothing to show"
396
547
  msgstr ""
397
548
 
398
- #: ../db/seeds.d/90_notification_blueprints.rb:3
549
+ #: ../db/seeds.d/90_notification_blueprints.rb:5
399
550
  msgid "Jobs"
400
551
  msgstr ""
401
552
 
402
- #: ../db/seeds.d/90_notification_blueprints.rb:5
553
+ #: ../db/seeds.d/90_notification_blueprints.rb:7
403
554
  msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
404
555
  msgstr ""
405
556
 
406
- #: ../lib/foreman_ansible/register.rb:52
557
+ #: ../lib/foreman_ansible/register.rb:75
407
558
  msgid "Roles"
408
559
  msgstr ""
409
560
 
410
- #: ../lib/foreman_ansible/remote_execution.rb:18
561
+ #: ../lib/foreman_ansible/remote_execution.rb:20
411
562
  msgid "Ansible: Run host roles"
412
563
  msgstr ""
413
564
 
414
- #: ../lib/foreman_ansible/remote_execution.rb:19
565
+ #: ../lib/foreman_ansible/remote_execution.rb:21
415
566
  msgid "Runs an Ansible playbook which contains all the roles defined for a host"
416
567
  msgstr ""
417
568
 
418
- #: ../lib/foreman_ansible/remote_execution.rb:24
569
+ #: ../lib/foreman_ansible/remote_execution.rb:26
419
570
  msgid "Ansible: Run Insights maintenance plan"
420
571
  msgstr ""
421
572
 
422
- #: ../lib/foreman_ansible/remote_execution.rb:25
573
+ #: ../lib/foreman_ansible/remote_execution.rb:27
423
574
  msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
424
575
  msgstr ""
425
576
 
426
577
  #: action_names.rb:2
427
- msgid "Action with sub plans"
578
+ msgid "Remote action:"
428
579
  msgstr ""
429
580
 
430
581
  #: action_names.rb:3
@@ -436,7 +587,7 @@ msgid "Import Puppet classes"
436
587
  msgstr ""
437
588
 
438
589
  #: action_names.rb:5
439
- msgid "Remote action:"
590
+ msgid "Action with sub plans"
440
591
  msgstr ""
441
592
 
442
593
  #: gemspec.rb:2