foreman_ansible 5.0.0 → 5.1.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.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/ansible_inventories_controller.rb +9 -4
  3. data/app/models/foreman_ansible/ansible_provider.rb +8 -0
  4. data/app/models/setting/ansible.rb +1 -1
  5. data/app/services/foreman_ansible/ansible_info.rb +1 -1
  6. data/app/services/foreman_ansible/operating_system_parser.rb +1 -1
  7. data/app/services/foreman_ansible/variables_importer.rb +8 -9
  8. data/app/views/ansible_variables/_fields.erb +1 -1
  9. data/app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb +7 -4
  10. data/app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb +74 -0
  11. data/app/views/foreman_ansible/job_templates/configure_cloud_connector_-_ansible_default.erb +36 -0
  12. data/app/views/foreman_ansible/job_templates/power_action_-_ansible_default.erb +1 -1
  13. data/app/views/foreman_ansible/job_templates/puppet_run_once_-_ansible_default.erb +5 -1
  14. data/app/views/foreman_ansible/job_templates/service_action_-_enable_web_console.erb +16 -0
  15. data/config/routes.rb +1 -1
  16. data/db/migrate/20200421201839_update_ansible_inv_template_name.rb +9 -0
  17. data/db/seeds.d/75_job_templates.rb +1 -1
  18. data/lib/foreman_ansible/engine.rb +22 -25
  19. data/lib/foreman_ansible/remote_execution.rb +11 -0
  20. data/lib/foreman_ansible/version.rb +1 -1
  21. data/locale/action_names.rb +3 -3
  22. data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
  23. data/locale/ca/foreman_ansible.po +556 -0
  24. data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
  25. data/locale/cs_CZ/foreman_ansible.po +556 -0
  26. data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
  27. data/locale/de/foreman_ansible.po +38 -33
  28. data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
  29. data/locale/en/foreman_ansible.po +38 -33
  30. data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
  31. data/locale/en_GB/foreman_ansible.po +555 -0
  32. data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
  33. data/locale/es/foreman_ansible.po +38 -33
  34. data/locale/foreman_ansible.pot +96 -88
  35. data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
  36. data/locale/fr/foreman_ansible.po +38 -33
  37. data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
  38. data/locale/gl/foreman_ansible.po +553 -0
  39. data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
  40. data/locale/it/foreman_ansible.po +38 -33
  41. data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
  42. data/locale/ja/foreman_ansible.po +38 -33
  43. data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
  44. data/locale/ko/foreman_ansible.po +38 -33
  45. data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
  46. data/locale/nl_NL/foreman_ansible.po +559 -0
  47. data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
  48. data/locale/pl/foreman_ansible.po +556 -0
  49. data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
  50. data/locale/pt_BR/foreman_ansible.po +38 -33
  51. data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
  52. data/locale/ru/foreman_ansible.po +38 -33
  53. data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
  54. data/locale/sv_SE/foreman_ansible.po +556 -0
  55. data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
  56. data/locale/zh_CN/foreman_ansible.po +38 -33
  57. data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
  58. data/locale/zh_TW/foreman_ansible.po +38 -33
  59. data/test/factories/ansible_variables.rb +5 -0
  60. data/test/unit/services/ansible_variables_importer_test.rb +68 -43
  61. data/test/unit/services/inventory_creator_test.rb +0 -2
  62. metadata +55 -59
  63. data/locale/de/foreman_ansible.edit.po +0 -825
  64. data/locale/de/foreman_ansible.po.time_stamp +0 -0
  65. data/locale/en/foreman_ansible.edit.po +0 -714
  66. data/locale/en/foreman_ansible.po.time_stamp +0 -0
  67. data/locale/es/foreman_ansible.edit.po +0 -845
  68. data/locale/es/foreman_ansible.po.time_stamp +0 -0
  69. data/locale/fr/foreman_ansible.edit.po +0 -847
  70. data/locale/fr/foreman_ansible.po.time_stamp +0 -0
  71. data/locale/it/foreman_ansible.edit.po +0 -818
  72. data/locale/it/foreman_ansible.po.time_stamp +0 -0
  73. data/locale/ja/foreman_ansible.edit.po +0 -818
  74. data/locale/ja/foreman_ansible.po.time_stamp +0 -0
  75. data/locale/ko/foreman_ansible.edit.po +0 -804
  76. data/locale/ko/foreman_ansible.po.time_stamp +0 -0
  77. data/locale/pt_BR/foreman_ansible.edit.po +0 -845
  78. data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
  79. data/locale/ru/foreman_ansible.edit.po +0 -819
  80. data/locale/ru/foreman_ansible.po.time_stamp +0 -0
  81. data/locale/zh_CN/foreman_ansible.edit.po +0 -813
  82. data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
  83. data/locale/zh_TW/foreman_ansible.edit.po +0 -804
  84. 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
 
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_ansible 3.0.1\n"
7
+ "Project-Id-Version: foreman_ansible 5.0.1\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
10
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -129,6 +129,9 @@ msgstr ""
129
129
  msgid "Create an override value for a specific ansible variable"
130
130
  msgstr ""
131
131
 
132
+ msgid "Default Ansible inventory report template"
133
+ msgstr ""
134
+
132
135
  msgid "Default Behavior"
133
136
  msgstr ""
134
137
 
@@ -177,10 +180,13 @@ msgstr ""
177
180
  msgid "Foreman"
178
181
  msgstr ""
179
182
 
180
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
183
+ msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
184
+ msgstr ""
185
+
186
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
181
187
  msgstr ""
182
188
 
183
- msgid "Foreman will run Ansible playbooks using this implementation"
189
+ msgid "Hash of input values of type input=>value"
184
190
  msgstr ""
185
191
 
186
192
  msgid "Hidden Value"
@@ -222,9 +228,6 @@ msgstr ""
222
228
  msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
223
229
  msgstr ""
224
230
 
225
- msgid "Implementation for running Ansible"
226
- msgstr ""
227
-
228
231
  msgid "Import"
229
232
  msgstr ""
230
233
 
@@ -246,13 +249,6 @@ msgstr ""
246
249
  msgid "Import of roles successfully finished."
247
250
  msgstr ""
248
251
 
249
- msgid ""
250
- "Import of variables successfully finished.\n"
251
- "Added: #{results[:added].count} \n"
252
- " Removed: #{results[:obsolete].count} \n"
253
- "Updated: #{results[:updated].count}"
254
- msgstr ""
255
-
256
252
  msgid "Imported at"
257
253
  msgstr ""
258
254
 
@@ -381,69 +377,78 @@ msgstr ""
381
377
  msgid "Overriden"
382
378
  msgstr ""
383
379
 
384
- msgid "Play Ansible roles"
380
+ msgid "Post-provision timeout"
385
381
  msgstr ""
386
382
 
387
- msgid "Play Roles"
383
+ msgid "Prioritize Attribute Order"
388
384
  msgstr ""
389
385
 
390
- msgid "Playbook execution failed"
386
+ msgid "Private Key Path"
391
387
  msgstr ""
392
388
 
393
- msgid "Plays Ansible roles on a host"
389
+ msgid "Proxy not found"
394
390
  msgstr ""
395
391
 
396
- msgid "Plays Ansible roles on a hostgroup"
392
+ msgid "Remediation Plan"
397
393
  msgstr ""
398
394
 
399
- msgid "Plays Ansible roles on hostgroups"
395
+ msgid "Remote action:"
400
396
  msgstr ""
401
397
 
402
- msgid "Plays Ansible roles on hosts"
398
+ msgid "Remove"
403
399
  msgstr ""
404
400
 
405
- msgid "Post-provision timeout"
401
+ msgid "Remove duplicate values (only array type)"
406
402
  msgstr ""
407
403
 
408
- msgid "Prioritize Attribute Order"
404
+ msgid "Report format, defaults to '%s'"
409
405
  msgstr ""
410
406
 
411
- msgid "Private Key Path"
407
+ msgid "Role ID"
412
408
  msgstr ""
413
409
 
414
- msgid "Proxy not found"
410
+ msgid "Roles"
415
411
  msgstr ""
416
412
 
417
- msgid "Remediation Plan"
413
+ msgid "Role|Name"
418
414
  msgstr ""
419
415
 
420
- msgid "Remote action:"
416
+ msgid "Run Ansible roles"
421
417
  msgstr ""
422
418
 
423
- msgid "Remove"
419
+ msgid "Run all Ansible roles"
424
420
  msgstr ""
425
421
 
426
- msgid "Remove duplicate values (only array type)"
422
+ msgid "Run all Ansible roles on hosts belonging to this host group"
427
423
  msgstr ""
428
424
 
429
- msgid "Role ID"
425
+ msgid "Run an Ansible playbook against given hosts"
430
426
  msgstr ""
431
427
 
432
- msgid "Roles"
428
+ msgid "Run playbook"
433
429
  msgstr ""
434
430
 
435
- msgid "Role|Name"
431
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
436
432
  msgstr ""
437
433
 
438
- msgid "Run Ansible roles"
434
+ msgid "Runs all Ansible roles on a host"
439
435
  msgstr ""
440
436
 
441
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
437
+ msgid "Runs all Ansible roles on a hostgroup"
438
+ msgstr ""
439
+
440
+ msgid "Runs all Ansible roles on hostgroups"
441
+ msgstr ""
442
+
443
+ msgid "Runs all Ansible roles on hosts"
442
444
  msgstr ""
443
445
 
444
446
  msgid "Runs an Ansible playbook which contains all the roles defined for a host"
445
447
  msgstr ""
446
448
 
449
+ msgid "Schedule generating of Ansible Inventory report"
450
+ msgstr ""
451
+
447
452
  msgid "Select the changes you want to realize in Foreman"
448
453
  msgstr ""
449
454
 
@@ -0,0 +1,555 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_ansible package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2018
8
+ # Andi Chandler <andi@gowling.com>, 2019
9
+ #
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_ansible 5.0.1\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
15
+ "Last-Translator: Andi Chandler <andi@gowling.com>, 2019\n"
16
+ "Language-Team: English (United Kingdom) (https://www.transifex.com/foreman/tea"
17
+ "ms/114/en_GB/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: en_GB\n"
22
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
+
24
+ msgid "%s ago"
25
+ msgstr "%s ago"
26
+
27
+ msgid "%{cfgmgmt} out of sync disabled"
28
+ msgstr ""
29
+
30
+ msgid "Action with sub plans"
31
+ msgstr "Action with sub plans"
32
+
33
+ msgid "Actions"
34
+ msgstr "Actions"
35
+
36
+ msgid "Add"
37
+ msgstr ""
38
+
39
+ msgid "Ansible"
40
+ msgstr ""
41
+
42
+ msgid "Ansible Role"
43
+ msgstr ""
44
+
45
+ msgid "Ansible Roles"
46
+ msgstr ""
47
+
48
+ msgid "Ansible Variable Details"
49
+ msgstr ""
50
+
51
+ msgid "Ansible Variable Details (Imported)"
52
+ msgstr ""
53
+
54
+ msgid "Ansible Variables"
55
+ msgstr ""
56
+
57
+ msgid "Ansible report timeout"
58
+ msgstr ""
59
+
60
+ msgid "Ansible role"
61
+ msgstr ""
62
+
63
+ msgid "Ansible role names to import"
64
+ msgstr ""
65
+
66
+ msgid "Ansible roles to assign to a host"
67
+ msgstr ""
68
+
69
+ msgid "Ansible roles to assign to a hostgroup"
70
+ msgstr ""
71
+
72
+ msgid "Ansible support in Foreman"
73
+ msgstr ""
74
+
75
+ msgid "Ansible: Run Insights maintenance plan"
76
+ msgstr ""
77
+
78
+ msgid "Arguments"
79
+ msgstr ""
80
+
81
+ msgid "Assigns Ansible roles to a host"
82
+ msgstr ""
83
+
84
+ msgid "Assigns Ansible roles to a hostgroup"
85
+ msgstr ""
86
+
87
+ msgid "Avoid duplicate values when merging them (only array type)?"
88
+ msgstr ""
89
+
90
+ msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
91
+ msgstr ""
92
+
93
+ msgid "Cancel"
94
+ msgstr "Cancel"
95
+
96
+ msgid "Changed Ansible roles"
97
+ msgstr ""
98
+
99
+ msgid "Changed Ansible variables"
100
+ msgstr ""
101
+
102
+ msgid "Check/Uncheck all"
103
+ msgstr ""
104
+
105
+ msgid "Check/Uncheck all %s changes"
106
+ msgstr ""
107
+
108
+ msgid "Check/Uncheck new"
109
+ msgstr ""
110
+
111
+ msgid "Check/Uncheck obsolete"
112
+ msgstr ""
113
+
114
+ msgid "Check/Uncheck update"
115
+ msgstr ""
116
+
117
+ msgid "Clone"
118
+ msgstr ""
119
+
120
+ msgid "Connection type"
121
+ msgstr ""
122
+
123
+ msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
124
+ msgstr ""
125
+
126
+ msgid "Could not run Ansible roles for %{host}"
127
+ msgstr ""
128
+
129
+ msgid "Create Ansible Variable"
130
+ msgstr ""
131
+
132
+ msgid "Create Ansible variable"
133
+ msgstr ""
134
+
135
+ msgid "Create an override value for a specific ansible variable"
136
+ msgstr ""
137
+
138
+ msgid "Default Ansible inventory report template"
139
+ msgstr ""
140
+
141
+ msgid "Default Behavior"
142
+ msgstr ""
143
+
144
+ msgid "Default value of variable"
145
+ msgstr ""
146
+
147
+ msgid "Default verbosity level"
148
+ msgstr ""
149
+
150
+ msgid "Delete %s?"
151
+ msgstr "Delete %s?"
152
+
153
+ msgid "Deletes Ansible role"
154
+ msgstr ""
155
+
156
+ msgid "Deletes Ansible variable"
157
+ msgstr ""
158
+
159
+ msgid "Description of variable"
160
+ msgstr ""
161
+
162
+ msgid "Destroy an override value"
163
+ msgstr ""
164
+
165
+ msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
166
+ msgstr ""
167
+
168
+ msgid "Disabled"
169
+ msgstr ""
170
+
171
+ msgid "Edit %s"
172
+ msgstr "Edit %s"
173
+
174
+ msgid "Edit Ansible Variable"
175
+ msgstr ""
176
+
177
+ 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\""
178
+ msgstr ""
179
+
180
+ msgid "Error loading data from proxy"
181
+ msgstr ""
182
+
183
+ msgid "Fetch Ansible roles available to be imported"
184
+ msgstr ""
185
+
186
+ msgid "Foreman"
187
+ msgstr ""
188
+
189
+ msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
190
+ msgstr ""
191
+
192
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
193
+ msgstr ""
194
+
195
+ msgid "Hash of input values of type input=>value"
196
+ msgstr ""
197
+
198
+ msgid "Hidden Value"
199
+ msgstr ""
200
+
201
+ msgid "Hide all values for this parameter."
202
+ msgstr ""
203
+
204
+ msgid "Host group has no associated hosts"
205
+ msgstr ""
206
+
207
+ msgid "Hostgroups"
208
+ msgstr ""
209
+
210
+ msgid "Hostgroups count"
211
+ msgstr ""
212
+
213
+ msgid "Hosts"
214
+ msgstr "Hosts"
215
+
216
+ msgid "Hosts count"
217
+ msgstr ""
218
+
219
+ msgid "IDs of associated ansible roles"
220
+ msgstr ""
221
+
222
+ msgid "IDs of hostgroups included in inventory"
223
+ msgstr ""
224
+
225
+ msgid "IDs of hostgroups to play roles on"
226
+ msgstr ""
227
+
228
+ msgid "IDs of hosts included in inventory"
229
+ msgstr ""
230
+
231
+ msgid "IDs of hosts to play roles on"
232
+ msgstr ""
233
+
234
+ msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
235
+ msgstr ""
236
+
237
+ msgid "Import"
238
+ msgstr ""
239
+
240
+ msgid "Import Ansible roles"
241
+ msgstr ""
242
+
243
+ msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
244
+ msgstr ""
245
+
246
+ msgid "Import Puppet classes"
247
+ msgstr "Import Puppet classes"
248
+
249
+ msgid "Import facts"
250
+ msgstr "Import facts"
251
+
252
+ msgid "Import from %s"
253
+ msgstr ""
254
+
255
+ msgid "Import of roles successfully finished."
256
+ msgstr ""
257
+
258
+ msgid "Imported at"
259
+ msgstr ""
260
+
261
+ msgid "Imported?"
262
+ msgstr ""
263
+
264
+ msgid "Include default value when merging all matching values"
265
+ msgstr ""
266
+
267
+ msgid "Include default value when merging all matching values."
268
+ msgstr ""
269
+
270
+ msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
271
+ msgstr ""
272
+
273
+ msgid "Job Details"
274
+ msgstr ""
275
+
276
+ msgid "Jobs"
277
+ msgstr ""
278
+
279
+ msgid "Learn more about this in the documentation."
280
+ msgstr "Learn more about this in the documentation."
281
+
282
+ msgid "Level"
283
+ msgstr ""
284
+
285
+ msgid "Level 1 (-v)"
286
+ msgstr ""
287
+
288
+ msgid "Level 2 (-vv)"
289
+ msgstr ""
290
+
291
+ msgid "Level 3 (-vvv)"
292
+ msgstr ""
293
+
294
+ msgid "Level 4 (-vvvv)"
295
+ msgstr ""
296
+
297
+ msgid "List Ansible roles"
298
+ msgstr ""
299
+
300
+ msgid "List Ansible variables"
301
+ msgstr ""
302
+
303
+ msgid "List all Ansible roles for a host"
304
+ msgstr ""
305
+
306
+ msgid "List all Ansible roles for a hostgroup"
307
+ msgstr ""
308
+
309
+ msgid "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable."
310
+ msgstr ""
311
+
312
+ msgid "Merge all matching values (only array/hash type)"
313
+ msgstr ""
314
+
315
+ msgid "Message"
316
+ msgstr "Message"
317
+
318
+ msgid "Module"
319
+ msgstr ""
320
+
321
+ msgid "Name"
322
+ msgstr "Name"
323
+
324
+ msgid "Name of variable"
325
+ msgstr ""
326
+
327
+ msgid "Nest"
328
+ msgstr ""
329
+
330
+ msgid "New"
331
+ msgstr ""
332
+
333
+ msgid "New Ansible Variable"
334
+ msgstr ""
335
+
336
+ msgid ""
337
+ "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
338
+ " you have to import them first."
339
+ msgstr ""
340
+
341
+ msgid "No changes in roles detected on %s."
342
+ msgstr ""
343
+
344
+ msgid "No changes in roles detected."
345
+ msgstr ""
346
+
347
+ msgid "No changes in variables detected on %s."
348
+ msgstr ""
349
+
350
+ msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
351
+ msgstr ""
352
+
353
+ msgid "Nothing to show"
354
+ msgstr ""
355
+
356
+ msgid "Obsolete"
357
+ msgstr ""
358
+
359
+ msgid "Obsolete Ansible roles"
360
+ msgstr ""
361
+
362
+ msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
363
+ msgstr ""
364
+
365
+ msgid "Operation"
366
+ msgstr ""
367
+
368
+ msgid "Optional Input Validator"
369
+ msgstr ""
370
+
371
+ msgid "Order"
372
+ msgstr ""
373
+
374
+ msgid "Override match"
375
+ msgstr ""
376
+
377
+ msgid "Override the default value of the Ansible variable."
378
+ msgstr ""
379
+
380
+ msgid "Override value, required if omit is false"
381
+ msgstr ""
382
+
383
+ msgid "Overriden"
384
+ msgstr ""
385
+
386
+ msgid "Post-provision timeout"
387
+ msgstr ""
388
+
389
+ msgid "Prioritize Attribute Order"
390
+ msgstr ""
391
+
392
+ msgid "Private Key Path"
393
+ msgstr ""
394
+
395
+ msgid "Proxy not found"
396
+ msgstr ""
397
+
398
+ msgid "Remediation Plan"
399
+ msgstr ""
400
+
401
+ msgid "Remote action:"
402
+ msgstr "Remote action:"
403
+
404
+ msgid "Remove"
405
+ msgstr ""
406
+
407
+ msgid "Remove duplicate values (only array type)"
408
+ msgstr ""
409
+
410
+ msgid "Report format, defaults to '%s'"
411
+ msgstr ""
412
+
413
+ msgid "Role ID"
414
+ msgstr ""
415
+
416
+ msgid "Roles"
417
+ msgstr ""
418
+
419
+ msgid "Role|Name"
420
+ msgstr "Name"
421
+
422
+ msgid "Run Ansible roles"
423
+ msgstr ""
424
+
425
+ msgid "Run all Ansible roles"
426
+ msgstr ""
427
+
428
+ msgid "Run all Ansible roles on hosts belonging to this host group"
429
+ msgstr ""
430
+
431
+ msgid "Run an Ansible playbook against given hosts"
432
+ msgstr ""
433
+
434
+ msgid "Run playbook"
435
+ msgstr ""
436
+
437
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
438
+ msgstr ""
439
+
440
+ msgid "Runs all Ansible roles on a host"
441
+ msgstr ""
442
+
443
+ msgid "Runs all Ansible roles on a hostgroup"
444
+ msgstr ""
445
+
446
+ msgid "Runs all Ansible roles on hostgroups"
447
+ msgstr ""
448
+
449
+ msgid "Runs all Ansible roles on hosts"
450
+ msgstr ""
451
+
452
+ msgid "Runs an Ansible playbook which contains all the roles defined for a host"
453
+ msgstr ""
454
+
455
+ msgid "Schedule generating of Ansible Inventory report"
456
+ msgstr ""
457
+
458
+ msgid "Select the changes you want to realize in Foreman"
459
+ msgstr "Select the changes you want to realise in Foreman"
460
+
461
+ msgid "Set the order in which values are resolved."
462
+ msgstr ""
463
+
464
+ msgid "Show Ansible inventory for hostgroups"
465
+ msgstr ""
466
+
467
+ msgid "Show Ansible inventory for hosts"
468
+ msgstr ""
469
+
470
+ msgid "Show role"
471
+ msgstr ""
472
+
473
+ msgid "Show variable"
474
+ msgstr ""
475
+
476
+ msgid "Smart Proxy to fetch from"
477
+ msgstr ""
478
+
479
+ msgid "Smart Proxy to import from"
480
+ msgstr ""
481
+
482
+ msgid "Smart proxy id is required"
483
+ msgstr ""
484
+
485
+ msgid "Specify Matchers"
486
+ msgstr ""
487
+
488
+ 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>"
489
+ msgstr ""
490
+
491
+ msgid "The order in which values are resolved"
492
+ msgstr ""
493
+
494
+ msgid "There are no Ansible roles to play"
495
+ msgstr ""
496
+
497
+ msgid "Timeout (in minutes) when hosts should have reported."
498
+ msgstr ""
499
+
500
+ 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
+ msgstr ""
502
+
503
+ msgid "Toggle"
504
+ msgstr ""
505
+
506
+ msgid "Type"
507
+ msgstr "Type"
508
+
509
+ msgid "Types of validation values"
510
+ msgstr ""
511
+
512
+ msgid "Types of variable values"
513
+ msgstr ""
514
+
515
+ msgid "Unable to get roles from Ansible"
516
+ msgstr ""
517
+
518
+ msgid "Unable to get roles/variables from Ansible"
519
+ msgstr ""
520
+
521
+ msgid "Update"
522
+ msgstr ""
523
+
524
+ msgid "Updates Ansible variable"
525
+ msgstr ""
526
+
527
+ msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
528
+ msgstr ""
529
+
530
+ msgid "Use this to supply a path to an SSH Private Key that Ansible will use in lieu of a password Override with \"ansible_ssh_private_key_file\" host parameter"
531
+ msgstr ""
532
+
533
+ msgid "Used to enforce certain values for the parameter values"
534
+ msgstr ""
535
+
536
+ msgid "Value to use when there is no match."
537
+ msgstr ""
538
+
539
+ msgid "Variables"
540
+ msgstr ""
541
+
542
+ msgid "Variable|Name"
543
+ msgstr ""
544
+
545
+ msgid "Variable|Role"
546
+ msgstr ""
547
+
548
+ msgid "When enabled the parameter is hidden in the UI"
549
+ msgstr ""
550
+
551
+ msgid "Whether to override variable or not"
552
+ msgstr ""
553
+
554
+ msgid "WinRM cert Validation"
555
+ msgstr ""