foreman_ansible 7.1.8 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb +5 -1
  3. data/app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb +3 -1
  4. data/app/helpers/foreman_ansible/ansible_reports_helper.rb +4 -0
  5. data/app/helpers/foreman_ansible/hosts_helper.rb +19 -0
  6. data/app/services/foreman_ansible/variables_importer.rb +9 -9
  7. data/app/views/api/v2/hostgroups/ansible_roles.json.rabl +9 -1
  8. data/app/views/api/v2/hosts/ansible_roles.json.rabl +9 -1
  9. data/lib/foreman_ansible/engine.rb +0 -1
  10. data/lib/foreman_ansible/register.rb +5 -1
  11. data/lib/foreman_ansible/version.rb +1 -1
  12. data/locale/action_names.rb +4 -3
  13. data/locale/ca/foreman_ansible.edit.po +1162 -0
  14. data/locale/ca/foreman_ansible.po +360 -45
  15. data/locale/ca/foreman_ansible.po.time_stamp +0 -0
  16. data/locale/cs_CZ/foreman_ansible.edit.po +1207 -0
  17. data/locale/cs_CZ/foreman_ansible.po +372 -57
  18. data/locale/cs_CZ/foreman_ansible.po.time_stamp +0 -0
  19. data/locale/de/foreman_ansible.edit.po +1148 -0
  20. data/locale/de/foreman_ansible.po +355 -40
  21. data/locale/de/foreman_ansible.po.time_stamp +0 -0
  22. data/locale/en/foreman_ansible.edit.po +1146 -0
  23. data/locale/en/foreman_ansible.po +355 -40
  24. data/locale/en/foreman_ansible.po.time_stamp +0 -0
  25. data/locale/en_GB/foreman_ansible.edit.po +1155 -0
  26. data/locale/en_GB/foreman_ansible.po +357 -42
  27. data/locale/en_GB/foreman_ansible.po.time_stamp +0 -0
  28. data/locale/es/foreman_ansible.edit.po +1148 -0
  29. data/locale/es/foreman_ansible.po +355 -40
  30. data/locale/es/foreman_ansible.po.time_stamp +0 -0
  31. data/locale/foreman_ansible.pot +767 -263
  32. data/locale/fr/foreman_ansible.edit.po +1148 -0
  33. data/locale/fr/foreman_ansible.po +355 -40
  34. data/locale/fr/foreman_ansible.po.time_stamp +0 -0
  35. data/locale/gl/foreman_ansible.edit.po +1156 -0
  36. data/locale/gl/foreman_ansible.po +358 -43
  37. data/locale/gl/foreman_ansible.po.time_stamp +0 -0
  38. data/locale/it/foreman_ansible.edit.po +1148 -0
  39. data/locale/it/foreman_ansible.po +355 -40
  40. data/locale/it/foreman_ansible.po.time_stamp +0 -0
  41. data/locale/ja/foreman_ansible.edit.po +1148 -0
  42. data/locale/ja/foreman_ansible.po +355 -40
  43. data/locale/ja/foreman_ansible.po.time_stamp +0 -0
  44. data/locale/ko/foreman_ansible.edit.po +1148 -0
  45. data/locale/ko/foreman_ansible.po +355 -40
  46. data/locale/ko/foreman_ansible.po.time_stamp +0 -0
  47. data/locale/nl_NL/foreman_ansible.edit.po +1168 -0
  48. data/locale/nl_NL/foreman_ansible.po +359 -44
  49. data/locale/nl_NL/foreman_ansible.po.time_stamp +0 -0
  50. data/locale/pl/foreman_ansible.edit.po +1180 -0
  51. data/locale/pl/foreman_ansible.po +363 -48
  52. data/locale/pl/foreman_ansible.po.time_stamp +0 -0
  53. data/locale/pt_BR/foreman_ansible.edit.po +1148 -0
  54. data/locale/pt_BR/foreman_ansible.po +355 -40
  55. data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
  56. data/locale/ru/foreman_ansible.edit.po +1149 -0
  57. data/locale/ru/foreman_ansible.po +355 -40
  58. data/locale/ru/foreman_ansible.po.time_stamp +0 -0
  59. data/locale/sv_SE/foreman_ansible.edit.po +1180 -0
  60. data/locale/sv_SE/foreman_ansible.po +363 -48
  61. data/locale/sv_SE/foreman_ansible.po.time_stamp +0 -0
  62. data/locale/zh_CN/foreman_ansible.edit.po +1148 -0
  63. data/locale/zh_CN/foreman_ansible.po +355 -40
  64. data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
  65. data/locale/zh_TW/foreman_ansible.edit.po +1148 -0
  66. data/locale/zh_TW/foreman_ansible.po +355 -40
  67. data/locale/zh_TW/foreman_ansible.po.time_stamp +0 -0
  68. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js +4 -13
  69. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverrides.test.js +1 -3
  70. data/webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js.orig +151 -0
  71. data/webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js +11 -1
  72. data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesForm.js +8 -10
  73. data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/index.js +1 -1
  74. data/webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js +10 -1
  75. data/webpack/components/AnsibleHostDetail/components/RolesTab/__test__/EditRoles.test.js +1 -2
  76. data/webpack/components/AnsibleHostDetail/components/RolesTab/__test__/RolesTab.fixtures.js +30 -0
  77. data/webpack/components/AnsibleHostDetail/components/RolesTab/__test__/RolesTab.test.js +1 -3
  78. data/webpack/components/AnsibleHostDetail/components/RolesTab/index.js +2 -26
  79. data/webpack/components/AnsibleRolesSwitcher/components/AnsibleRole.js +3 -12
  80. data/webpack/components/AnsibleRolesSwitcher/components/OrderedRolesTooltip.js +11 -12
  81. data/webpack/components/AnsibleRolesSwitcher/components/__snapshots__/AnsibleRole.test.js.snap +6 -20
  82. data/webpack/graphql/queries/allAnsibleRoles.gql +3 -0
  83. data/webpack/graphql/queries/hostAnsibleRoles.gql +3 -0
  84. data/webpack/testHelper.js +3 -12
  85. metadata +82 -45
  86. data/app/helpers/foreman_ansible/hosts_helper_extensions.rb +0 -30
@@ -18,12 +18,21 @@ msgstr ""
18
18
  " && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19
19
  "\n"
20
20
 
21
+ msgid "%(selectedCount)s of %(totalCount)s items selected"
22
+ msgstr ""
23
+
21
24
  msgid "%s ago"
22
25
  msgstr ""
23
26
 
24
27
  msgid "%{cfgmgmt} out of sync disabled"
25
28
  msgstr ""
26
29
 
30
+ msgid "(from host group)"
31
+ msgstr ""
32
+
33
+ msgid "A comma separated list of tags to use for Ansible run"
34
+ msgstr ""
35
+
27
36
  msgid "Action with sub plans"
28
37
  msgstr ""
29
38
 
@@ -33,31 +42,70 @@ msgstr ""
33
42
  msgid "Add"
34
43
  msgstr ""
35
44
 
45
+ msgid "Add all"
46
+ msgstr ""
47
+
48
+ msgid "Add selected"
49
+ msgstr ""
50
+
51
+ msgid "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"
52
+ msgstr ""
53
+
54
+ msgid "All assigned Ansible roles"
55
+ msgstr ""
56
+
36
57
  msgid "Ansible"
37
58
  msgstr ""
38
59
 
60
+ msgid "Ansible playbooks names to be synced"
61
+ msgstr ""
62
+
39
63
  msgid "Ansible Role"
40
64
  msgstr ""
41
65
 
42
66
  msgid "Ansible Roles"
43
67
  msgstr ""
44
68
 
69
+ msgid "Ansible Roles were successfully assigned."
70
+ msgstr ""
71
+
45
72
  msgid "Ansible Variable Details"
46
73
  msgstr ""
47
74
 
48
75
  msgid "Ansible Variable Details (Imported)"
49
76
  msgstr ""
50
77
 
78
+ msgid "Ansible Variable not found by id: %s"
79
+ msgstr ""
80
+
51
81
  msgid "Ansible Variables"
52
82
  msgstr ""
53
83
 
84
+ msgid "Ansible check mode"
85
+ msgstr ""
86
+
87
+ msgid "Ansible job was successfully canceled."
88
+ msgstr ""
89
+
90
+ msgid "Ansible job was successfully created."
91
+ msgstr ""
92
+
93
+ msgid "Ansible provider specific inputs"
94
+ msgstr ""
95
+
54
96
  msgid "Ansible report timeout"
55
97
  msgstr ""
56
98
 
57
99
  msgid "Ansible role"
58
100
  msgstr ""
59
101
 
60
- msgid "Ansible role names to import"
102
+ msgid "Ansible role names to be imported"
103
+ msgstr ""
104
+
105
+ msgid "Ansible role names to be synced"
106
+ msgstr ""
107
+
108
+ msgid "Ansible roles assigned directly to host"
61
109
  msgstr ""
62
110
 
63
111
  msgid "Ansible roles to assign to a host"
@@ -66,13 +114,31 @@ msgstr ""
66
114
  msgid "Ansible roles to assign to a hostgroup"
67
115
  msgstr ""
68
116
 
117
+ msgid "Ansible roles to ignore"
118
+ msgstr ""
119
+
69
120
  msgid "Ansible support in Foreman"
70
121
  msgstr ""
71
122
 
123
+ msgid "Ansible variable override successfully changed."
124
+ msgstr ""
125
+
126
+ msgid "Ansible variable override was successfully deleted."
127
+ msgstr ""
128
+
72
129
  msgid "Ansible: Run Insights maintenance plan"
73
130
  msgstr ""
74
131
 
75
- msgid "Arguments"
132
+ msgid "Are you sure you want to cancel Ansible config job?"
133
+ msgstr ""
134
+
135
+ msgid "Are you sure you want to delete override for %s?"
136
+ msgstr ""
137
+
138
+ msgid "Assign Ansible roles"
139
+ msgstr ""
140
+
141
+ msgid "Assigned Ansible Roles"
76
142
  msgstr ""
77
143
 
78
144
  msgid "Assigns Ansible roles to a host"
@@ -81,6 +147,12 @@ msgstr ""
81
147
  msgid "Assigns Ansible roles to a hostgroup"
82
148
  msgstr ""
83
149
 
150
+ msgid "Available Ansible Roles"
151
+ msgstr ""
152
+
153
+ msgid "Available Ansible roles"
154
+ msgstr ""
155
+
84
156
  msgid "Avoid duplicate values when merging them (only array type)?"
85
157
  msgstr ""
86
158
 
@@ -90,28 +162,25 @@ msgstr ""
90
162
  msgid "Cancel"
91
163
  msgstr ""
92
164
 
93
- msgid "Changed Ansible roles"
165
+ msgid "Cancel Ansible config job"
94
166
  msgstr ""
95
167
 
96
- msgid "Changed Ansible variables"
168
+ msgid "Changed Ansible roles"
97
169
  msgstr ""
98
170
 
99
- msgid "Check/Uncheck all"
171
+ msgid "Clone"
100
172
  msgstr ""
101
173
 
102
- msgid "Check/Uncheck all %s changes"
174
+ msgid "Close"
103
175
  msgstr ""
104
176
 
105
- msgid "Check/Uncheck new"
177
+ msgid "Configure Ansible Job"
106
178
  msgstr ""
107
179
 
108
- msgid "Check/Uncheck obsolete"
180
+ msgid "Configure Recurring Job"
109
181
  msgstr ""
110
182
 
111
- msgid "Check/Uncheck update"
112
- msgstr ""
113
-
114
- msgid "Clone"
183
+ msgid "Confirm"
115
184
  msgstr ""
116
185
 
117
186
  msgid "Connection type"
@@ -132,33 +201,60 @@ msgstr ""
132
201
  msgid "Create an override value for a specific ansible variable"
133
202
  msgstr ""
134
203
 
204
+ msgid "DEPRECATED: Import Ansible roles"
205
+ msgstr ""
206
+
207
+ msgid "DEPRECATED: Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
208
+ msgstr ""
209
+
210
+ msgid "DEPRECATED: Obsolete Ansible roles"
211
+ msgstr ""
212
+
213
+ msgid "DEPRECATED: Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
214
+ msgstr ""
215
+
135
216
  msgid "Default Ansible inventory report template"
136
217
  msgstr ""
137
218
 
138
219
  msgid "Default Behavior"
139
220
  msgstr ""
140
221
 
222
+ msgid "Default value"
223
+ msgstr ""
224
+
141
225
  msgid "Default value of variable"
142
226
  msgstr ""
143
227
 
144
228
  msgid "Default verbosity level"
145
229
  msgstr ""
146
230
 
231
+ msgid "Delete"
232
+ msgstr ""
233
+
147
234
  msgid "Delete %s?"
148
235
  msgstr ""
149
236
 
237
+ msgid "Delete Ansible variable override"
238
+ msgstr ""
239
+
150
240
  msgid "Deletes Ansible role"
151
241
  msgstr ""
152
242
 
153
243
  msgid "Deletes Ansible variable"
154
244
  msgstr ""
155
245
 
246
+ msgid "Description"
247
+ msgstr ""
248
+
156
249
  msgid "Description of variable"
157
250
  msgstr ""
158
251
 
159
252
  msgid "Destroy an override value"
160
253
  msgstr ""
161
254
 
255
+ msgid "Directly assigned to Host"
256
+ msgstr ""
257
+
162
258
  msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
163
259
  msgstr ""
164
260
 
@@ -168,16 +264,34 @@ msgstr ""
168
264
  msgid "Edit %s"
169
265
  msgstr ""
170
266
 
267
+ msgid "Edit Ansible Roles"
268
+ msgstr ""
269
+
171
270
  msgid "Edit Ansible Variable"
172
271
  msgstr ""
173
272
 
273
+ msgid "Edit Ansible roles"
274
+ msgstr ""
275
+
276
+ msgid "Enable web console"
277
+ msgstr ""
278
+
174
279
  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\""
175
280
  msgstr ""
176
281
 
177
- msgid "Error loading data from proxy"
282
+ msgid "Error!"
283
+ msgstr ""
284
+
285
+ msgid "Executed at"
286
+ msgstr ""
287
+
288
+ msgid "Failed to import roles and variables "
178
289
  msgstr ""
179
290
 
180
- msgid "Fetch Ansible roles available to be imported"
291
+ msgid "Fetch Ansible playbooks available to be synced"
292
+ msgstr ""
293
+
294
+ msgid "Fetch Ansible roles available to be synced"
181
295
  msgstr ""
182
296
 
183
297
  msgid "Foreman"
@@ -198,19 +312,19 @@ msgstr ""
198
312
  msgid "Hide all values for this parameter."
199
313
  msgstr ""
200
314
 
201
- msgid "Host group has no associated hosts"
315
+ msgid "Host assigned Ansible roles"
202
316
  msgstr ""
203
317
 
204
- msgid "Hostgroups"
318
+ msgid "Host group has no associated hosts"
205
319
  msgstr ""
206
320
 
207
- msgid "Hostgroups count"
321
+ msgid "Host not found by id: %s"
208
322
  msgstr ""
209
323
 
210
- msgid "Hosts"
324
+ msgid "Hostgroups"
211
325
  msgstr ""
212
326
 
213
- msgid "Hosts count"
327
+ msgid "Hosts"
214
328
  msgstr ""
215
329
 
216
330
  msgid "IDs of associated ansible roles"
@@ -234,13 +348,10 @@ msgstr ""
234
348
  msgid "Import"
235
349
  msgstr ""
236
350
 
237
- msgid "Import Ansible roles"
238
- msgstr ""
239
-
240
- msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
351
+ msgid "Import Puppet classes"
241
352
  msgstr ""
242
353
 
243
- msgid "Import Puppet classes"
354
+ msgid "Import Role"
244
355
  msgstr ""
245
356
 
246
357
  msgid "Import facts"
@@ -249,7 +360,16 @@ msgstr ""
249
360
  msgid "Import from %s"
250
361
  msgstr ""
251
362
 
252
- msgid "Import of roles successfully finished."
363
+ msgid "Import playbooks has finished successfully"
364
+ msgstr ""
365
+
366
+ msgid "Import roles And Variables"
367
+ msgstr ""
368
+
369
+ msgid "Import roles and variables has finished successfully"
370
+ msgstr ""
371
+
372
+ msgid "Import roles and variables started: "
253
373
  msgstr ""
254
374
 
255
375
  msgid "Imported at"
@@ -264,9 +384,27 @@ msgstr ""
264
384
  msgid "Include default value when merging all matching values."
265
385
  msgstr ""
266
386
 
387
+ msgid "Include/Exclude Tags"
388
+ msgstr ""
389
+
390
+ msgid "Include\\Exclude tags for Ansible run"
391
+ msgstr ""
392
+
393
+ msgid "Inherited from Hostgroup"
394
+ msgstr ""
395
+
267
396
  msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
268
397
  msgstr ""
269
398
 
399
+ msgid "Invalid, expected one of: %s"
400
+ msgstr ""
401
+
402
+ msgid "Invalid, expected to match a regex: %s"
403
+ msgstr ""
404
+
405
+ msgid "Inventory"
406
+ msgstr ""
407
+
270
408
  msgid "Job Details"
271
409
  msgstr ""
272
410
 
@@ -312,7 +450,7 @@ msgstr ""
312
450
  msgid "Message"
313
451
  msgstr ""
314
452
 
315
- msgid "Module"
453
+ msgid "Must not be in the past"
316
454
  msgstr ""
317
455
 
318
456
  msgid "Name"
@@ -324,42 +462,60 @@ msgstr ""
324
462
  msgid "Nest"
325
463
  msgstr ""
326
464
 
327
- msgid "New"
465
+ msgid "New Ansible Variable"
328
466
  msgstr ""
329
467
 
330
- msgid "New Ansible Variable"
468
+ msgid "Next Run"
331
469
  msgstr ""
332
470
 
333
471
  msgid ""
334
- "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
472
+ "No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,\n"
335
473
  " you have to import them first."
336
474
  msgstr ""
337
475
 
338
- msgid "No changes in roles detected on %s."
476
+ msgid "No Ansible roles assigned"
477
+ msgstr ""
478
+
479
+ msgid "No Ansible variables found for Host"
480
+ msgstr ""
481
+
482
+ msgid "No added or removed roles nor variables detected on %s."
483
+ msgstr ""
484
+
485
+ msgid "No added or removed roles nor variables."
486
+ msgstr ""
487
+
488
+ msgid "No additional data"
339
489
  msgstr ""
340
490
 
341
- msgid "No changes in roles detected."
491
+ msgid "No changes detected in specified Ansible Roles and their variables"
342
492
  msgstr ""
343
493
 
344
494
  msgid "No changes in variables detected on %s."
345
495
  msgstr ""
346
496
 
497
+ msgid "No config job for Ansible roles scheduled"
498
+ msgstr ""
499
+
500
+ msgid "No previous job executions found"
501
+ msgstr ""
502
+
347
503
  msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
348
504
  msgstr ""
349
505
 
350
- msgid "Nothing to show"
506
+ msgid "Nothing Found!"
351
507
  msgstr ""
352
508
 
353
- msgid "Obsolete"
509
+ msgid "Nothing to show"
354
510
  msgstr ""
355
511
 
356
- msgid "Obsolete Ansible roles"
512
+ msgid "Notice that ansible roles run in check mode."
357
513
  msgstr ""
358
514
 
359
- msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
515
+ msgid "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."
360
516
  msgstr ""
361
517
 
362
- msgid "Operation"
518
+ msgid "Only variables marked to Override are shown here."
363
519
  msgstr ""
364
520
 
365
521
  msgid "Optional Input Validator"
@@ -380,9 +536,27 @@ msgstr ""
380
536
  msgid "Overriden"
381
537
  msgstr ""
382
538
 
539
+ msgid "Permission Denied"
540
+ msgstr ""
541
+
542
+ msgid "Permission denied"
543
+ msgstr ""
544
+
545
+ msgid "Playbooks"
546
+ msgstr ""
547
+
548
+ msgid "Please request one of the required permissions listed below from a Foreman administrator:"
549
+ msgstr ""
550
+
383
551
  msgid "Post-provision timeout"
384
552
  msgstr ""
385
553
 
554
+ msgid "Preupgrade job"
555
+ msgstr ""
556
+
557
+ msgid "Previously executed jobs"
558
+ msgstr ""
559
+
386
560
  msgid "Prioritize Attribute Order"
387
561
  msgstr ""
388
562
 
@@ -392,6 +566,9 @@ msgstr ""
392
566
  msgid "Proxy not found"
393
567
  msgstr ""
394
568
 
569
+ msgid "Proxy tasks batch size for Ansible"
570
+ msgstr ""
571
+
395
572
  msgid "Remediation Plan"
396
573
  msgstr ""
397
574
 
@@ -401,12 +578,27 @@ msgstr ""
401
578
  msgid "Remove"
402
579
  msgstr ""
403
580
 
581
+ msgid "Remove Role"
582
+ msgstr ""
583
+
584
+ msgid "Remove all"
585
+ msgstr ""
586
+
404
587
  msgid "Remove duplicate values (only array type)"
405
588
  msgstr ""
406
589
 
590
+ msgid "Remove selected"
591
+ msgstr ""
592
+
407
593
  msgid "Report format, defaults to '%s'"
408
594
  msgstr ""
409
595
 
596
+ msgid "Request the following permissions from administrator: %s."
597
+ msgstr ""
598
+
599
+ msgid "Result"
600
+ msgstr ""
601
+
410
602
  msgid "Role ID"
411
603
  msgstr ""
412
604
 
@@ -428,6 +620,9 @@ msgstr ""
428
620
  msgid "Run an Ansible playbook against given hosts"
429
621
  msgstr ""
430
622
 
623
+ msgid "Run an Ansible playbook to enable web console on given hosts"
624
+ msgstr ""
625
+
431
626
  msgid "Run playbook"
432
627
  msgstr ""
433
628
 
@@ -449,10 +644,16 @@ msgstr ""
449
644
  msgid "Runs an Ansible playbook which contains all the roles defined for a host"
450
645
  msgstr ""
451
646
 
647
+ msgid "Schedule"
648
+ msgstr ""
649
+
452
650
  msgid "Schedule generating of Ansible Inventory report"
453
651
  msgstr ""
454
652
 
455
- msgid "Select the changes you want to realize in Foreman"
653
+ msgid "Schedule recurring job"
654
+ msgstr ""
655
+
656
+ msgid "Scheduled recurring jobs"
456
657
  msgstr ""
457
658
 
458
659
  msgid "Set the order in which values are resolved."
@@ -476,12 +677,42 @@ msgstr ""
476
677
  msgid "Smart Proxy to import from"
477
678
  msgstr ""
478
679
 
680
+ msgid "Smart Proxy to sync from"
681
+ msgstr ""
682
+
479
683
  msgid "Smart proxy id is required"
480
684
  msgstr ""
481
685
 
686
+ msgid "Source"
687
+ msgstr ""
688
+
689
+ msgid "Source attribute"
690
+ msgstr ""
691
+
482
692
  msgid "Specify Matchers"
483
693
  msgstr ""
484
694
 
695
+ msgid "State"
696
+ msgstr ""
697
+
698
+ msgid "Submit"
699
+ msgstr ""
700
+
701
+ msgid "Sync Ansible playbooks"
702
+ msgstr ""
703
+
704
+ msgid "Sync Ansible roles"
705
+ msgstr ""
706
+
707
+ msgid "Tags"
708
+ msgstr ""
709
+
710
+ msgid "Task"
711
+ msgstr ""
712
+
713
+ msgid "Task Details"
714
+ msgstr ""
715
+
485
716
  msgid "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>"
486
717
  msgstr ""
487
718
 
@@ -491,13 +722,37 @@ msgstr ""
491
722
  msgid "There are no Ansible roles to play"
492
723
  msgstr ""
493
724
 
494
- msgid "Timeout (in minutes) when hosts should have reported."
725
+ msgid "There was a following error when assigning Ansible Roles: %s"
495
726
  msgstr ""
496
727
 
497
- 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."
728
+ msgid "There was a following error when changing Ansible variable override: %s"
729
+ msgstr ""
730
+
731
+ msgid "There was a following error when creating Ansible job: %s"
732
+ msgstr ""
733
+
734
+ msgid "There was a following error when deleting Ansible config job: %s"
735
+ msgstr ""
736
+
737
+ msgid "There was a following error when deleting Ansible variable override: %s"
738
+ msgstr ""
739
+
740
+ msgid "This Ansible role is inherited from host group"
741
+ msgstr ""
742
+
743
+ msgid "This Ansible role is inherited from parent host group"
744
+ msgstr ""
745
+
746
+ msgid "This list consists of host assigned roles and group assigned roles. Group assigned roles will always be executed prior to host assigned roles"
747
+ msgstr ""
748
+
749
+ msgid "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"
498
750
  msgstr ""
499
751
 
500
- msgid "Toggle"
752
+ msgid "Timeout (in minutes) when hosts should have reported."
753
+ msgstr ""
754
+
755
+ 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."
501
756
  msgstr ""
502
757
 
503
758
  msgid "Type"
@@ -509,6 +764,12 @@ msgstr ""
509
764
  msgid "Types of variable values"
510
765
  msgstr ""
511
766
 
767
+ msgid "Unable to get playbook's names from Ansible"
768
+ msgstr ""
769
+
770
+ msgid "Unable to get playbooks from Ansible"
771
+ msgstr ""
772
+
512
773
  msgid "Unable to get roles from Ansible"
513
774
  msgstr ""
514
775
 
@@ -518,9 +779,24 @@ msgstr ""
518
779
  msgid "Update"
519
780
  msgstr ""
520
781
 
782
+ msgid "Update Role Variables"
783
+ msgstr ""
784
+
521
785
  msgid "Updates Ansible variable"
522
786
  msgstr ""
523
787
 
788
+ msgid "Upgrade Capsules on given Capsule server hosts"
789
+ msgstr ""
790
+
791
+ msgid "Upgrade Capsules on given hosts"
792
+ msgstr ""
793
+
794
+ msgid "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"
795
+ msgstr ""
796
+
797
+ msgid "Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled"
798
+ msgstr ""
799
+
524
800
  msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
525
801
  msgstr ""
526
802
 
@@ -530,6 +806,9 @@ msgstr ""
530
806
  msgid "Used to enforce certain values for the parameter values"
531
807
  msgstr ""
532
808
 
809
+ msgid "Value"
810
+ msgstr ""
811
+
533
812
  msgid "Value to use when there is no match."
534
813
  msgstr ""
535
814
 
@@ -550,3 +829,39 @@ msgstr ""
550
829
 
551
830
  msgid "WinRM cert Validation"
552
831
  msgstr ""
832
+
833
+ msgid "You are not authorized to perform this action."
834
+ msgstr ""
835
+
836
+ msgid "You are not authorized to view the page. "
837
+ msgstr ""
838
+
839
+ msgid "can't be blank"
840
+ msgstr ""
841
+
842
+ msgid "daily"
843
+ msgstr ""
844
+
845
+ msgid "false"
846
+ msgstr ""
847
+
848
+ msgid "hourly"
849
+ msgstr ""
850
+
851
+ msgid "is required"
852
+ msgstr ""
853
+
854
+ msgid "monthly"
855
+ msgstr ""
856
+
857
+ msgid "true"
858
+ msgstr ""
859
+
860
+ msgid "view all assigned roles"
861
+ msgstr ""
862
+
863
+ msgid "view the task in progress"
864
+ msgstr ""
865
+
866
+ msgid "weekly"
867
+ msgstr ""
File without changes