foreman_ansible 5.0.1 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/foreman_ansible/ansible_provider.rb +8 -0
  3. data/app/models/setting/ansible.rb +1 -1
  4. data/app/services/foreman_ansible/operating_system_parser.rb +1 -1
  5. data/app/services/foreman_ansible/variables_importer.rb +8 -9
  6. data/app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb +71 -0
  7. data/app/views/foreman_ansible/job_templates/{connect_red_hat_receptor_controller_-_ansible_default.erb → configure_cloud_connector_-_ansible_default.erb} +5 -2
  8. data/db/migrate/20200421201839_update_ansible_inv_template_name.rb +9 -0
  9. data/db/seeds.d/75_job_templates.rb +1 -1
  10. data/lib/foreman_ansible/engine.rb +22 -25
  11. data/lib/foreman_ansible/remote_execution.rb +11 -0
  12. data/lib/foreman_ansible/version.rb +1 -1
  13. data/locale/action_names.rb +3 -3
  14. data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
  15. data/locale/ca/foreman_ansible.po +556 -0
  16. data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
  17. data/locale/cs_CZ/foreman_ansible.po +556 -0
  18. data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
  19. data/locale/de/foreman_ansible.po +38 -33
  20. data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
  21. data/locale/en/foreman_ansible.po +38 -33
  22. data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
  23. data/locale/en_GB/foreman_ansible.po +555 -0
  24. data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
  25. data/locale/es/foreman_ansible.po +38 -33
  26. data/locale/foreman_ansible.pot +96 -88
  27. data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
  28. data/locale/fr/foreman_ansible.po +38 -33
  29. data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
  30. data/locale/gl/foreman_ansible.po +553 -0
  31. data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
  32. data/locale/it/foreman_ansible.po +38 -33
  33. data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
  34. data/locale/ja/foreman_ansible.po +38 -33
  35. data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
  36. data/locale/ko/foreman_ansible.po +38 -33
  37. data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
  38. data/locale/nl_NL/foreman_ansible.po +559 -0
  39. data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
  40. data/locale/pl/foreman_ansible.po +556 -0
  41. data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
  42. data/locale/pt_BR/foreman_ansible.po +38 -33
  43. data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
  44. data/locale/ru/foreman_ansible.po +38 -33
  45. data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
  46. data/locale/sv_SE/foreman_ansible.po +556 -0
  47. data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
  48. data/locale/zh_CN/foreman_ansible.po +38 -33
  49. data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
  50. data/locale/zh_TW/foreman_ansible.po +38 -33
  51. data/test/factories/ansible_variables.rb +5 -0
  52. data/test/unit/services/ansible_variables_importer_test.rb +68 -43
  53. metadata +55 -61
  54. data/locale/de/foreman_ansible.edit.po +0 -825
  55. data/locale/de/foreman_ansible.po.time_stamp +0 -0
  56. data/locale/en/foreman_ansible.edit.po +0 -714
  57. data/locale/en/foreman_ansible.po.time_stamp +0 -0
  58. data/locale/es/foreman_ansible.edit.po +0 -845
  59. data/locale/es/foreman_ansible.po.time_stamp +0 -0
  60. data/locale/fr/foreman_ansible.edit.po +0 -847
  61. data/locale/fr/foreman_ansible.po.time_stamp +0 -0
  62. data/locale/it/foreman_ansible.edit.po +0 -818
  63. data/locale/it/foreman_ansible.po.time_stamp +0 -0
  64. data/locale/ja/foreman_ansible.edit.po +0 -818
  65. data/locale/ja/foreman_ansible.po.time_stamp +0 -0
  66. data/locale/ko/foreman_ansible.edit.po +0 -804
  67. data/locale/ko/foreman_ansible.po.time_stamp +0 -0
  68. data/locale/pt_BR/foreman_ansible.edit.po +0 -845
  69. data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
  70. data/locale/ru/foreman_ansible.edit.po +0 -819
  71. data/locale/ru/foreman_ansible.po.time_stamp +0 -0
  72. data/locale/zh_CN/foreman_ansible.edit.po +0 -813
  73. data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
  74. data/locale/zh_TW/foreman_ansible.edit.po +0 -804
  75. data/locale/zh_TW/foreman_ansible.po.time_stamp +0 -0
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_ansible 3.0.1\n"
8
+ "Project-Id-Version: foreman_ansible 5.0.1\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"
@@ -131,6 +131,9 @@ msgstr ""
131
131
  msgid "Create an override value for a specific ansible variable"
132
132
  msgstr ""
133
133
 
134
+ msgid "Default Ansible inventory report template"
135
+ msgstr ""
136
+
134
137
  msgid "Default Behavior"
135
138
  msgstr ""
136
139
 
@@ -179,10 +182,13 @@ msgstr ""
179
182
  msgid "Foreman"
180
183
  msgstr ""
181
184
 
182
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
185
+ msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
186
+ msgstr ""
187
+
188
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
183
189
  msgstr ""
184
190
 
185
- msgid "Foreman will run Ansible playbooks using this implementation"
191
+ msgid "Hash of input values of type input=>value"
186
192
  msgstr ""
187
193
 
188
194
  msgid "Hidden Value"
@@ -224,9 +230,6 @@ msgstr ""
224
230
  msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
225
231
  msgstr ""
226
232
 
227
- msgid "Implementation for running Ansible"
228
- msgstr ""
229
-
230
233
  msgid "Import"
231
234
  msgstr ""
232
235
 
@@ -248,13 +251,6 @@ msgstr ""
248
251
  msgid "Import of roles successfully finished."
249
252
  msgstr ""
250
253
 
251
- msgid ""
252
- "Import of variables successfully finished.\n"
253
- "Added: #{results[:added].count} \n"
254
- " Removed: #{results[:obsolete].count} \n"
255
- "Updated: #{results[:updated].count}"
256
- msgstr ""
257
-
258
254
  msgid "Imported at"
259
255
  msgstr ""
260
256
 
@@ -383,69 +379,78 @@ msgstr ""
383
379
  msgid "Overriden"
384
380
  msgstr ""
385
381
 
386
- msgid "Play Ansible roles"
382
+ msgid "Post-provision timeout"
387
383
  msgstr ""
388
384
 
389
- msgid "Play Roles"
385
+ msgid "Prioritize Attribute Order"
390
386
  msgstr ""
391
387
 
392
- msgid "Playbook execution failed"
388
+ msgid "Private Key Path"
393
389
  msgstr ""
394
390
 
395
- msgid "Plays Ansible roles on a host"
391
+ msgid "Proxy not found"
396
392
  msgstr ""
397
393
 
398
- msgid "Plays Ansible roles on a hostgroup"
394
+ msgid "Remediation Plan"
399
395
  msgstr ""
400
396
 
401
- msgid "Plays Ansible roles on hostgroups"
397
+ msgid "Remote action:"
402
398
  msgstr ""
403
399
 
404
- msgid "Plays Ansible roles on hosts"
400
+ msgid "Remove"
405
401
  msgstr ""
406
402
 
407
- msgid "Post-provision timeout"
403
+ msgid "Remove duplicate values (only array type)"
408
404
  msgstr ""
409
405
 
410
- msgid "Prioritize Attribute Order"
406
+ msgid "Report format, defaults to '%s'"
411
407
  msgstr ""
412
408
 
413
- msgid "Private Key Path"
409
+ msgid "Role ID"
414
410
  msgstr ""
415
411
 
416
- msgid "Proxy not found"
412
+ msgid "Roles"
417
413
  msgstr ""
418
414
 
419
- msgid "Remediation Plan"
415
+ msgid "Role|Name"
420
416
  msgstr ""
421
417
 
422
- msgid "Remote action:"
418
+ msgid "Run Ansible roles"
423
419
  msgstr ""
424
420
 
425
- msgid "Remove"
421
+ msgid "Run all Ansible roles"
426
422
  msgstr ""
427
423
 
428
- msgid "Remove duplicate values (only array type)"
424
+ msgid "Run all Ansible roles on hosts belonging to this host group"
429
425
  msgstr ""
430
426
 
431
- msgid "Role ID"
427
+ msgid "Run an Ansible playbook against given hosts"
432
428
  msgstr ""
433
429
 
434
- msgid "Roles"
430
+ msgid "Run playbook"
435
431
  msgstr ""
436
432
 
437
- msgid "Role|Name"
433
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
438
434
  msgstr ""
439
435
 
440
- msgid "Run Ansible roles"
436
+ msgid "Runs all Ansible roles on a host"
441
437
  msgstr ""
442
438
 
443
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
439
+ msgid "Runs all Ansible roles on a hostgroup"
440
+ msgstr ""
441
+
442
+ msgid "Runs all Ansible roles on hostgroups"
443
+ msgstr ""
444
+
445
+ msgid "Runs all Ansible roles on hosts"
444
446
  msgstr ""
445
447
 
446
448
  msgid "Runs an Ansible playbook which contains all the roles defined for a host"
447
449
  msgstr ""
448
450
 
451
+ msgid "Schedule generating of Ansible Inventory report"
452
+ msgstr ""
453
+
449
454
  msgid "Select the changes you want to realize in Foreman"
450
455
  msgstr ""
451
456
 
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_ansible 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2019-06-27 17:00+0200\n"
12
- "PO-Revision-Date: 2019-06-27 17:00+0200\n"
11
+ "POT-Creation-Date: 2020-05-11 13:20+0530\n"
12
+ "PO-Revision-Date: 2020-05-11 13:20+0530\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -34,40 +34,44 @@ msgstr ""
34
34
  msgid "No changes in variables detected on %s."
35
35
  msgstr ""
36
36
 
37
- #: ../app/controllers/ansible_variables_controller.rb:49
38
- msgid ""
39
- "Import of variables successfully finished.\n"
40
- "Added: #{results[:added].count} \n"
41
- " Removed: #{results[:obsolete].count} \n"
42
- "Updated: #{results[:updated].count}"
43
- msgstr ""
44
-
45
37
  #: ../app/controllers/ansible_variables_controller.rb:102
46
38
  msgid ""
47
39
  "No proxy found to import variables from, ensure that the smart proxy has the A"
48
40
  "nsible feature enabled."
49
41
  msgstr ""
50
42
 
51
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:7
52
43
  #: ../app/controllers/api/v2/ansible_inventories_controller.rb:12
44
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
53
45
  msgid "Show Ansible inventory for hosts"
54
46
  msgstr ""
55
47
 
56
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:8
57
48
  #: ../app/controllers/api/v2/ansible_inventories_controller.rb:13
49
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
58
50
  msgid "IDs of hosts included in inventory"
59
51
  msgstr ""
60
52
 
61
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
62
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:22
53
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:26
54
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:31
63
55
  msgid "Show Ansible inventory for hostgroups"
64
56
  msgstr ""
65
57
 
66
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
67
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:23
58
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:27
59
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:32
68
60
  msgid "IDs of hostgroups included in inventory"
69
61
  msgstr ""
70
62
 
63
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:40
64
+ msgid "Schedule generating of Ansible Inventory report"
65
+ msgstr ""
66
+
67
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:41
68
+ msgid "Hash of input values of type input=>value"
69
+ msgstr ""
70
+
71
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:43
72
+ msgid "Report format, defaults to '%s'"
73
+ msgstr ""
74
+
71
75
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
72
76
  msgid "Override match"
73
77
  msgstr ""
@@ -102,8 +106,8 @@ msgstr ""
102
106
 
103
107
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
104
108
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:43
105
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:75
106
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:85
109
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:74
110
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:84
107
111
  msgid "Smart Proxy to import from"
108
112
  msgstr ""
109
113
 
@@ -127,85 +131,85 @@ msgstr ""
127
131
  msgid "Smart proxy id is required"
128
132
  msgstr ""
129
133
 
130
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
134
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:19
131
135
  msgid "Show variable"
132
136
  msgstr ""
133
137
 
134
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:24
138
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:23
135
139
  msgid "List Ansible variables"
136
140
  msgstr ""
137
141
 
138
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:31
142
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:30
139
143
  msgid "Deletes Ansible variable"
140
144
  msgstr ""
141
145
 
142
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
146
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
143
147
  msgid "Name of variable"
144
148
  msgstr ""
145
149
 
146
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
150
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
147
151
  msgid "Role ID"
148
152
  msgstr ""
149
153
 
150
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
154
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
151
155
  msgid "Default value of variable"
152
156
  msgstr ""
153
157
 
154
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
158
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
155
159
  msgid "When enabled the parameter is hidden in the UI"
156
160
  msgstr ""
157
161
 
158
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
162
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
159
163
  msgid "The order in which values are resolved"
160
164
  msgstr ""
161
165
 
162
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
166
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
163
167
  msgid "Description of variable"
164
168
  msgstr ""
165
169
 
166
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
170
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
167
171
  msgid "Types of validation values"
168
172
  msgstr ""
169
173
 
170
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
174
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
171
175
  msgid "Used to enforce certain values for the parameter values"
172
176
  msgstr ""
173
177
 
174
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
178
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
175
179
  msgid "Types of variable values"
176
180
  msgstr ""
177
181
 
178
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
182
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
179
183
  msgid "Merge all matching values (only array/hash type)"
180
184
  msgstr ""
181
185
 
182
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
186
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
183
187
  msgid "Include default value when merging all matching values"
184
188
  msgstr ""
185
189
 
186
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
190
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
187
191
  msgid "Remove duplicate values (only array type)"
188
192
  msgstr ""
189
193
 
190
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:52
194
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
191
195
  msgid "Whether to override variable or not"
192
196
  msgstr ""
193
197
 
194
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:56
198
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:55
195
199
  msgid "Create Ansible variable"
196
200
  msgstr ""
197
201
 
198
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:63
202
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:62
199
203
  msgid "Updates Ansible variable"
200
204
  msgstr ""
201
205
 
202
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
206
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:72
203
207
  msgid ""
204
208
  "Import Ansible variables. This will only import variables for already existing"
205
209
  " roles, it will not import any new roles"
206
210
  msgstr ""
207
211
 
208
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
212
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:82
209
213
  msgid ""
210
214
  "Obsolete Ansible variables. This will only obsolete variables for already exis"
211
215
  "ting roles, it will not delete any old roles"
@@ -213,12 +217,12 @@ msgstr ""
213
217
 
214
218
  #:
215
219
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
216
- msgid "Plays Ansible roles on a hostgroup"
220
+ msgid "Runs all Ansible roles on a hostgroup"
217
221
  msgstr ""
218
222
 
219
223
  #:
220
224
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
221
- msgid "Plays Ansible roles on hostgroups"
225
+ msgid "Runs all Ansible roles on hostgroups"
222
226
  msgstr ""
223
227
 
224
228
  #:
@@ -248,11 +252,11 @@ msgid "IDs of associated ansible roles"
248
252
  msgstr ""
249
253
 
250
254
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
251
- msgid "Plays Ansible roles on a host"
255
+ msgid "Runs all Ansible roles on a host"
252
256
  msgstr ""
253
257
 
254
258
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
255
- msgid "Plays Ansible roles on hosts"
259
+ msgid "Runs all Ansible roles on hosts"
256
260
  msgstr ""
257
261
 
258
262
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
@@ -301,17 +305,9 @@ msgid "%s ago"
301
305
  msgstr ""
302
306
 
303
307
  #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
304
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
305
- msgid "Play Ansible roles"
306
- msgstr ""
307
-
308
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
309
- msgid "Playbook execution failed"
310
- msgstr ""
311
-
312
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
313
- #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
314
- msgid "Error loading data from proxy"
308
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:3
309
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
310
+ msgid "Run all Ansible roles"
315
311
  msgstr ""
316
312
 
317
313
  #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
@@ -326,113 +322,113 @@ msgstr ""
326
322
  msgid "Unable to get roles/variables from Ansible"
327
323
  msgstr ""
328
324
 
329
- #: ../app/models/setting/ansible.rb:20
325
+ #: ../app/models/setting/ansible.rb:14
330
326
  msgid ""
331
327
  "Use this to supply a path to an SSH Private Key that Ansible will use in lieu "
332
328
  "of a password Override with \"ansible_ssh_private_key_file\" host parameter"
333
329
  msgstr ""
334
330
 
335
- #: ../app/models/setting/ansible.rb:25
331
+ #: ../app/models/setting/ansible.rb:19
336
332
  msgid "Private Key Path"
337
333
  msgstr ""
338
334
 
339
- #: ../app/models/setting/ansible.rb:29
335
+ #: ../app/models/setting/ansible.rb:23
340
336
  msgid ""
341
337
  "Use this connection type by default when running Ansible playbooks. You can ov"
342
338
  "erride this on hosts by adding a parameter \"ansible_connection\""
343
339
  msgstr ""
344
340
 
345
- #: ../app/models/setting/ansible.rb:33
341
+ #: ../app/models/setting/ansible.rb:27
346
342
  msgid "Connection type"
347
343
  msgstr ""
348
344
 
349
- #: ../app/models/setting/ansible.rb:37
345
+ #: ../app/models/setting/ansible.rb:31
350
346
  msgid ""
351
347
  "Enable/disable WinRM server certificate validation when running Ansible playbo"
352
348
  "oks. You can override this on hosts by adding a parameter \"ansible_winrm_serve"
353
349
  "r_cert_validation\""
354
350
  msgstr ""
355
351
 
356
- #: ../app/models/setting/ansible.rb:42
352
+ #: ../app/models/setting/ansible.rb:36
357
353
  msgid "WinRM cert Validation"
358
354
  msgstr ""
359
355
 
360
- #: ../app/models/setting/ansible.rb:46
356
+ #: ../app/models/setting/ansible.rb:40
361
357
  msgid ""
362
- "Foreman will add the this level of verbosity for additional debugging output w"
363
- "hen running Ansible playbooks."
358
+ "Foreman will add this level of verbosity for additional debugging output when "
359
+ "running Ansible playbooks."
364
360
  msgstr ""
365
361
 
366
- #: ../app/models/setting/ansible.rb:49
362
+ #: ../app/models/setting/ansible.rb:43
367
363
  msgid "Default verbosity level"
368
364
  msgstr ""
369
365
 
370
- #: ../app/models/setting/ansible.rb:52
366
+ #: ../app/models/setting/ansible.rb:46
371
367
  msgid "Disabled"
372
368
  msgstr ""
373
369
 
374
- #: ../app/models/setting/ansible.rb:53
370
+ #: ../app/models/setting/ansible.rb:47
375
371
  msgid "Level 1 (-v)"
376
372
  msgstr ""
377
373
 
378
- #: ../app/models/setting/ansible.rb:54
374
+ #: ../app/models/setting/ansible.rb:48
379
375
  msgid "Level 2 (-vv)"
380
376
  msgstr ""
381
377
 
382
- #: ../app/models/setting/ansible.rb:55
378
+ #: ../app/models/setting/ansible.rb:49
383
379
  msgid "Level 3 (-vvv)"
384
380
  msgstr ""
385
381
 
386
- #: ../app/models/setting/ansible.rb:56
382
+ #: ../app/models/setting/ansible.rb:50
387
383
  msgid "Level 4 (-vvvv)"
388
384
  msgstr ""
389
385
 
390
- #: ../app/models/setting/ansible.rb:62
386
+ #: ../app/models/setting/ansible.rb:55
391
387
  msgid ""
392
388
  "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles tas"
393
389
  "k after a host is fully provisioned. Set this to the maximum time you expect a"
394
390
  " host to take until it is ready after a reboot."
395
391
  msgstr ""
396
392
 
397
- #: ../app/models/setting/ansible.rb:67
393
+ #: ../app/models/setting/ansible.rb:60
398
394
  msgid "Post-provision timeout"
399
395
  msgstr ""
400
396
 
401
- #: ../app/models/setting/ansible.rb:71
397
+ #: ../app/models/setting/ansible.rb:64
402
398
  msgid "Timeout (in minutes) when hosts should have reported."
403
399
  msgstr ""
404
400
 
405
- #: ../app/models/setting/ansible.rb:73
401
+ #: ../app/models/setting/ansible.rb:66
406
402
  msgid "Ansible report timeout"
407
403
  msgstr ""
408
404
 
409
- #: ../app/models/setting/ansible.rb:77
405
+ #: ../app/models/setting/ansible.rb:70
410
406
  msgid ""
411
407
  "Disable host configuration status turning to out of sync for %{cfgmgmt} after "
412
408
  "report does not arrive within configured interval"
413
409
  msgstr ""
414
410
 
415
- #: ../app/models/setting/ansible.rb:81
411
+ #: ../app/models/setting/ansible.rb:74
416
412
  msgid "%{cfgmgmt} out of sync disabled"
417
413
  msgstr ""
418
414
 
419
- #: ../app/models/setting/ansible.rb:86
420
- msgid "Foreman will run Ansible playbooks using this implementation"
415
+ #: ../app/models/setting/ansible.rb:79
416
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
421
417
  msgstr ""
422
418
 
423
- #: ../app/models/setting/ansible.rb:88
424
- msgid "Implementation for running Ansible"
419
+ #: ../app/models/setting/ansible.rb:82
420
+ msgid "Default Ansible inventory report template"
425
421
  msgstr ""
426
422
 
427
- #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:97
423
+ #: ../app/models/setting/ansible.rb:93 ../lib/foreman_ansible/register.rb:99
428
424
  msgid "Ansible"
429
425
  msgstr ""
430
426
 
431
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
427
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:49
432
428
  msgid "Remediation Plan"
433
429
  msgstr ""
434
430
 
435
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
431
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:59
436
432
  #: ../db/seeds.d/90_notification_blueprints.rb:13
437
433
  msgid "Job Details"
438
434
  msgstr ""
@@ -556,7 +552,7 @@ msgid "Actions"
556
552
  msgstr ""
557
553
 
558
554
  #: ../app/views/ansible_roles/index.html.erb:27
559
- #: ../lib/foreman_ansible/register.rb:103
555
+ #: ../lib/foreman_ansible/register.rb:105
560
556
  msgid "Variables"
561
557
  msgstr ""
562
558
 
@@ -723,7 +719,7 @@ msgstr ""
723
719
 
724
720
  #:
725
721
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
726
- msgid "Play Roles"
722
+ msgid "Run all Ansible roles on hosts belonging to this host group"
727
723
  msgstr ""
728
724
 
729
725
  #:
@@ -764,7 +760,7 @@ msgstr ""
764
760
  msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
765
761
  msgstr ""
766
762
 
767
- #: ../lib/foreman_ansible/register.rb:99
763
+ #: ../lib/foreman_ansible/register.rb:101
768
764
  msgid "Roles"
769
765
  msgstr ""
770
766
 
@@ -784,20 +780,32 @@ msgstr ""
784
780
  msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
785
781
  msgstr ""
786
782
 
783
+ #: ../lib/foreman_ansible/remote_execution.rb:35
784
+ msgid "Run playbook"
785
+ msgstr ""
786
+
787
+ #: ../lib/foreman_ansible/remote_execution.rb:36
788
+ msgid "Run an Ansible playbook against given hosts"
789
+ msgstr ""
790
+
791
+ #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
792
+ msgid "Error loading data from proxy"
793
+ msgstr ""
794
+
787
795
  #: action_names.rb:2
788
- msgid "Remote action:"
796
+ msgid "Action with sub plans"
789
797
  msgstr ""
790
798
 
791
799
  #: action_names.rb:3
792
- msgid "Import Puppet classes"
800
+ msgid "Import facts"
793
801
  msgstr ""
794
802
 
795
803
  #: action_names.rb:4
796
- msgid "Import facts"
804
+ msgid "Import Puppet classes"
797
805
  msgstr ""
798
806
 
799
807
  #: action_names.rb:5
800
- msgid "Action with sub plans"
808
+ msgid "Remote action:"
801
809
  msgstr ""
802
810
 
803
811
  #: gemspec.rb:2