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