foreman_ansible 3.0.2 → 3.0.3
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/app/controllers/api/v2/ansible_inventories_controller.rb +51 -0
- data/app/controllers/api/v2/ansible_roles_controller.rb +6 -2
- data/app/controllers/api/v2/ansible_variables_controller.rb +2 -0
- data/app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb +1 -1
- data/app/views/foreman_ansible/job_templates/run_command_-_ansible_default.erb +3 -2
- data/config/routes.rb +9 -0
- data/lib/foreman_ansible/register.rb +8 -3
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/de/foreman_ansible.edit.po +271 -170
- data/locale/de/foreman_ansible.po +19 -1
- data/locale/en/foreman_ansible.edit.po +56 -32
- data/locale/en/foreman_ansible.po +19 -1
- data/locale/es/foreman_ansible.edit.po +296 -175
- data/locale/es/foreman_ansible.po +19 -1
- data/locale/foreman_ansible.pot +60 -32
- data/locale/fr/foreman_ansible.edit.po +310 -187
- data/locale/fr/foreman_ansible.po +19 -1
- data/locale/it/foreman_ansible.edit.po +214 -120
- data/locale/it/foreman_ansible.po +19 -1
- data/locale/ja/foreman_ansible.edit.po +276 -182
- data/locale/ja/foreman_ansible.po +19 -1
- data/locale/ko/foreman_ansible.edit.po +196 -116
- data/locale/ko/foreman_ansible.po +19 -1
- data/locale/pt_BR/foreman_ansible.edit.po +294 -173
- data/locale/pt_BR/foreman_ansible.po +19 -1
- data/locale/ru/foreman_ansible.edit.po +207 -113
- data/locale/ru/foreman_ansible.po +19 -1
- data/locale/zh_CN/foreman_ansible.edit.po +272 -183
- data/locale/zh_CN/foreman_ansible.po +19 -1
- data/locale/zh_TW/foreman_ansible.edit.po +196 -116
- data/locale/zh_TW/foreman_ansible.po +19 -1
- data/test/factories/ansible_variables.rb +1 -1
- data/test/functional/api/v2/ansible_inventories_controller_test.rb +51 -0
- metadata +5 -2
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_ansible 3.0.
|
8
|
+
"Project-Id-Version: foreman_ansible 3.0.2\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"
|
@@ -209,9 +209,15 @@ msgstr ""
|
|
209
209
|
msgid "IDs of associated ansible roles"
|
210
210
|
msgstr ""
|
211
211
|
|
212
|
+
msgid "IDs of hostgroups included in inventory"
|
213
|
+
msgstr ""
|
214
|
+
|
212
215
|
msgid "IDs of hostgroups to play roles on"
|
213
216
|
msgstr ""
|
214
217
|
|
218
|
+
msgid "IDs of hosts included in inventory"
|
219
|
+
msgstr ""
|
220
|
+
|
215
221
|
msgid "IDs of hosts to play roles on"
|
216
222
|
msgstr ""
|
217
223
|
|
@@ -446,6 +452,12 @@ msgstr ""
|
|
446
452
|
msgid "Set the order in which values are resolved."
|
447
453
|
msgstr ""
|
448
454
|
|
455
|
+
msgid "Show Ansible inventory for hostgroups"
|
456
|
+
msgstr ""
|
457
|
+
|
458
|
+
msgid "Show Ansible inventory for hosts"
|
459
|
+
msgstr ""
|
460
|
+
|
449
461
|
msgid "Show role"
|
450
462
|
msgstr ""
|
451
463
|
|
@@ -458,6 +470,9 @@ msgstr ""
|
|
458
470
|
msgid "Smart Proxy to import from"
|
459
471
|
msgstr ""
|
460
472
|
|
473
|
+
msgid "Smart proxy id is required"
|
474
|
+
msgstr ""
|
475
|
+
|
461
476
|
msgid "Specify Matchers"
|
462
477
|
msgstr ""
|
463
478
|
|
@@ -524,5 +539,8 @@ msgstr ""
|
|
524
539
|
msgid "When enabled the parameter is hidden in the UI"
|
525
540
|
msgstr ""
|
526
541
|
|
542
|
+
msgid "Whether to override variable or not"
|
543
|
+
msgstr ""
|
544
|
+
|
527
545
|
msgid "WinRM cert Validation"
|
528
546
|
msgstr ""
|
@@ -1,37 +1,44 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (C)
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_ansible package.
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>,
|
5
|
-
#
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Giuseppe Pignataro <rogepix@gmail.com>, 2018
|
8
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2019
|
9
|
+
# Dominic Cleal <dominic@cleal.org>, 2019
|
10
|
+
# Andrea MTP, 2019
|
11
|
+
#
|
12
|
+
#, fuzzy
|
6
13
|
msgid ""
|
7
14
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_ansible
|
15
|
+
"Project-Id-Version: foreman_ansible 3.0.2\n"
|
9
16
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"Language: it\n"
|
17
|
+
"POT-Creation-Date: 2019-04-30 20:53+0200\n"
|
18
|
+
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
19
|
+
"Last-Translator: Andrea MTP, 2019\n"
|
20
|
+
"Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
|
14
21
|
"MIME-Version: 1.0\n"
|
15
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
23
|
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
"
|
18
|
-
"
|
24
|
+
"Language: it\n"
|
25
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
26
|
|
20
27
|
#: ../app/controllers/ansible_roles_controller.rb:35
|
21
28
|
msgid "Import of roles successfully finished."
|
22
|
-
msgstr ""
|
29
|
+
msgstr "Ruoli importati con successo."
|
23
30
|
|
24
31
|
#: ../app/controllers/ansible_roles_controller.rb:50
|
25
32
|
msgid "No changes in roles detected."
|
26
|
-
msgstr ""
|
33
|
+
msgstr "Nessuna modifica rilevata nei ruoli."
|
27
34
|
|
28
35
|
#: ../app/controllers/ansible_roles_controller.rb:51
|
29
36
|
msgid "No changes in roles detected on %s."
|
30
|
-
msgstr ""
|
37
|
+
msgstr "Nessuna modifica nei ruoli rilevata in %s."
|
31
38
|
|
32
39
|
#: ../app/controllers/ansible_variables_controller.rb:39
|
33
40
|
msgid "No changes in variables detected on %s."
|
34
|
-
msgstr ""
|
41
|
+
msgstr "Nessuna modifica nelle variabili rilevata in %s."
|
35
42
|
|
36
43
|
#: ../app/controllers/ansible_variables_controller.rb:49
|
37
44
|
msgid ""
|
@@ -40,10 +47,18 @@ msgid ""
|
|
40
47
|
" Removed: #{results[:obsolete].count} \n"
|
41
48
|
"Updated: #{results[:updated].count}"
|
42
49
|
msgstr ""
|
50
|
+
"Importazione delle variabili completata con successo.\n"
|
51
|
+
"Aggiunte: #{results[:added].count} \n"
|
52
|
+
"Rimosse: #{results[:obsolete].count} \n"
|
53
|
+
"Aggiornate: #{results[:updated].count}"
|
43
54
|
|
44
55
|
#: ../app/controllers/ansible_variables_controller.rb:102
|
45
|
-
msgid "
|
56
|
+
msgid ""
|
57
|
+
"No proxy found to import variables from, ensure that the smart proxy has the"
|
58
|
+
" Ansible feature enabled."
|
46
59
|
msgstr ""
|
60
|
+
"Nessun proxy trovato dal quale importare le variabili, assicurati di aver "
|
61
|
+
"abilitato la funzione Ansible nello smart proxy."
|
47
62
|
|
48
63
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
|
49
64
|
msgid "Override match"
|
@@ -55,43 +70,46 @@ msgstr ""
|
|
55
70
|
|
56
71
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
|
57
72
|
msgid "Create an override value for a specific ansible variable"
|
58
|
-
msgstr ""
|
73
|
+
msgstr "Crea un valore override per una specifica smart variable"
|
59
74
|
|
60
75
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
|
61
76
|
msgid "Destroy an override value"
|
62
|
-
msgstr ""
|
77
|
+
msgstr "Elimina un valore di override"
|
63
78
|
|
64
79
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:18
|
65
80
|
msgid "Show role"
|
66
|
-
msgstr ""
|
81
|
+
msgstr "Mostra ruolo"
|
67
82
|
|
68
83
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:22
|
69
84
|
msgid "List Ansible roles"
|
70
|
-
msgstr ""
|
85
|
+
msgstr "Elenca tutti i ruoli Ansible"
|
71
86
|
|
72
87
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:28
|
73
88
|
msgid "Deletes Ansible role"
|
74
|
-
msgstr ""
|
89
|
+
msgstr "Cancella un ruolo Ansible"
|
75
90
|
|
76
91
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:34
|
77
92
|
msgid "Import Ansible roles"
|
78
|
-
msgstr ""
|
93
|
+
msgstr "Importa un ruolo Ansible"
|
79
94
|
|
80
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35
|
95
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35
|
96
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:42
|
97
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:73
|
98
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:83
|
81
99
|
msgid "Smart Proxy to import from"
|
82
|
-
msgstr ""
|
100
|
+
msgstr "Smart Proxy da cui importare"
|
83
101
|
|
84
102
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:36
|
85
103
|
msgid "Ansible role names to import"
|
86
|
-
msgstr ""
|
104
|
+
msgstr "Nome del ruolo Ansible da importare"
|
87
105
|
|
88
106
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:41
|
89
107
|
msgid "Obsolete Ansible roles"
|
90
|
-
msgstr ""
|
108
|
+
msgstr "Rendi obsoleti i ruoli Ansible"
|
91
109
|
|
92
110
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:48
|
93
111
|
msgid "Fetch Ansible roles available to be imported"
|
94
|
-
msgstr ""
|
112
|
+
msgstr "Recupera i ruoli Ansible disponibili per essere importati"
|
95
113
|
|
96
114
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:49
|
97
115
|
msgid "Smart Proxy to fetch from"
|
@@ -127,7 +145,7 @@ msgstr ""
|
|
127
145
|
|
128
146
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:43
|
129
147
|
msgid "The order in which values are resolved"
|
130
|
-
msgstr ""
|
148
|
+
msgstr "L'ordine attraverso il quale vengono risolti i valori"
|
131
149
|
|
132
150
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:44
|
133
151
|
msgid "Description of variable"
|
@@ -166,11 +184,15 @@ msgid "Updates Ansible variable"
|
|
166
184
|
msgstr ""
|
167
185
|
|
168
186
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:71
|
169
|
-
msgid "
|
187
|
+
msgid ""
|
188
|
+
"Import Ansible variables. This will only import variables for already "
|
189
|
+
"existing roles, it will not import any new roles"
|
170
190
|
msgstr ""
|
171
191
|
|
172
192
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:81
|
173
|
-
msgid "
|
193
|
+
msgid ""
|
194
|
+
"Obsolete Ansible variables. This will only obsolete variables for already "
|
195
|
+
"existing roles, it will not delete any old roles"
|
174
196
|
msgstr ""
|
175
197
|
|
176
198
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
|
@@ -197,7 +219,8 @@ msgstr ""
|
|
197
219
|
msgid "Ansible roles to assign to a hostgroup"
|
198
220
|
msgstr ""
|
199
221
|
|
200
|
-
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
|
222
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
|
223
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
|
201
224
|
msgid "IDs of associated ansible roles"
|
202
225
|
msgstr ""
|
203
226
|
|
@@ -239,7 +262,7 @@ msgstr ""
|
|
239
262
|
|
240
263
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
|
241
264
|
msgid "Import from %s"
|
242
|
-
msgstr ""
|
265
|
+
msgstr "Importa da %s"
|
243
266
|
|
244
267
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
|
245
268
|
msgid "Ansible Role"
|
@@ -247,13 +270,14 @@ msgstr ""
|
|
247
270
|
|
248
271
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
|
249
272
|
msgid "Import"
|
250
|
-
msgstr ""
|
273
|
+
msgstr "Importa"
|
251
274
|
|
252
275
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
|
253
276
|
msgid "%s ago"
|
254
|
-
msgstr ""
|
277
|
+
msgstr "%s fa"
|
255
278
|
|
256
|
-
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
279
|
+
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
280
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
|
257
281
|
msgid "Play Ansible roles"
|
258
282
|
msgstr ""
|
259
283
|
|
@@ -261,7 +285,8 @@ msgstr ""
|
|
261
285
|
msgid "Playbook execution failed"
|
262
286
|
msgstr ""
|
263
287
|
|
264
|
-
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
288
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
289
|
+
#: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
|
265
290
|
msgid "Error loading data from proxy"
|
266
291
|
msgstr ""
|
267
292
|
|
@@ -278,7 +303,10 @@ msgid "Unable to get roles/variables from Ansible"
|
|
278
303
|
msgstr ""
|
279
304
|
|
280
305
|
#: ../app/models/setting/ansible.rb:20
|
281
|
-
msgid "
|
306
|
+
msgid ""
|
307
|
+
"Use this to supply a path to an SSH Private Key that Ansible will use in "
|
308
|
+
"lieu of a password Override with \"ansible_ssh_private_key_file\" host "
|
309
|
+
"parameter"
|
282
310
|
msgstr ""
|
283
311
|
|
284
312
|
#: ../app/models/setting/ansible.rb:25
|
@@ -286,7 +314,9 @@ msgid "Private Key Path"
|
|
286
314
|
msgstr ""
|
287
315
|
|
288
316
|
#: ../app/models/setting/ansible.rb:29
|
289
|
-
msgid "
|
317
|
+
msgid ""
|
318
|
+
"Use this connection type by default when running Ansible playbooks. You can "
|
319
|
+
"override this on hosts by adding a parameter \"ansible_connection\""
|
290
320
|
msgstr ""
|
291
321
|
|
292
322
|
#: ../app/models/setting/ansible.rb:33
|
@@ -294,7 +324,10 @@ msgid "Connection type"
|
|
294
324
|
msgstr ""
|
295
325
|
|
296
326
|
#: ../app/models/setting/ansible.rb:37
|
297
|
-
msgid "
|
327
|
+
msgid ""
|
328
|
+
"Enable/disable WinRM server certificate validation when running Ansible "
|
329
|
+
"playbooks. You can override this on hosts by adding a parameter "
|
330
|
+
"\"ansible_winrm_server_cert_validation\""
|
298
331
|
msgstr ""
|
299
332
|
|
300
333
|
#: ../app/models/setting/ansible.rb:42
|
@@ -302,7 +335,9 @@ msgid "WinRM cert Validation"
|
|
302
335
|
msgstr ""
|
303
336
|
|
304
337
|
#: ../app/models/setting/ansible.rb:46
|
305
|
-
msgid "
|
338
|
+
msgid ""
|
339
|
+
"Foreman will add the this level of verbosity for additional debugging output"
|
340
|
+
" when running Ansible playbooks."
|
306
341
|
msgstr ""
|
307
342
|
|
308
343
|
#: ../app/models/setting/ansible.rb:49
|
@@ -311,7 +346,7 @@ msgstr ""
|
|
311
346
|
|
312
347
|
#: ../app/models/setting/ansible.rb:52
|
313
348
|
msgid "Disabled"
|
314
|
-
msgstr ""
|
349
|
+
msgstr "Disabilitato"
|
315
350
|
|
316
351
|
#: ../app/models/setting/ansible.rb:53
|
317
352
|
msgid "Level 1 (-v)"
|
@@ -330,7 +365,10 @@ msgid "Level 4 (-vvvv)"
|
|
330
365
|
msgstr ""
|
331
366
|
|
332
367
|
#: ../app/models/setting/ansible.rb:62
|
333
|
-
msgid "
|
368
|
+
msgid ""
|
369
|
+
"Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
|
370
|
+
"task after a host is fully provisioned. Set this to the maximum time you "
|
371
|
+
"expect a host to take until it is ready after a reboot."
|
334
372
|
msgstr ""
|
335
373
|
|
336
374
|
#: ../app/models/setting/ansible.rb:67
|
@@ -346,7 +384,9 @@ msgid "Ansible report timeout"
|
|
346
384
|
msgstr ""
|
347
385
|
|
348
386
|
#: ../app/models/setting/ansible.rb:77
|
349
|
-
msgid "
|
387
|
+
msgid ""
|
388
|
+
"Disable host configuration status turning to out of sync for %{cfgmgmt} "
|
389
|
+
"after report does not arrive within configured interval"
|
350
390
|
msgstr ""
|
351
391
|
|
352
392
|
#: ../app/models/setting/ansible.rb:81
|
@@ -369,7 +409,8 @@ msgstr ""
|
|
369
409
|
msgid "Remediation Plan"
|
370
410
|
msgstr ""
|
371
411
|
|
372
|
-
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61
|
412
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61
|
413
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:13
|
373
414
|
msgid "Job Details"
|
374
415
|
msgstr ""
|
375
416
|
|
@@ -381,101 +422,125 @@ msgstr ""
|
|
381
422
|
msgid "Changed Ansible roles"
|
382
423
|
msgstr ""
|
383
424
|
|
384
|
-
#: ../app/views/ansible_roles/import.html.erb:3
|
425
|
+
#: ../app/views/ansible_roles/import.html.erb:3
|
426
|
+
#: ../app/views/ansible_variables/import.html.erb:3
|
385
427
|
msgid "Select the changes you want to realize in Foreman"
|
386
|
-
msgstr ""
|
428
|
+
msgstr "Selezionare le modifiche da effettuare in Foreman"
|
387
429
|
|
388
|
-
#: ../app/views/ansible_roles/import.html.erb:5
|
430
|
+
#: ../app/views/ansible_roles/import.html.erb:5
|
431
|
+
#: ../app/views/ansible_variables/import.html.erb:5
|
389
432
|
msgid "Toggle"
|
390
|
-
msgstr ""
|
433
|
+
msgstr "Attiva/Disattiva"
|
391
434
|
|
392
|
-
#: ../app/views/ansible_roles/import.html.erb:6
|
435
|
+
#: ../app/views/ansible_roles/import.html.erb:6
|
436
|
+
#: ../app/views/ansible_variables/import.html.erb:6
|
393
437
|
msgid "New"
|
394
|
-
msgstr ""
|
438
|
+
msgstr "Nuovo"
|
395
439
|
|
396
|
-
#: ../app/views/ansible_roles/import.html.erb:8
|
440
|
+
#: ../app/views/ansible_roles/import.html.erb:8
|
441
|
+
#: ../app/views/ansible_variables/import.html.erb:8
|
397
442
|
msgid "Check/Uncheck new"
|
398
|
-
msgstr ""
|
443
|
+
msgstr "Seleziona/Deseleziona nuovo"
|
399
444
|
|
400
|
-
#: ../app/views/ansible_roles/import.html.erb:9
|
445
|
+
#: ../app/views/ansible_roles/import.html.erb:9
|
446
|
+
#: ../app/views/ansible_variables/import.html.erb:9
|
401
447
|
msgid "Obsolete"
|
402
|
-
msgstr ""
|
448
|
+
msgstr "Obsoleto"
|
403
449
|
|
404
|
-
#: ../app/views/ansible_roles/import.html.erb:11
|
450
|
+
#: ../app/views/ansible_roles/import.html.erb:11
|
451
|
+
#: ../app/views/ansible_variables/import.html.erb:11
|
405
452
|
msgid "Check/Uncheck obsolete"
|
406
|
-
msgstr ""
|
453
|
+
msgstr "Seleziona/Deseleziona obsoleto"
|
407
454
|
|
408
|
-
#: ../app/views/ansible_roles/import.html.erb:19
|
455
|
+
#: ../app/views/ansible_roles/import.html.erb:19
|
456
|
+
#: ../app/views/ansible_variables/import.html.erb:22
|
409
457
|
msgid "Check/Uncheck all"
|
410
|
-
msgstr ""
|
458
|
+
msgstr "Seleziona/Deseleziona tutti"
|
411
459
|
|
412
|
-
#: ../app/views/ansible_roles/import.html.erb:21
|
460
|
+
#: ../app/views/ansible_roles/import.html.erb:21
|
461
|
+
#: ../app/views/ansible_variables/import.html.erb:24
|
413
462
|
msgid "Name"
|
414
|
-
msgstr ""
|
463
|
+
msgstr "Nome"
|
415
464
|
|
416
|
-
#: ../app/views/ansible_roles/import.html.erb:22
|
465
|
+
#: ../app/views/ansible_roles/import.html.erb:22
|
466
|
+
#: ../app/views/ansible_variables/import.html.erb:26
|
417
467
|
msgid "Hosts count"
|
418
|
-
msgstr ""
|
468
|
+
msgstr "Conteggio host"
|
419
469
|
|
420
|
-
#: ../app/views/ansible_roles/import.html.erb:23
|
470
|
+
#: ../app/views/ansible_roles/import.html.erb:23
|
471
|
+
#: ../app/views/ansible_variables/import.html.erb:27
|
421
472
|
msgid "Hostgroups count"
|
422
|
-
msgstr ""
|
473
|
+
msgstr "Conteggio Hostgroup"
|
423
474
|
|
424
|
-
#: ../app/views/ansible_roles/import.html.erb:24
|
475
|
+
#: ../app/views/ansible_roles/import.html.erb:24
|
476
|
+
#: ../app/views/ansible_variables/import.html.erb:28
|
425
477
|
msgid "Operation"
|
426
|
-
msgstr ""
|
478
|
+
msgstr "Operazione"
|
427
479
|
|
428
|
-
#: ../app/views/ansible_roles/import.html.erb:35
|
480
|
+
#: ../app/views/ansible_roles/import.html.erb:35
|
481
|
+
#: ../app/views/ansible_variables/import.html.erb:39
|
429
482
|
msgid "Check/Uncheck all %s changes"
|
430
|
-
msgstr ""
|
483
|
+
msgstr "Seleziona/deseleziona tutte %s modifiche"
|
431
484
|
|
432
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
485
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
486
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
433
487
|
msgid "Add"
|
434
|
-
msgstr ""
|
488
|
+
msgstr "Aggiungi"
|
435
489
|
|
436
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
490
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
491
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
437
492
|
msgid "Remove"
|
438
|
-
msgstr ""
|
493
|
+
msgstr "Rimuovi"
|
439
494
|
|
440
|
-
#: ../app/views/ansible_roles/import.html.erb:48
|
495
|
+
#: ../app/views/ansible_roles/import.html.erb:48
|
496
|
+
#: ../app/views/ansible_variables/import.html.erb:53
|
441
497
|
msgid "Cancel"
|
442
|
-
msgstr ""
|
498
|
+
msgstr "Cancella"
|
443
499
|
|
444
|
-
#: ../app/views/ansible_roles/import.html.erb:49
|
500
|
+
#: ../app/views/ansible_roles/import.html.erb:49
|
501
|
+
#: ../app/views/ansible_variables/import.html.erb:12
|
502
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
503
|
+
#: ../app/views/ansible_variables/import.html.erb:54
|
445
504
|
msgid "Update"
|
446
|
-
msgstr ""
|
505
|
+
msgstr "Aggiorna"
|
447
506
|
|
448
|
-
#: ../app/views/ansible_roles/index.html.erb:1
|
507
|
+
#: ../app/views/ansible_roles/index.html.erb:1
|
508
|
+
#: ../app/views/ansible_roles/welcome.html.erb:1
|
509
|
+
#: ../app/views/ansible_roles/welcome.html.erb:6
|
510
|
+
#: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
|
449
511
|
msgid "Ansible Roles"
|
450
512
|
msgstr ""
|
451
513
|
|
452
514
|
#: ../app/views/ansible_roles/index.html.erb:9
|
453
515
|
msgid "Role|Name"
|
454
|
-
msgstr ""
|
516
|
+
msgstr "Nome"
|
455
517
|
|
456
518
|
#: ../app/views/ansible_roles/index.html.erb:10
|
457
519
|
msgid "Hostgroups"
|
458
|
-
msgstr ""
|
520
|
+
msgstr "Hostgroup"
|
459
521
|
|
460
522
|
#: ../app/views/ansible_roles/index.html.erb:11
|
461
523
|
msgid "Hosts"
|
462
|
-
msgstr ""
|
524
|
+
msgstr "Hosts"
|
463
525
|
|
464
526
|
#: ../app/views/ansible_roles/index.html.erb:12
|
465
527
|
msgid "Imported at"
|
466
528
|
msgstr ""
|
467
529
|
|
468
|
-
#: ../app/views/ansible_roles/index.html.erb:13
|
530
|
+
#: ../app/views/ansible_roles/index.html.erb:13
|
531
|
+
#: ../app/views/ansible_variables/index.html.erb:16
|
469
532
|
msgid "Actions"
|
470
|
-
msgstr ""
|
533
|
+
msgstr "Azioni"
|
471
534
|
|
472
|
-
#: ../app/views/ansible_roles/index.html.erb:27
|
535
|
+
#: ../app/views/ansible_roles/index.html.erb:27
|
536
|
+
#: ../lib/foreman_ansible/register.rb:98
|
473
537
|
msgid "Variables"
|
474
|
-
msgstr ""
|
538
|
+
msgstr "Variabili"
|
475
539
|
|
476
|
-
#: ../app/views/ansible_roles/index.html.erb:33
|
540
|
+
#: ../app/views/ansible_roles/index.html.erb:33
|
541
|
+
#: ../app/views/ansible_variables/index.html.erb:41
|
477
542
|
msgid "Delete %s?"
|
478
|
-
msgstr ""
|
543
|
+
msgstr "Cancella %s?"
|
479
544
|
|
480
545
|
#: ../app/views/ansible_roles/welcome.html.erb:7
|
481
546
|
msgid ""
|
@@ -504,7 +569,11 @@ msgid "Override the default value of the Ansible variable."
|
|
504
569
|
msgstr ""
|
505
570
|
|
506
571
|
#: ../app/views/ansible_variables/_fields.erb:14
|
507
|
-
msgid "
|
572
|
+
msgid ""
|
573
|
+
"Mark the variable to be managed by Foreman. When the Ansible role of this "
|
574
|
+
"variable is assigned to a host, the default value will be added to Ansible "
|
575
|
+
"inventory as a host variable. Specify matchers to set a different value for "
|
576
|
+
"such variable."
|
508
577
|
msgstr ""
|
509
578
|
|
510
579
|
#: ../app/views/ansible_variables/_fields.erb:27
|
@@ -524,12 +593,18 @@ msgid "Optional Input Validator"
|
|
524
593
|
msgstr ""
|
525
594
|
|
526
595
|
#: ../app/views/ansible_variables/_fields.erb:41
|
527
|
-
msgid "
|
596
|
+
msgid ""
|
597
|
+
"Before including these variables on your playbooks, Foreman will validate "
|
598
|
+
"that your variables comply with the validation."
|
528
599
|
msgstr ""
|
529
600
|
|
530
601
|
#: ../app/views/ansible_variables/_fields.erb:44
|
531
|
-
msgid "
|
602
|
+
msgid ""
|
603
|
+
"If checked, will raise an error if there is no default value and no matcher "
|
604
|
+
"provide a value."
|
532
605
|
msgstr ""
|
606
|
+
"Se selezionato, verrà generato un errore se nessun valore predefinito è "
|
607
|
+
"stato impostato, o se nessun dispositivo di confronto fornisce un valore. "
|
533
608
|
|
534
609
|
#: ../app/views/ansible_variables/_fields.erb:53
|
535
610
|
msgid "Prioritize Attribute Order"
|
@@ -541,14 +616,25 @@ msgstr ""
|
|
541
616
|
|
542
617
|
#: ../app/views/ansible_variables/_fields.erb:55
|
543
618
|
msgid "Order"
|
544
|
-
msgstr ""
|
619
|
+
msgstr "Ordine"
|
545
620
|
|
546
621
|
#: ../app/views/ansible_variables/_fields.erb:56
|
547
|
-
msgid "
|
622
|
+
msgid ""
|
623
|
+
"The order in which matchers keys are processed, first match wins.<br> You "
|
624
|
+
"may use multiple attributes as a matcher key, for example, an order of "
|
625
|
+
"<code>host group, environment</code> would expect a matcher such as "
|
626
|
+
"<code>hostgroup = \"web servers\", environment = production</code>"
|
548
627
|
msgstr ""
|
628
|
+
"L'ordine con il quale vengono processate le chiavi per la corrispondenza, a "
|
629
|
+
"tale scopo viene utilizzata la prima corrispondenza.<br> È possibile usare "
|
630
|
+
"attributi multipli, per esempio l'ordine <code>host group, "
|
631
|
+
"environment</code> prevede una corrispondenza del tipo <code>hostgroup = "
|
632
|
+
"\"web servers\", environment = production</code>"
|
549
633
|
|
550
634
|
#: ../app/views/ansible_variables/_fields.erb:59
|
551
|
-
msgid "
|
635
|
+
msgid ""
|
636
|
+
"Continue to look for matches after first find (only array/hash type)? Note: "
|
637
|
+
"merging overrides ignores all matchers that are omitted."
|
552
638
|
msgstr ""
|
553
639
|
|
554
640
|
#: ../app/views/ansible_variables/_fields.erb:61
|
@@ -563,13 +649,15 @@ msgstr ""
|
|
563
649
|
msgid "Specify Matchers"
|
564
650
|
msgstr ""
|
565
651
|
|
566
|
-
#: ../app/views/ansible_variables/edit.html.erb:4
|
652
|
+
#: ../app/views/ansible_variables/edit.html.erb:4
|
653
|
+
#: ../app/views/ansible_variables/index.html.erb:1
|
654
|
+
#: ../app/views/ansible_variables/new.html.erb:4
|
567
655
|
msgid "Ansible Variables"
|
568
656
|
msgstr ""
|
569
657
|
|
570
658
|
#: ../app/views/ansible_variables/edit.html.erb:8
|
571
659
|
msgid "Edit %s"
|
572
|
-
msgstr ""
|
660
|
+
msgstr "Modifica %s"
|
573
661
|
|
574
662
|
#: ../app/views/ansible_variables/edit.html.erb:13
|
575
663
|
msgid "Edit Ansible Variable"
|
@@ -585,11 +673,11 @@ msgstr ""
|
|
585
673
|
|
586
674
|
#: ../app/views/ansible_variables/import.html.erb:25
|
587
675
|
msgid "Ansible role"
|
588
|
-
msgstr ""
|
676
|
+
msgstr "ruolo Ansible"
|
589
677
|
|
590
678
|
#: ../app/views/ansible_variables/index.html.erb:5
|
591
679
|
msgid "New Ansible Variable"
|
592
|
-
msgstr ""
|
680
|
+
msgstr "Nuova Variabile Ansible"
|
593
681
|
|
594
682
|
#: ../app/views/ansible_variables/index.html.erb:12
|
595
683
|
msgid "Variable|Name"
|
@@ -601,7 +689,7 @@ msgstr ""
|
|
601
689
|
|
602
690
|
#: ../app/views/ansible_variables/index.html.erb:14
|
603
691
|
msgid "Type"
|
604
|
-
msgstr ""
|
692
|
+
msgstr "Tipo"
|
605
693
|
|
606
694
|
#: ../app/views/ansible_variables/index.html.erb:15
|
607
695
|
msgid "Imported?"
|
@@ -611,60 +699,65 @@ msgstr ""
|
|
611
699
|
msgid "Overriden"
|
612
700
|
msgstr ""
|
613
701
|
|
614
|
-
#: ../app/views/ansible_variables/new.html.erb:8
|
702
|
+
#: ../app/views/ansible_variables/new.html.erb:8
|
703
|
+
#: ../app/views/ansible_variables/new.html.erb:13
|
615
704
|
msgid "Create Ansible Variable"
|
616
705
|
msgstr ""
|
617
706
|
|
618
707
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
|
619
708
|
msgid "Play Roles"
|
620
|
-
msgstr ""
|
709
|
+
msgstr "Esegui Ruoli"
|
621
710
|
|
622
711
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
|
623
712
|
msgid "Nest"
|
624
|
-
msgstr ""
|
713
|
+
msgstr "Nido"
|
625
714
|
|
626
715
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
|
627
716
|
msgid "Clone"
|
628
|
-
msgstr ""
|
717
|
+
msgstr "Clona"
|
629
718
|
|
630
719
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
|
631
720
|
msgid "Level"
|
632
|
-
msgstr ""
|
721
|
+
msgstr "Livello"
|
633
722
|
|
634
723
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
|
635
724
|
msgid "Module"
|
636
|
-
msgstr ""
|
725
|
+
msgstr "Modulo"
|
637
726
|
|
638
727
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
|
639
728
|
msgid "Arguments"
|
640
|
-
msgstr ""
|
729
|
+
msgstr "Argomenti"
|
641
730
|
|
642
731
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
|
643
732
|
msgid "Message"
|
644
|
-
msgstr ""
|
733
|
+
msgstr "Messaggio"
|
645
734
|
|
646
735
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
|
647
736
|
msgid "Nothing to show"
|
648
|
-
msgstr ""
|
737
|
+
msgstr "Niente da visualizzare"
|
649
738
|
|
650
739
|
#: ../db/seeds.d/90_notification_blueprints.rb:5
|
651
740
|
msgid "Jobs"
|
652
|
-
msgstr ""
|
741
|
+
msgstr "Lavori"
|
653
742
|
|
654
743
|
#: ../db/seeds.d/90_notification_blueprints.rb:7
|
655
|
-
msgid "
|
744
|
+
msgid ""
|
745
|
+
"Insights remediation on %{hosts_count} host(s) has finished successfully"
|
656
746
|
msgstr ""
|
747
|
+
"Le correzioni di Insights su %{hosts_count} host(s) si son concluse con "
|
748
|
+
"successo"
|
657
749
|
|
658
750
|
#: ../lib/foreman_ansible/register.rb:94
|
659
751
|
msgid "Roles"
|
660
|
-
msgstr ""
|
752
|
+
msgstr "Ruoli"
|
661
753
|
|
662
754
|
#: ../lib/foreman_ansible/remote_execution.rb:20
|
663
755
|
msgid "Run Ansible roles"
|
664
|
-
msgstr ""
|
756
|
+
msgstr "Esegui ruoli Ansible"
|
665
757
|
|
666
758
|
#: ../lib/foreman_ansible/remote_execution.rb:21
|
667
|
-
msgid "
|
759
|
+
msgid ""
|
760
|
+
"Runs an Ansible playbook which contains all the roles defined for a host"
|
668
761
|
msgstr ""
|
669
762
|
|
670
763
|
#: ../lib/foreman_ansible/remote_execution.rb:27
|
@@ -672,25 +765,26 @@ msgid "Ansible: Run Insights maintenance plan"
|
|
672
765
|
msgstr ""
|
673
766
|
|
674
767
|
#: ../lib/foreman_ansible/remote_execution.rb:28
|
675
|
-
msgid "
|
768
|
+
msgid ""
|
769
|
+
"Runs a given maintenance plan from Red Hat Access Insights given an ID."
|
676
770
|
msgstr ""
|
677
771
|
|
678
772
|
#: action_names.rb:2
|
679
|
-
msgid "
|
680
|
-
msgstr ""
|
773
|
+
msgid "Remote action:"
|
774
|
+
msgstr "Azione remota:"
|
681
775
|
|
682
776
|
#: action_names.rb:3
|
683
|
-
msgid "
|
684
|
-
msgstr ""
|
777
|
+
msgid "Import Puppet classes"
|
778
|
+
msgstr "Importa classi Puppet"
|
685
779
|
|
686
780
|
#: action_names.rb:4
|
687
|
-
msgid "Import
|
688
|
-
msgstr ""
|
781
|
+
msgid "Import facts"
|
782
|
+
msgstr "Importa gli eventi"
|
689
783
|
|
690
784
|
#: action_names.rb:5
|
691
|
-
msgid "
|
785
|
+
msgid "Action with sub plans"
|
692
786
|
msgstr ""
|
693
787
|
|
694
788
|
#: gemspec.rb:2
|
695
789
|
msgid "Ansible support in Foreman"
|
696
|
-
msgstr ""
|
790
|
+
msgstr "Supporto Ansible in Foreman"
|