foreman_ansible 14.2.1 → 14.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +359 -386
  3. data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +443 -470
  4. data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +518 -545
  5. data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +291 -318
  6. data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +317 -344
  7. data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +580 -607
  8. data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +582 -609
  9. data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +333 -360
  10. data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +395 -422
  11. data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +582 -609
  12. data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +575 -602
  13. data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +402 -429
  14. data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +350 -377
  15. data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +369 -396
  16. data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +580 -607
  17. data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +391 -418
  18. data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +335 -362
  19. data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +584 -611
  20. data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +402 -429
  21. data/app/models/ansible_role.rb +3 -0
  22. data/app/models/ansible_variable.rb +4 -0
  23. data/app/models/host_ansible_role.rb +6 -0
  24. data/app/views/foreman_ansible/job_templates/capsule_update_-_ansible_default.erb +73 -0
  25. data/app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb +1 -3
  26. data/lib/foreman_ansible/remote_execution.rb +6 -0
  27. data/lib/foreman_ansible/version.rb +1 -1
  28. data/locale/ca/foreman_ansible.po +6 -33
  29. data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
  30. data/locale/cs_CZ/foreman_ansible.po +6 -33
  31. data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
  32. data/locale/de/foreman_ansible.po +6 -33
  33. data/locale/en/foreman_ansible.po +6 -33
  34. data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
  35. data/locale/en_GB/foreman_ansible.po +6 -33
  36. data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
  37. data/locale/es/foreman_ansible.po +6 -33
  38. data/locale/foreman_ansible.pot +47 -85
  39. data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
  40. data/locale/fr/foreman_ansible.po +6 -33
  41. data/locale/gl/foreman_ansible.po +6 -33
  42. data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
  43. data/locale/it/foreman_ansible.po +6 -33
  44. data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
  45. data/locale/ja/foreman_ansible.po +6 -33
  46. data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
  47. data/locale/ka/foreman_ansible.po +6 -33
  48. data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
  49. data/locale/ko/foreman_ansible.po +6 -33
  50. data/locale/nl_NL/foreman_ansible.po +6 -33
  51. data/locale/pl/foreman_ansible.po +6 -33
  52. data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
  53. data/locale/pt_BR/foreman_ansible.po +6 -33
  54. data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
  55. data/locale/ru/foreman_ansible.po +6 -33
  56. data/locale/sv_SE/foreman_ansible.po +6 -33
  57. data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
  58. data/locale/zh_CN/foreman_ansible.po +6 -33
  59. data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
  60. data/locale/zh_TW/foreman_ansible.po +6 -33
  61. data/test/unit/host_ansible_role_test.rb +30 -0
  62. metadata +17 -3
  63. data/locale/action_names.rb +0 -7
@@ -17,350 +17,335 @@
17
17
  "domain": "foreman_ansible",
18
18
  "plural_forms": "nplurals=2; plural=(n != 1);"
19
19
  },
20
- "No added or removed roles nor variables.": [
20
+ "%(selectedCount)s of %(totalCount)s items selected": [
21
21
  ""
22
22
  ],
23
- "No added or removed roles nor variables detected on %s.": [
24
- ""
23
+ "%s ago": [
24
+ "Fai %s"
25
25
  ],
26
- "No changes in variables detected on %s.": [
26
+ "%{cfgmgmt} out of sync disabled": [
27
27
  ""
28
28
  ],
29
- "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled.": [
29
+ "(from host group)": [
30
30
  ""
31
31
  ],
32
- "Show Ansible inventory for hosts": [
32
+ "A comma separated list of tags to use for Ansible run": [
33
33
  ""
34
34
  ],
35
- "IDs of hosts included in inventory": [
36
- ""
35
+ "Actions": [
36
+ "Accións"
37
37
  ],
38
- "Show Ansible inventory for hostgroups": [
38
+ "Add": [
39
39
  ""
40
40
  ],
41
- "IDs of hostgroups included in inventory": [
41
+ "Add all": [
42
42
  ""
43
43
  ],
44
- "Schedule generating of Ansible Inventory report": [
44
+ "Add selected": [
45
45
  ""
46
46
  ],
47
- "Hash of input values of type input=>value": [
47
+ "Add, remove or reorder host assigned Ansible roles. This host has also group assigned roles that are not displayed here and will always be executed prior to host assigned roles.": [
48
48
  ""
49
49
  ],
50
- "Report format, defaults to '%s'": [
50
+ "All assigned Ansible roles": [
51
51
  ""
52
52
  ],
53
- "Override match": [
53
+ "Ansible": [
54
54
  ""
55
55
  ],
56
- "Override value, required if omit is false": [
56
+ "Ansible playbooks names to be synced": [
57
57
  ""
58
58
  ],
59
- "Create an override value for a specific ansible variable": [
59
+ "Ansible Role": [
60
60
  ""
61
61
  ],
62
- "Destroy an override value": [
62
+ "Ansible Roles": [
63
63
  ""
64
64
  ],
65
- "Sync Ansible playbooks": [
65
+ "Ansible Roles were successfully assigned.": [
66
66
  ""
67
67
  ],
68
- "Smart Proxy to sync from": [
68
+ "Ansible Variable Details": [
69
69
  ""
70
70
  ],
71
- "Ansible playbooks names to be synced": [
71
+ "Ansible Variable Details (Imported)": [
72
72
  ""
73
73
  ],
74
- "Fetch Ansible playbooks available to be synced": [
74
+ "Ansible Variable not found by id: %s": [
75
75
  ""
76
76
  ],
77
- "Smart Proxy to fetch from": [
77
+ "Ansible Variables": [
78
78
  ""
79
79
  ],
80
- "Smart proxy id is required": [
80
+ "Ansible check mode": [
81
81
  ""
82
82
  ],
83
- "Show role": [
83
+ "Ansible job was successfully canceled.": [
84
84
  ""
85
85
  ],
86
- "List Ansible roles": [
86
+ "Ansible job was successfully created.": [
87
87
  ""
88
88
  ],
89
- "Deletes Ansible role": [
89
+ "Ansible provider specific inputs": [
90
90
  ""
91
91
  ],
92
- "DEPRECATED: Import Ansible roles": [
92
+ "Ansible report timeout": [
93
93
  ""
94
94
  ],
95
- "Smart Proxy to import from": [
95
+ "Ansible role": [
96
96
  ""
97
97
  ],
98
98
  "Ansible role names to be imported": [
99
99
  ""
100
100
  ],
101
- "Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled": [
101
+ "Ansible role names to be synced": [
102
102
  ""
103
103
  ],
104
- "Sync Ansible roles": [
104
+ "Ansible role to add to a host": [
105
105
  ""
106
106
  ],
107
- "Ansible role names to be synced": [
107
+ "Ansible role to add to a hostgroup": [
108
108
  ""
109
109
  ],
110
- "No changes detected in specified Ansible Roles and their variables": [
110
+ "Ansible role to remove from a host": [
111
111
  ""
112
112
  ],
113
- "DEPRECATED: Obsolete Ansible roles": [
113
+ "Ansible role to remove from a hostgroup": [
114
114
  ""
115
115
  ],
116
- "Fetch Ansible roles available to be synced": [
116
+ "Ansible roles assigned directly to host": [
117
117
  ""
118
118
  ],
119
- "Show variable": [
119
+ "Ansible roles to assign to a host": [
120
120
  ""
121
121
  ],
122
- "List Ansible variables": [
122
+ "Ansible roles to assign to a hostgroup": [
123
123
  ""
124
124
  ],
125
- "Deletes Ansible variable": [
125
+ "Ansible roles to ignore": [
126
126
  ""
127
127
  ],
128
- "Name of variable": [
128
+ "Ansible support in Foreman": [
129
129
  ""
130
130
  ],
131
- "Role ID": [
131
+ "Ansible variable override successfully changed.": [
132
132
  ""
133
133
  ],
134
- "Default value of variable": [
134
+ "Ansible variable override was successfully deleted.": [
135
135
  ""
136
136
  ],
137
- "When enabled the parameter is hidden in the UI": [
137
+ "Are you sure you want to cancel Ansible config job?": [
138
138
  ""
139
139
  ],
140
- "The order in which values are resolved": [
141
- "A orde na cual se resolven os valores"
142
- ],
143
- "Description of variable": [
140
+ "Are you sure you want to delete override for %s?": [
144
141
  ""
145
142
  ],
146
- "Types of validation values": [
143
+ "Assign roles directly to the host": [
147
144
  ""
148
145
  ],
149
- "Used to enforce certain values for the parameter values": [
146
+ "Assigned Ansible Roles": [
150
147
  ""
151
148
  ],
152
- "Types of variable values": [
149
+ "Assigns Ansible roles to a host": [
153
150
  ""
154
151
  ],
155
- "Merge all matching values (only array/hash type)": [
152
+ "Assigns Ansible roles to a hostgroup": [
156
153
  ""
157
154
  ],
158
- "Include default value when merging all matching values": [
155
+ "Available Ansible Roles": [
159
156
  ""
160
157
  ],
161
- "Remove duplicate values (only array type)": [
158
+ "Available Ansible roles": [
162
159
  ""
163
160
  ],
164
- "Whether to override variable or not": [
161
+ "Avoid duplicate values when merging them (only array type)?": [
165
162
  ""
166
163
  ],
167
- "Create Ansible variable": [
164
+ "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation.": [
168
165
  ""
169
166
  ],
170
- "Updates Ansible variable": [
171
- ""
167
+ "Cancel": [
168
+ "Cancelar"
172
169
  ],
173
- "DEPRECATED: Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles": [
170
+ "Cancel Ansible config job": [
174
171
  ""
175
172
  ],
176
- "DEPRECATED: Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles": [
173
+ "Changed Ansible roles": [
177
174
  ""
178
175
  ],
179
- "Runs all Ansible roles on a hostgroup": [
180
- ""
176
+ "Close": [
177
+ "Pechar"
181
178
  ],
182
- "Runs all Ansible roles on hostgroups": [
179
+ "Configure Ansible Job": [
183
180
  ""
184
181
  ],
185
- "IDs of hostgroups to play roles on": [
182
+ "Configure Recurring Job": [
186
183
  ""
187
184
  ],
188
- "List all Ansible roles for a hostgroup": [
185
+ "Confirm": [
189
186
  ""
190
187
  ],
191
- "Assigns Ansible roles to a hostgroup": [
188
+ "Connection type": [
192
189
  ""
193
190
  ],
194
- "Ansible roles to assign to a hostgroup": [
191
+ "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted.": [
195
192
  ""
196
193
  ],
197
- "Directly add an Ansible role to a hostgroup": [
194
+ "Could not run Ansible roles for %{host}": [
198
195
  ""
199
196
  ],
200
- "Ansible role to add to a hostgroup": [
197
+ "Create Ansible Variable": [
201
198
  ""
202
199
  ],
203
- "Remove directly assigned Ansible role from a hostgroup": [
200
+ "Create Ansible variable": [
204
201
  ""
205
202
  ],
206
- "Ansible role to remove from a hostgroup": [
203
+ "Create an override value for a specific ansible variable": [
207
204
  ""
208
205
  ],
209
- "IDs of associated ansible roles": [
206
+ "DEPRECATED: Import Ansible roles": [
210
207
  ""
211
208
  ],
212
- "Runs all Ansible roles on a host": [
209
+ "DEPRECATED: Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles": [
213
210
  ""
214
211
  ],
215
- "Runs all Ansible roles on hosts": [
212
+ "DEPRECATED: Obsolete Ansible roles": [
216
213
  ""
217
214
  ],
218
- "IDs of hosts to play roles on": [
215
+ "DEPRECATED: Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles": [
219
216
  ""
220
217
  ],
221
- "List all Ansible roles for a host": [
218
+ "Default Ansible inventory report template": [
222
219
  ""
223
220
  ],
224
- "Assigns Ansible roles to a host": [
221
+ "Default Behavior": [
225
222
  ""
226
223
  ],
227
- "Ansible roles to assign to a host": [
228
- ""
224
+ "Default value": [
225
+ "Valor predeterminado"
229
226
  ],
230
- "Directly add an Ansible role to a host": [
227
+ "Default value of variable": [
231
228
  ""
232
229
  ],
233
- "Ansible role to add to a host": [
230
+ "Default verbosity level": [
234
231
  ""
235
232
  ],
236
- "Remove directly assigned Ansible role from a host": [
237
- ""
233
+ "Delete": [
234
+ "Borrar"
238
235
  ],
239
- "Ansible role to remove from a host": [
240
- ""
236
+ "Delete %s?": [
237
+ "¿Borrar %s?"
241
238
  ],
242
- "Enable the callback plugin for this template": [
239
+ "Delete Ansible variable override": [
243
240
  ""
244
241
  ],
245
- "Host group has no associated hosts": [
242
+ "Deletes Ansible role": [
246
243
  ""
247
244
  ],
248
- "There are no Ansible roles to play": [
245
+ "Deletes Ansible variable": [
249
246
  ""
250
247
  ],
251
- "Could not run Ansible roles for %{host}": [
252
- ""
248
+ "Description": [
249
+ "Descripción"
253
250
  ],
254
- "Host not found by id: %s": [
251
+ "Description of variable": [
255
252
  ""
256
253
  ],
257
- "Ansible Variable not found by id: %s": [
254
+ "Destroy an override value": [
258
255
  ""
259
256
  ],
260
- "Run all Ansible roles": [
257
+ "Directly add an Ansible role to a host": [
261
258
  ""
262
259
  ],
263
- "Run all Ansible roles on hosts belonging to this host group": [
260
+ "Directly add an Ansible role to a hostgroup": [
264
261
  ""
265
262
  ],
266
- "Configure Ansible Job": [
263
+ "Directly assigned to Host": [
267
264
  ""
268
265
  ],
269
- "No roles/hosts assigned": [
266
+ "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval": [
270
267
  ""
271
268
  ],
272
- "No additional data": [
269
+ "Disabled": [
273
270
  ""
274
271
  ],
275
- "Show full value": [
276
- ""
272
+ "Edit %s": [
273
+ "Editar %s"
277
274
  ],
278
- "Add": [
275
+ "Edit Ansible Roles": [
279
276
  ""
280
277
  ],
281
- "Remove": [
278
+ "Edit Ansible Variable": [
282
279
  ""
283
280
  ],
284
- "Update": [
285
- "Actualizar"
286
- ],
287
- "Import Role": [
281
+ "Edit Ansible roles": [
288
282
  ""
289
283
  ],
290
- "Remove Role": [
284
+ "Enable Ansible Callback": [
291
285
  ""
292
286
  ],
293
- "Update Role Variables": [
287
+ "Enable the callback plugin for this template": [
294
288
  ""
295
289
  ],
296
- "Import from %s": [
297
- "Importar de %s"
298
- ],
299
- "Ansible Role": [
290
+ "Enable web console": [
300
291
  ""
301
292
  ],
302
- "Import": [
303
- "Importar"
304
- ],
305
- "%s ago": [
306
- "Fai %s"
307
- ],
308
- "Upgrade": [
293
+ "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\\\"": [
309
294
  ""
310
295
  ],
311
- "Import roles And Variables": [
296
+ "Error!": [
312
297
  ""
313
298
  ],
314
- "Foreman": [
299
+ "Executed at": [
315
300
  ""
316
301
  ],
317
- "Unable to get roles from Ansible": [
302
+ "Failed to fetch Ansible Roles from server.": [
318
303
  ""
319
304
  ],
320
- "Unable to get roles/variables from Ansible": [
305
+ "Failed to import roles and variables ": [
321
306
  ""
322
307
  ],
323
- "Unable to get playbook's names from Ansible": [
308
+ "Fetch Ansible playbooks available to be synced": [
324
309
  ""
325
310
  ],
326
- "Unable to get playbooks from Ansible": [
311
+ "Fetch Ansible roles available to be synced": [
327
312
  ""
328
313
  ],
329
- "Tags": [
314
+ "For more advanced scheduling options": [
330
315
  ""
331
316
  ],
332
- "Include/Exclude Tags": [
317
+ "Foreman": [
333
318
  ""
334
319
  ],
335
- "Ansible provider specific inputs": [
320
+ "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks.": [
336
321
  ""
337
322
  ],
338
- "A comma separated list of tags to use for Ansible run": [
323
+ "Foreman will use this template to schedule the report with Ansible inventory": [
339
324
  ""
340
325
  ],
341
- "Include\\\\Exclude tags for Ansible run": [
326
+ "Hash of input values of type input=>value": [
342
327
  ""
343
328
  ],
344
- "Task Details": [
329
+ "Hidden Value": [
345
330
  ""
346
331
  ],
347
- "Remediation Plan": [
332
+ "Hide all values for this parameter.": [
348
333
  ""
349
334
  ],
350
- "Job Details": [
335
+ "Host assigned Ansible roles": [
351
336
  ""
352
337
  ],
353
- "Proxy not found": [
338
+ "Host count": [
354
339
  ""
355
340
  ],
356
- "Changed Ansible roles": [
341
+ "Host group has no associated hosts": [
357
342
  ""
358
343
  ],
359
- "Ansible Roles": [
344
+ "Host not found by id: %s": [
360
345
  ""
361
346
  ],
362
- "Role|Name": [
363
- "Nome"
347
+ "Hostgroup count": [
348
+ ""
364
349
  ],
365
350
  "Hostgroups": [
366
351
  ""
@@ -368,568 +353,556 @@
368
353
  "Hosts": [
369
354
  "Equipos"
370
355
  ],
371
- "Variables": [
356
+ "IDs of associated ansible roles": [
372
357
  ""
373
358
  ],
374
- "Imported at": [
359
+ "IDs of hostgroups included in inventory": [
375
360
  ""
376
361
  ],
377
- "Actions": [
378
- "Accións"
379
- ],
380
- "Delete %s?": [
381
- "¿Borrar %s?"
382
- ],
383
- "No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,\\n you have to import them first.": [
362
+ "IDs of hostgroups to play roles on": [
384
363
  ""
385
364
  ],
386
- "Learn more about this in the documentation.": [
365
+ "IDs of hosts included in inventory": [
387
366
  ""
388
367
  ],
389
- "Ansible Variable Details (Imported)": [
368
+ "IDs of hosts to play roles on": [
390
369
  ""
391
370
  ],
392
- "Ansible Variable Details": [
393
- ""
371
+ "If checked, will raise an error if there is no default value and no matcher provide a value.": [
372
+ "Se está seleccionado, mostrará un erro se non existe valor predeterminado e ningún 'matcher' proporciona un valor."
394
373
  ],
395
- "Default Behavior": [
396
- ""
374
+ "Import": [
375
+ "Importar"
397
376
  ],
398
- "Override the default value of the Ansible variable.": [
377
+ "Import Role": [
399
378
  ""
400
379
  ],
401
- "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable.": [
380
+ "Import from %s": [
381
+ "Importar de %s"
382
+ ],
383
+ "Import playbooks has finished successfully": [
402
384
  ""
403
385
  ],
404
- "Value to use when there is no match.": [
386
+ "Import roles And Variables": [
405
387
  ""
406
388
  ],
407
- "Hidden Value": [
389
+ "Import roles and variables has finished successfully": [
408
390
  ""
409
391
  ],
410
- "Hide all values for this parameter.": [
392
+ "Import roles and variables started: ": [
411
393
  ""
412
394
  ],
413
- "Optional Input Validator": [
395
+ "Imported at": [
414
396
  ""
415
397
  ],
416
- "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation.": [
398
+ "Imported?": [
417
399
  ""
418
400
  ],
419
- "If checked, will raise an error if there is no default value and no matcher provide a value.": [
420
- "Se está seleccionado, mostrará un erro se non existe valor predeterminado e ningún 'matcher' proporciona un valor."
401
+ "Include default value when merging all matching values": [
402
+ ""
421
403
  ],
422
- "Prioritize Attribute Order": [
404
+ "Include default value when merging all matching values.": [
423
405
  ""
424
406
  ],
425
- "Set the order in which values are resolved.": [
407
+ "Include/Exclude Tags": [
426
408
  ""
427
409
  ],
428
- "Order": [
429
- "Orde"
410
+ "Include\\\\Exclude tags for Ansible run": [
411
+ ""
430
412
  ],
431
- "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \\\"web servers\\\", environment = production</code>": [
432
- "A orde en que se procesan as chaves de concordancia, a primera concordancia gana.<br> Pódense usar múles atributos como clave de concordancia, por exemplo, cunha orde de <code>grupo de equipos, environment</code> esperamos unha concordancia como <code>hostgroup = \\\"web servers\\\", environment = production</code>"
413
+ "Inherited from Hostgroup": [
414
+ ""
433
415
  ],
434
- "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted.": [
416
+ "Invalid, expected one of: %s": [
435
417
  ""
436
418
  ],
437
- "Include default value when merging all matching values.": [
419
+ "Invalid, expected to match a regex: %s": [
438
420
  ""
439
421
  ],
440
- "Avoid duplicate values when merging them (only array type)?": [
422
+ "Inventory": [
441
423
  ""
442
424
  ],
443
- "Specify Matchers": [
425
+ "Jobs": [
444
426
  ""
445
427
  ],
446
- "Ansible Variables": [
428
+ "Learn more about this in the documentation.": [
447
429
  ""
448
430
  ],
449
- "Edit %s": [
450
- "Editar %s"
431
+ "Level": [
432
+ "Nivel"
451
433
  ],
452
- "Edit Ansible Variable": [
434
+ "Level 1 (-v)": [
453
435
  ""
454
436
  ],
455
- "New Ansible Variable": [
437
+ "Level 2 (-vv)": [
456
438
  ""
457
439
  ],
458
- "Variable|Name": [
440
+ "Level 3 (-vvv)": [
459
441
  ""
460
442
  ],
461
- "Variable|Role": [
443
+ "Level 4 (-vvvv)": [
462
444
  ""
463
445
  ],
464
- "Type": [
465
- "Tipo"
466
- ],
467
- "Imported?": [
446
+ "List Ansible roles": [
468
447
  ""
469
448
  ],
470
- "Overriden": [
449
+ "List Ansible variables": [
471
450
  ""
472
451
  ],
473
- "Create Ansible Variable": [
452
+ "List all Ansible roles for a host": [
474
453
  ""
475
454
  ],
476
- "Ansible check mode": [
455
+ "List all Ansible roles for a hostgroup": [
477
456
  ""
478
457
  ],
479
- "Notice that ansible roles run in check mode.": [
458
+ "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable.": [
480
459
  ""
481
460
  ],
482
- "Level": [
483
- "Nivel"
484
- ],
485
- "Task": [
461
+ "Merge all matching values (only array/hash type)": [
486
462
  ""
487
463
  ],
488
464
  "Message": [
489
465
  "Mensaxe"
490
466
  ],
491
- "Nothing to show": [
492
- "Nada que mostrar"
493
- ],
494
- "Enable Ansible Callback": [
467
+ "Must not be in the past": [
495
468
  ""
496
469
  ],
497
- "Ansible": [
498
- ""
470
+ "Name": [
471
+ "Nome"
499
472
  ],
500
- "Jobs": [
473
+ "Name of variable": [
501
474
  ""
502
475
  ],
503
- "Insights remediation on %{hosts_count} host(s) has finished successfully": [
476
+ "New Ansible Variable": [
504
477
  ""
505
478
  ],
506
- "Roles": [
507
- "Roles"
508
- ],
509
- "Import roles and variables has finished successfully": [
479
+ "Next Run": [
510
480
  ""
511
481
  ],
512
- "Playbooks": [
482
+ "No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,\\n you have to import them first.": [
513
483
  ""
514
484
  ],
515
- "Import playbooks has finished successfully": [
485
+ "No Ansible roles assigned": [
516
486
  ""
517
487
  ],
518
- "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": [
488
+ "No Ansible variables found for Host": [
519
489
  ""
520
490
  ],
521
- "Private Key Path": [
491
+ "No added or removed roles nor variables detected on %s.": [
522
492
  ""
523
493
  ],
524
- "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \\\"ansible_connection\\\"": [
494
+ "No added or removed roles nor variables.": [
525
495
  ""
526
496
  ],
527
- "Connection type": [
497
+ "No additional data": [
528
498
  ""
529
499
  ],
530
- "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\\\"": [
500
+ "No changes detected in specified Ansible Roles and their variables": [
531
501
  ""
532
502
  ],
533
- "WinRM cert Validation": [
503
+ "No changes in variables detected on %s.": [
534
504
  ""
535
505
  ],
536
- "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks.": [
506
+ "No config job for Ansible roles scheduled": [
537
507
  ""
538
508
  ],
539
- "Default verbosity level": [
509
+ "No previous job executions found": [
540
510
  ""
541
511
  ],
542
- "Disabled": [
512
+ "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled.": [
543
513
  ""
544
514
  ],
545
- "Level 1 (-v)": [
515
+ "No roles assigned directly to the host": [
546
516
  ""
547
517
  ],
548
- "Level 2 (-vv)": [
518
+ "No roles/hosts assigned": [
549
519
  ""
550
520
  ],
551
- "Level 3 (-vvv)": [
521
+ "Nothing Found!": [
552
522
  ""
553
523
  ],
554
- "Level 4 (-vvvv)": [
555
- ""
524
+ "Nothing to show": [
525
+ "Nada que mostrar"
556
526
  ],
557
- "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.": [
527
+ "Notice that ansible roles run in check mode.": [
558
528
  ""
559
529
  ],
560
- "Post-provision timeout": [
530
+ "Number of tasks which should be sent to the smart proxy in one request, if foreman_tasks_proxy_batch_trigger is enabled. If set, overrides foreman_tasks_proxy_batch_size setting for Ansible jobs.": [
561
531
  ""
562
532
  ],
563
- "Timeout (in minutes) when hosts should have reported.": [
533
+ "Only variables marked to Override are shown here.": [
564
534
  ""
565
535
  ],
566
- "Ansible report timeout": [
567
- ""
536
+ "Operation": [
537
+ "Operación"
568
538
  ],
569
- "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval": [
539
+ "Optional Input Validator": [
570
540
  ""
571
541
  ],
572
- "%{cfgmgmt} out of sync disabled": [
542
+ "Order": [
543
+ "Orde"
544
+ ],
545
+ "Override match": [
573
546
  ""
574
547
  ],
575
- "Foreman will use this template to schedule the report with Ansible inventory": [
548
+ "Override the default value of the Ansible variable.": [
576
549
  ""
577
550
  ],
578
- "Default Ansible inventory report template": [
551
+ "Override value, required if omit is false": [
579
552
  ""
580
553
  ],
581
- "Those roles will be excluded when importing roles from smart proxy, The expected input is comma separated values and you can use * wildcard metacharactersFor example: foo*, *b*,*bar": [
554
+ "Overriden": [
582
555
  ""
583
556
  ],
584
- "Ansible roles to ignore": [
557
+ "Permission Denied": [
585
558
  ""
586
559
  ],
587
- "Number of tasks which should be sent to the smart proxy in one request, if foreman_tasks_proxy_batch_trigger is enabled. If set, overrides foreman_tasks_proxy_batch_size setting for Ansible jobs.": [
560
+ "Permission denied": [
561
+ "Permiso denegado"
562
+ ],
563
+ "Playbooks": [
588
564
  ""
589
565
  ],
590
- "Proxy tasks batch size for Ansible": [
566
+ "Please request one of the required permissions listed below from a Foreman administrator:": [
591
567
  ""
592
568
  ],
593
- "Update Smart Proxy": [
569
+ "Post-provision timeout": [
594
570
  ""
595
571
  ],
596
- "Run Ansible roles": [
572
+ "Previously executed jobs": [
597
573
  ""
598
574
  ],
599
- "Runs an Ansible playbook which contains all the roles defined for a host": [
575
+ "Prioritize Attribute Order": [
600
576
  ""
601
577
  ],
602
- "Ansible: Run Insights maintenance plan": [
578
+ "Private Key Path": [
603
579
  ""
604
580
  ],
605
- "Runs a given maintenance plan from Red Hat Access Insights given an ID.": [
581
+ "Proxy not found": [
606
582
  ""
607
583
  ],
608
- "Run playbook": [
584
+ "Proxy tasks batch size for Ansible": [
609
585
  ""
610
586
  ],
611
- "Run an Ansible playbook against given hosts": [
587
+ "Remove": [
612
588
  ""
613
589
  ],
614
- "Enable web console": [
590
+ "Remove Role": [
615
591
  ""
616
592
  ],
617
- "Run an Ansible playbook to enable web console on given hosts": [
593
+ "Remove all": [
618
594
  ""
619
595
  ],
620
- "Upgrade Capsules on given hosts": [
596
+ "Remove directly assigned Ansible role from a host": [
621
597
  ""
622
598
  ],
623
- "Upgrade Capsules on given Capsule server hosts": [
599
+ "Remove directly assigned Ansible role from a hostgroup": [
624
600
  ""
625
601
  ],
626
- "Name": [
627
- "Nome"
602
+ "Remove duplicate values (only array type)": [
603
+ ""
628
604
  ],
629
- "Ansible role": [
605
+ "Remove selected": [
630
606
  ""
631
607
  ],
632
- "Value": [
633
- "Valor"
608
+ "Report format, defaults to '%s'": [
609
+ ""
634
610
  ],
635
- "Source attribute": [
611
+ "Request the following permissions from administrator: %s.": [
636
612
  ""
637
613
  ],
638
- "Delete": [
639
- "Borrar"
614
+ "Required field": [
615
+ ""
640
616
  ],
641
- "Delete Ansible variable override": [
617
+ "Result": [
642
618
  ""
643
619
  ],
644
- "Are you sure you want to delete override for %s?": [
620
+ "Role ID": [
645
621
  ""
646
622
  ],
647
- "Default value": [
648
- "Valor predeterminado"
623
+ "Roles": [
624
+ "Roles"
649
625
  ],
650
- "Ansible variable override was successfully deleted.": [
651
- ""
626
+ "Role|Name": [
627
+ "Nome"
652
628
  ],
653
- "There was a following error when deleting Ansible variable override: %s": [
629
+ "Run Ansible roles": [
654
630
  ""
655
631
  ],
656
- "Invalid, expected to match a regex: %s": [
632
+ "Run all Ansible roles": [
657
633
  ""
658
634
  ],
659
- "Invalid, expected one of: %s": [
635
+ "Run all Ansible roles on hosts belonging to this host group": [
660
636
  ""
661
637
  ],
662
- "is required": [
638
+ "Run an Ansible playbook against given hosts": [
663
639
  ""
664
640
  ],
665
- "There was a following error when changing Ansible variable override: %s": [
641
+ "Run an Ansible playbook to enable web console on given hosts": [
666
642
  ""
667
643
  ],
668
- "Ansible variable override successfully changed.": [
644
+ "Run playbook": [
669
645
  ""
670
646
  ],
671
- "true": [
647
+ "Runs all Ansible roles on a host": [
672
648
  ""
673
649
  ],
674
- "false": [
650
+ "Runs all Ansible roles on a hostgroup": [
675
651
  ""
676
652
  ],
677
- "No Ansible variables found for Host": [
653
+ "Runs all Ansible roles on hostgroups": [
678
654
  ""
679
655
  ],
680
- "Only variables marked to Override are shown here.": [
656
+ "Runs all Ansible roles on hosts": [
681
657
  ""
682
658
  ],
683
- "There was a following error when deleting Ansible config job: %s": [
659
+ "Runs an Ansible playbook which contains all the roles defined for a host": [
684
660
  ""
685
661
  ],
686
- "Ansible job was successfully canceled.": [
662
+ "Schedule": [
687
663
  ""
688
664
  ],
689
- "(from host group)": [
665
+ "Schedule generating of Ansible Inventory report": [
690
666
  ""
691
667
  ],
692
- "hourly": [
668
+ "Schedule recurring Ansible roles job": [
693
669
  ""
694
670
  ],
695
- "daily": [
671
+ "Schedule recurring job": [
696
672
  ""
697
673
  ],
698
- "weekly": [
674
+ "Scheduled recurring jobs": [
699
675
  ""
700
676
  ],
701
- "monthly": [
677
+ "Set the order in which values are resolved.": [
702
678
  ""
703
679
  ],
704
- "Must not be in the past": [
680
+ "Show Ansible inventory for hostgroups": [
705
681
  ""
706
682
  ],
707
- "Required field": [
683
+ "Show Ansible inventory for hosts": [
708
684
  ""
709
685
  ],
710
- "There was a following error when creating Ansible job: %s": [
686
+ "Show full value": [
711
687
  ""
712
688
  ],
713
- "Ansible job was successfully created.": [
689
+ "Show role": [
714
690
  ""
715
691
  ],
716
- "Submit": [
717
- "Introducir"
718
- ],
719
- "Cancel": [
720
- "Cancelar"
692
+ "Show variable": [
693
+ ""
721
694
  ],
722
- "This job will run all the assigned Ansible roles.": [
695
+ "Smart Proxy to fetch from": [
723
696
  ""
724
697
  ],
725
- "For more advanced scheduling options": [
698
+ "Smart Proxy to import from": [
726
699
  ""
727
700
  ],
728
- "view remote execution page.": [
701
+ "Smart Proxy to sync from": [
729
702
  ""
730
703
  ],
731
- "Schedule recurring Ansible roles job": [
704
+ "Smart proxy id is required": [
732
705
  ""
733
706
  ],
734
- "Description": [
735
- "Descripción"
707
+ "Source": [
708
+ "Orixe"
736
709
  ],
737
- "Result": [
710
+ "Source attribute": [
711
+ ""
712
+ ],
713
+ "Specify Matchers": [
738
714
  ""
739
715
  ],
740
716
  "State": [
741
717
  "Estado"
742
718
  ],
743
- "Executed at": [
744
- ""
719
+ "Submit": [
720
+ "Introducir"
745
721
  ],
746
- "Schedule": [
722
+ "Sync Ansible playbooks": [
747
723
  ""
748
724
  ],
749
- "Previously executed jobs": [
725
+ "Sync Ansible roles": [
750
726
  ""
751
727
  ],
752
- "Next Run": [
728
+ "Tags": [
753
729
  ""
754
730
  ],
755
- "Cancel Ansible config job": [
731
+ "Task": [
756
732
  ""
757
733
  ],
758
- "Are you sure you want to cancel Ansible config job?": [
734
+ "Task Details": [
759
735
  ""
760
736
  ],
761
- "Scheduled recurring jobs": [
762
- ""
737
+ "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \\\"web servers\\\", environment = production</code>": [
738
+ "A orde en que se procesan as chaves de concordancia, a primera concordancia gana.<br> Pódense usar múles atributos como clave de concordancia, por exemplo, cunha orde de <code>grupo de equipos, environment</code> esperamos unha concordancia como <code>hostgroup = \\\"web servers\\\", environment = production</code>"
763
739
  ],
764
- "Schedule recurring job": [
765
- ""
740
+ "The order in which values are resolved": [
741
+ "A orde na cual se resolven os valores"
766
742
  ],
767
- "No config job for Ansible roles scheduled": [
743
+ "There are no Ansible roles to play": [
768
744
  ""
769
745
  ],
770
- "No previous job executions found": [
746
+ "There was a following error when assigning Ansible Roles: %s": [
771
747
  ""
772
748
  ],
773
- "Source": [
774
- "Orixe"
749
+ "There was a following error when changing Ansible variable override: %s": [
750
+ ""
775
751
  ],
776
- "Inherited from Hostgroup": [
752
+ "There was a following error when creating Ansible job: %s": [
777
753
  ""
778
754
  ],
779
- "Directly assigned to Host": [
755
+ "There was a following error when deleting Ansible config job: %s": [
780
756
  ""
781
757
  ],
782
- "All assigned Ansible roles": [
758
+ "There was a following error when deleting Ansible variable override: %s": [
783
759
  ""
784
760
  ],
785
- "This list consists of host assigned roles and group assigned roles. Group assigned roles will always be executed prior to host assigned roles.": [
761
+ "This Ansible role is inherited from host group": [
786
762
  ""
787
763
  ],
788
- "No Ansible roles assigned": [
764
+ "This Ansible role is inherited from parent host group": [
789
765
  ""
790
766
  ],
791
- "Confirm": [
767
+ "This job will run all the assigned Ansible roles.": [
792
768
  ""
793
769
  ],
794
- "There was a following error when assigning Ansible Roles: %s": [
770
+ "This list consists of host assigned roles and group assigned roles. Group assigned roles will always be executed prior to host assigned roles.": [
795
771
  ""
796
772
  ],
797
- "Ansible Roles were successfully assigned.": [
773
+ "Those roles will be excluded when importing roles from smart proxy, The expected input is comma separated values and you can use * wildcard metacharactersFor example: foo*, *b*,*bar": [
798
774
  ""
799
775
  ],
800
- "Edit Ansible Roles": [
776
+ "Timeout (in minutes) when hosts should have reported.": [
801
777
  ""
802
778
  ],
803
- "Add, remove or reorder host assigned Ansible roles. This host has also group assigned roles that are not displayed here and will always be executed prior to host assigned roles.": [
779
+ "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.": [
804
780
  ""
805
781
  ],
806
- "Close": [
807
- "Pechar"
782
+ "Type": [
783
+ "Tipo"
808
784
  ],
809
- "Edit Ansible roles": [
785
+ "Types of validation values": [
810
786
  ""
811
787
  ],
812
- "Ansible roles assigned directly to host": [
788
+ "Types of variable values": [
813
789
  ""
814
790
  ],
815
- "view all assigned roles": [
791
+ "Unable to get playbook's names from Ansible": [
816
792
  ""
817
793
  ],
818
- "Assign roles directly to the host": [
794
+ "Unable to get playbooks from Ansible": [
819
795
  ""
820
796
  ],
821
- "View inherited roles": [
797
+ "Unable to get roles from Ansible": [
822
798
  ""
823
799
  ],
824
- "No roles assigned directly to the host": [
800
+ "Unable to get roles/variables from Ansible": [
825
801
  ""
826
802
  ],
827
- "Inventory": [
828
- ""
803
+ "Update": [
804
+ "Actualizar"
829
805
  ],
830
- "Import roles and variables started: ": [
806
+ "Update Capsules on given Capsule server hosts": [
831
807
  ""
832
808
  ],
833
- "view the task in progress": [
809
+ "Update Capsules on given hosts": [
834
810
  ""
835
811
  ],
836
- "Failed to import roles and variables ": [
812
+ "Update Role Variables": [
837
813
  ""
838
814
  ],
839
- "Operation": [
840
- "Operación"
841
- ],
842
- "Host count": [
815
+ "Update Smart Proxy": [
843
816
  ""
844
817
  ],
845
- "Hostgroup count": [
818
+ "Updates Ansible variable": [
846
819
  ""
847
820
  ],
848
- "Available Ansible Roles": [
821
+ "Upgrade": [
849
822
  ""
850
823
  ],
851
- "Assigned Ansible Roles": [
824
+ "Upgrade Capsules on given Capsule server hosts": [
852
825
  ""
853
826
  ],
854
- "Failed to fetch Ansible Roles from server.": [
827
+ "Upgrade Capsules on given hosts": [
855
828
  ""
856
829
  ],
857
- "You are not authorized to perform this action.": [
830
+ "Use drag and drop to change order of the roles. Ordering of roles is respected for Ansible runs, inherited roles are always before those assigned directly": [
858
831
  ""
859
832
  ],
860
- "Please request one of the required permissions listed below from a Foreman administrator:": [
833
+ "Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled": [
861
834
  ""
862
835
  ],
863
- "Permission Denied": [
836
+ "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \\\"ansible_connection\\\"": [
864
837
  ""
865
838
  ],
866
- "This Ansible role is inherited from parent host group": [
839
+ "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": [
867
840
  ""
868
841
  ],
869
- "This Ansible role is inherited from host group": [
842
+ "Used to enforce certain values for the parameter values": [
870
843
  ""
871
844
  ],
872
- "Use drag and drop to change order of the roles. Ordering of roles is respected for Ansible runs, inherited roles are always before those assigned directly": [
873
- ""
845
+ "Value": [
846
+ "Valor"
874
847
  ],
875
- "Add selected": [
848
+ "Value to use when there is no match.": [
876
849
  ""
877
850
  ],
878
- "Add all": [
851
+ "Variables": [
879
852
  ""
880
853
  ],
881
- "Remove all": [
854
+ "Variable|Name": [
882
855
  ""
883
856
  ],
884
- "Remove selected": [
857
+ "Variable|Role": [
885
858
  ""
886
859
  ],
887
- "%(selectedCount)s of %(totalCount)s items selected": [
860
+ "View inherited roles": [
888
861
  ""
889
862
  ],
890
- "Available Ansible roles": [
863
+ "When enabled the parameter is hidden in the UI": [
891
864
  ""
892
865
  ],
893
- "Host assigned Ansible roles": [
866
+ "Whether to override variable or not": [
894
867
  ""
895
868
  ],
896
- "Error!": [
869
+ "WinRM cert Validation": [
897
870
  ""
898
871
  ],
899
- "Nothing Found!": [
872
+ "You are not authorized to perform this action.": [
900
873
  ""
901
874
  ],
902
- "Permission denied": [
903
- "Permiso denegado"
904
- ],
905
875
  "You are not authorized to view the page. ": [
906
876
  ""
907
877
  ],
908
- "Request the following permissions from administrator: %s.": [
878
+ "daily": [
909
879
  ""
910
880
  ],
911
- "Configure Recurring Job": [
881
+ "false": [
912
882
  ""
913
883
  ],
914
- "Action with sub plans": [
884
+ "hourly": [
915
885
  ""
916
886
  ],
917
- "Check for long running tasks": [
887
+ "is required": [
918
888
  ""
919
889
  ],
920
- "Deliver notifications about long running tasks": [
890
+ "monthly": [
921
891
  ""
922
892
  ],
923
- "Import Puppet classes": [
893
+ "true": [
924
894
  ""
925
895
  ],
926
- "Import facts": [
896
+ "view all assigned roles": [
927
897
  ""
928
898
  ],
929
- "Remote action:": [
899
+ "view remote execution page.": [
930
900
  ""
931
901
  ],
932
- "Ansible support in Foreman": [
902
+ "view the task in progress": [
903
+ ""
904
+ ],
905
+ "weekly": [
933
906
  ""
934
907
  ]
935
908
  }