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
 
@@ -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"
@@ -132,6 +132,9 @@ msgstr ""
132
132
  msgid "Create an override value for a specific ansible variable"
133
133
  msgstr ""
134
134
 
135
+ msgid "Default Ansible inventory report template"
136
+ msgstr ""
137
+
135
138
  msgid "Default Behavior"
136
139
  msgstr ""
137
140
 
@@ -180,10 +183,13 @@ msgstr ""
180
183
  msgid "Foreman"
181
184
  msgstr ""
182
185
 
183
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
186
+ msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
187
+ msgstr ""
188
+
189
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
184
190
  msgstr ""
185
191
 
186
- msgid "Foreman will run Ansible playbooks using this implementation"
192
+ msgid "Hash of input values of type input=>value"
187
193
  msgstr ""
188
194
 
189
195
  msgid "Hidden Value"
@@ -225,9 +231,6 @@ msgstr ""
225
231
  msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
226
232
  msgstr ""
227
233
 
228
- msgid "Implementation for running Ansible"
229
- msgstr ""
230
-
231
234
  msgid "Import"
232
235
  msgstr ""
233
236
 
@@ -249,13 +252,6 @@ msgstr ""
249
252
  msgid "Import of roles successfully finished."
250
253
  msgstr ""
251
254
 
252
- msgid ""
253
- "Import of variables successfully finished.\n"
254
- "Added: #{results[:added].count} \n"
255
- " Removed: #{results[:obsolete].count} \n"
256
- "Updated: #{results[:updated].count}"
257
- msgstr ""
258
-
259
255
  msgid "Imported at"
260
256
  msgstr ""
261
257
 
@@ -384,69 +380,78 @@ msgstr ""
384
380
  msgid "Overriden"
385
381
  msgstr ""
386
382
 
387
- msgid "Play Ansible roles"
383
+ msgid "Post-provision timeout"
388
384
  msgstr ""
389
385
 
390
- msgid "Play Roles"
386
+ msgid "Prioritize Attribute Order"
391
387
  msgstr ""
392
388
 
393
- msgid "Playbook execution failed"
389
+ msgid "Private Key Path"
394
390
  msgstr ""
395
391
 
396
- msgid "Plays Ansible roles on a host"
392
+ msgid "Proxy not found"
397
393
  msgstr ""
398
394
 
399
- msgid "Plays Ansible roles on a hostgroup"
395
+ msgid "Remediation Plan"
400
396
  msgstr ""
401
397
 
402
- msgid "Plays Ansible roles on hostgroups"
398
+ msgid "Remote action:"
403
399
  msgstr ""
404
400
 
405
- msgid "Plays Ansible roles on hosts"
401
+ msgid "Remove"
406
402
  msgstr ""
407
403
 
408
- msgid "Post-provision timeout"
404
+ msgid "Remove duplicate values (only array type)"
409
405
  msgstr ""
410
406
 
411
- msgid "Prioritize Attribute Order"
407
+ msgid "Report format, defaults to '%s'"
412
408
  msgstr ""
413
409
 
414
- msgid "Private Key Path"
410
+ msgid "Role ID"
415
411
  msgstr ""
416
412
 
417
- msgid "Proxy not found"
413
+ msgid "Roles"
418
414
  msgstr ""
419
415
 
420
- msgid "Remediation Plan"
416
+ msgid "Role|Name"
421
417
  msgstr ""
422
418
 
423
- msgid "Remote action:"
419
+ msgid "Run Ansible roles"
424
420
  msgstr ""
425
421
 
426
- msgid "Remove"
422
+ msgid "Run all Ansible roles"
427
423
  msgstr ""
428
424
 
429
- msgid "Remove duplicate values (only array type)"
425
+ msgid "Run all Ansible roles on hosts belonging to this host group"
430
426
  msgstr ""
431
427
 
432
- msgid "Role ID"
428
+ msgid "Run an Ansible playbook against given hosts"
433
429
  msgstr ""
434
430
 
435
- msgid "Roles"
431
+ msgid "Run playbook"
436
432
  msgstr ""
437
433
 
438
- msgid "Role|Name"
434
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
439
435
  msgstr ""
440
436
 
441
- msgid "Run Ansible roles"
437
+ msgid "Runs all Ansible roles on a host"
442
438
  msgstr ""
443
439
 
444
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
440
+ msgid "Runs all Ansible roles on a hostgroup"
441
+ msgstr ""
442
+
443
+ msgid "Runs all Ansible roles on hostgroups"
444
+ msgstr ""
445
+
446
+ msgid "Runs all Ansible roles on hosts"
445
447
  msgstr ""
446
448
 
447
449
  msgid "Runs an Ansible playbook which contains all the roles defined for a host"
448
450
  msgstr ""
449
451
 
452
+ msgid "Schedule generating of Ansible Inventory report"
453
+ msgstr ""
454
+
450
455
  msgid "Select the changes you want to realize in Foreman"
451
456
  msgstr ""
452
457
 
@@ -0,0 +1,556 @@
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
+ # Mikael Fridh <frimik@gmail.com>, 2018
9
+ # johnny.westerlund <johnny.westerlund@gmail.com>, 2019
10
+ #
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_ansible 5.0.1\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
16
+ "Last-Translator: johnny.westerlund <johnny.westerlund@gmail.com>, 2019\n"
17
+ "Language-Team: Swedish (Sweden) (https://www.transifex.com/foreman/teams/114/s"
18
+ "v_SE/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: sv_SE\n"
23
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
+
25
+ msgid "%s ago"
26
+ msgstr "%s sedan"
27
+
28
+ msgid "%{cfgmgmt} out of sync disabled"
29
+ msgstr ""
30
+
31
+ msgid "Action with sub plans"
32
+ msgstr ""
33
+
34
+ msgid "Actions"
35
+ msgstr "Åtgärder"
36
+
37
+ msgid "Add"
38
+ msgstr ""
39
+
40
+ msgid "Ansible"
41
+ msgstr ""
42
+
43
+ msgid "Ansible Role"
44
+ msgstr ""
45
+
46
+ msgid "Ansible Roles"
47
+ msgstr ""
48
+
49
+ msgid "Ansible Variable Details"
50
+ msgstr ""
51
+
52
+ msgid "Ansible Variable Details (Imported)"
53
+ msgstr ""
54
+
55
+ msgid "Ansible Variables"
56
+ msgstr ""
57
+
58
+ msgid "Ansible report timeout"
59
+ msgstr ""
60
+
61
+ msgid "Ansible role"
62
+ msgstr ""
63
+
64
+ msgid "Ansible role names to import"
65
+ msgstr ""
66
+
67
+ msgid "Ansible roles to assign to a host"
68
+ msgstr ""
69
+
70
+ msgid "Ansible roles to assign to a hostgroup"
71
+ msgstr ""
72
+
73
+ msgid "Ansible support in Foreman"
74
+ msgstr ""
75
+
76
+ msgid "Ansible: Run Insights maintenance plan"
77
+ msgstr ""
78
+
79
+ msgid "Arguments"
80
+ msgstr ""
81
+
82
+ msgid "Assigns Ansible roles to a host"
83
+ msgstr ""
84
+
85
+ msgid "Assigns Ansible roles to a hostgroup"
86
+ msgstr ""
87
+
88
+ msgid "Avoid duplicate values when merging them (only array type)?"
89
+ msgstr ""
90
+
91
+ msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
92
+ msgstr ""
93
+
94
+ msgid "Cancel"
95
+ msgstr "Avbryt"
96
+
97
+ msgid "Changed Ansible roles"
98
+ msgstr ""
99
+
100
+ msgid "Changed Ansible variables"
101
+ msgstr ""
102
+
103
+ msgid "Check/Uncheck all"
104
+ msgstr "Markera/Avmarkera samtliga"
105
+
106
+ msgid "Check/Uncheck all %s changes"
107
+ msgstr "Markera/Avmarkera samtliga %s ändringar"
108
+
109
+ msgid "Check/Uncheck new"
110
+ msgstr "Markera/Avmarkera nya"
111
+
112
+ msgid "Check/Uncheck obsolete"
113
+ msgstr "Markera/Avmarkera förlegade"
114
+
115
+ msgid "Check/Uncheck update"
116
+ msgstr ""
117
+
118
+ msgid "Clone"
119
+ msgstr "Klona"
120
+
121
+ msgid "Connection type"
122
+ msgstr ""
123
+
124
+ msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
125
+ msgstr ""
126
+
127
+ msgid "Could not run Ansible roles for %{host}"
128
+ msgstr ""
129
+
130
+ msgid "Create Ansible Variable"
131
+ msgstr ""
132
+
133
+ msgid "Create Ansible variable"
134
+ msgstr ""
135
+
136
+ msgid "Create an override value for a specific ansible variable"
137
+ msgstr ""
138
+
139
+ msgid "Default Ansible inventory report template"
140
+ msgstr ""
141
+
142
+ msgid "Default Behavior"
143
+ msgstr ""
144
+
145
+ msgid "Default value of variable"
146
+ msgstr ""
147
+
148
+ msgid "Default verbosity level"
149
+ msgstr ""
150
+
151
+ msgid "Delete %s?"
152
+ msgstr "Radera %s?"
153
+
154
+ msgid "Deletes Ansible role"
155
+ msgstr ""
156
+
157
+ msgid "Deletes Ansible variable"
158
+ msgstr ""
159
+
160
+ msgid "Description of variable"
161
+ msgstr ""
162
+
163
+ msgid "Destroy an override value"
164
+ msgstr ""
165
+
166
+ msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
167
+ msgstr ""
168
+
169
+ msgid "Disabled"
170
+ msgstr "Inaktiverad"
171
+
172
+ msgid "Edit %s"
173
+ msgstr "Redigera %s"
174
+
175
+ msgid "Edit Ansible Variable"
176
+ msgstr ""
177
+
178
+ 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\""
179
+ msgstr ""
180
+
181
+ msgid "Error loading data from proxy"
182
+ msgstr ""
183
+
184
+ msgid "Fetch Ansible roles available to be imported"
185
+ msgstr ""
186
+
187
+ msgid "Foreman"
188
+ msgstr ""
189
+
190
+ msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
191
+ msgstr ""
192
+
193
+ msgid "Foreman will use this template to schedule the report with Ansible inventory"
194
+ msgstr ""
195
+
196
+ msgid "Hash of input values of type input=>value"
197
+ msgstr ""
198
+
199
+ msgid "Hidden Value"
200
+ msgstr ""
201
+
202
+ msgid "Hide all values for this parameter."
203
+ msgstr ""
204
+
205
+ msgid "Host group has no associated hosts"
206
+ msgstr ""
207
+
208
+ msgid "Hostgroups"
209
+ msgstr ""
210
+
211
+ msgid "Hostgroups count"
212
+ msgstr ""
213
+
214
+ msgid "Hosts"
215
+ msgstr "Värdar"
216
+
217
+ msgid "Hosts count"
218
+ msgstr ""
219
+
220
+ msgid "IDs of associated ansible roles"
221
+ msgstr ""
222
+
223
+ msgid "IDs of hostgroups included in inventory"
224
+ msgstr ""
225
+
226
+ msgid "IDs of hostgroups to play roles on"
227
+ msgstr ""
228
+
229
+ msgid "IDs of hosts included in inventory"
230
+ msgstr ""
231
+
232
+ msgid "IDs of hosts to play roles on"
233
+ msgstr ""
234
+
235
+ msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
236
+ msgstr "Om vald, kommer ett fel att flaggas om det inte finns något standardvärde och ingen matchare tillhandahåller ett värde."
237
+
238
+ msgid "Import"
239
+ msgstr "Importera"
240
+
241
+ msgid "Import Ansible roles"
242
+ msgstr ""
243
+
244
+ msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
245
+ msgstr ""
246
+
247
+ msgid "Import Puppet classes"
248
+ msgstr ""
249
+
250
+ msgid "Import facts"
251
+ msgstr ""
252
+
253
+ msgid "Import from %s"
254
+ msgstr "Importera från %s"
255
+
256
+ msgid "Import of roles successfully finished."
257
+ msgstr ""
258
+
259
+ msgid "Imported at"
260
+ msgstr ""
261
+
262
+ msgid "Imported?"
263
+ msgstr ""
264
+
265
+ msgid "Include default value when merging all matching values"
266
+ msgstr ""
267
+
268
+ msgid "Include default value when merging all matching values."
269
+ msgstr ""
270
+
271
+ msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
272
+ msgstr ""
273
+
274
+ msgid "Job Details"
275
+ msgstr ""
276
+
277
+ msgid "Jobs"
278
+ msgstr ""
279
+
280
+ msgid "Learn more about this in the documentation."
281
+ msgstr ""
282
+
283
+ msgid "Level"
284
+ msgstr "Nivå"
285
+
286
+ msgid "Level 1 (-v)"
287
+ msgstr ""
288
+
289
+ msgid "Level 2 (-vv)"
290
+ msgstr ""
291
+
292
+ msgid "Level 3 (-vvv)"
293
+ msgstr ""
294
+
295
+ msgid "Level 4 (-vvvv)"
296
+ msgstr ""
297
+
298
+ msgid "List Ansible roles"
299
+ msgstr ""
300
+
301
+ msgid "List Ansible variables"
302
+ msgstr ""
303
+
304
+ msgid "List all Ansible roles for a host"
305
+ msgstr ""
306
+
307
+ msgid "List all Ansible roles for a hostgroup"
308
+ msgstr ""
309
+
310
+ 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."
311
+ msgstr ""
312
+
313
+ msgid "Merge all matching values (only array/hash type)"
314
+ msgstr ""
315
+
316
+ msgid "Message"
317
+ msgstr "Meddelande"
318
+
319
+ msgid "Module"
320
+ msgstr ""
321
+
322
+ msgid "Name"
323
+ msgstr "Namn"
324
+
325
+ msgid "Name of variable"
326
+ msgstr ""
327
+
328
+ msgid "Nest"
329
+ msgstr "Nästla"
330
+
331
+ msgid "New"
332
+ msgstr "Ny"
333
+
334
+ msgid "New Ansible Variable"
335
+ msgstr ""
336
+
337
+ msgid ""
338
+ "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
339
+ " you have to import them first."
340
+ msgstr ""
341
+
342
+ msgid "No changes in roles detected on %s."
343
+ msgstr ""
344
+
345
+ msgid "No changes in roles detected."
346
+ msgstr ""
347
+
348
+ msgid "No changes in variables detected on %s."
349
+ msgstr ""
350
+
351
+ msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
352
+ msgstr ""
353
+
354
+ msgid "Nothing to show"
355
+ msgstr "Inget att visa"
356
+
357
+ msgid "Obsolete"
358
+ msgstr "Förlegad"
359
+
360
+ msgid "Obsolete Ansible roles"
361
+ msgstr ""
362
+
363
+ msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
364
+ msgstr ""
365
+
366
+ msgid "Operation"
367
+ msgstr "Operation"
368
+
369
+ msgid "Optional Input Validator"
370
+ msgstr ""
371
+
372
+ msgid "Order"
373
+ msgstr "Order"
374
+
375
+ msgid "Override match"
376
+ msgstr ""
377
+
378
+ msgid "Override the default value of the Ansible variable."
379
+ msgstr ""
380
+
381
+ msgid "Override value, required if omit is false"
382
+ msgstr ""
383
+
384
+ msgid "Overriden"
385
+ msgstr ""
386
+
387
+ msgid "Post-provision timeout"
388
+ msgstr ""
389
+
390
+ msgid "Prioritize Attribute Order"
391
+ msgstr ""
392
+
393
+ msgid "Private Key Path"
394
+ msgstr ""
395
+
396
+ msgid "Proxy not found"
397
+ msgstr ""
398
+
399
+ msgid "Remediation Plan"
400
+ msgstr ""
401
+
402
+ msgid "Remote action:"
403
+ msgstr ""
404
+
405
+ msgid "Remove"
406
+ msgstr ""
407
+
408
+ msgid "Remove duplicate values (only array type)"
409
+ msgstr ""
410
+
411
+ msgid "Report format, defaults to '%s'"
412
+ msgstr ""
413
+
414
+ msgid "Role ID"
415
+ msgstr ""
416
+
417
+ msgid "Roles"
418
+ msgstr "Roller"
419
+
420
+ msgid "Role|Name"
421
+ msgstr "Namn"
422
+
423
+ msgid "Run Ansible roles"
424
+ msgstr ""
425
+
426
+ msgid "Run all Ansible roles"
427
+ msgstr ""
428
+
429
+ msgid "Run all Ansible roles on hosts belonging to this host group"
430
+ msgstr ""
431
+
432
+ msgid "Run an Ansible playbook against given hosts"
433
+ msgstr ""
434
+
435
+ msgid "Run playbook"
436
+ msgstr ""
437
+
438
+ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
439
+ msgstr ""
440
+
441
+ msgid "Runs all Ansible roles on a host"
442
+ msgstr ""
443
+
444
+ msgid "Runs all Ansible roles on a hostgroup"
445
+ msgstr ""
446
+
447
+ msgid "Runs all Ansible roles on hostgroups"
448
+ msgstr ""
449
+
450
+ msgid "Runs all Ansible roles on hosts"
451
+ msgstr ""
452
+
453
+ msgid "Runs an Ansible playbook which contains all the roles defined for a host"
454
+ msgstr ""
455
+
456
+ msgid "Schedule generating of Ansible Inventory report"
457
+ msgstr ""
458
+
459
+ msgid "Select the changes you want to realize in Foreman"
460
+ msgstr "Markera ändringarna som du vill verkställa i Foreman"
461
+
462
+ msgid "Set the order in which values are resolved."
463
+ msgstr ""
464
+
465
+ msgid "Show Ansible inventory for hostgroups"
466
+ msgstr ""
467
+
468
+ msgid "Show Ansible inventory for hosts"
469
+ msgstr ""
470
+
471
+ msgid "Show role"
472
+ msgstr ""
473
+
474
+ msgid "Show variable"
475
+ msgstr ""
476
+
477
+ msgid "Smart Proxy to fetch from"
478
+ msgstr ""
479
+
480
+ msgid "Smart Proxy to import from"
481
+ msgstr ""
482
+
483
+ msgid "Smart proxy id is required"
484
+ msgstr ""
485
+
486
+ msgid "Specify Matchers"
487
+ msgstr ""
488
+
489
+ 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>"
490
+ msgstr "Ordningen i vilken matchnycklar är behandlad är, första träff vinner. <br>Du kan använda multipla attribut som matchnycklar, t.ex. en ordning som <code>värdgrupp, miljö</code> skulle anta en matchare som <code> värdgrupp =\"webbservrar\", miljö=\"produktion\"</code>"
491
+
492
+ msgid "The order in which values are resolved"
493
+ msgstr "I vilken ordning värden slås upp"
494
+
495
+ msgid "There are no Ansible roles to play"
496
+ msgstr ""
497
+
498
+ msgid "Timeout (in minutes) when hosts should have reported."
499
+ msgstr ""
500
+
501
+ 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."
502
+ msgstr ""
503
+
504
+ msgid "Toggle"
505
+ msgstr "Skifta"
506
+
507
+ msgid "Type"
508
+ msgstr "Typ"
509
+
510
+ msgid "Types of validation values"
511
+ msgstr ""
512
+
513
+ msgid "Types of variable values"
514
+ msgstr ""
515
+
516
+ msgid "Unable to get roles from Ansible"
517
+ msgstr ""
518
+
519
+ msgid "Unable to get roles/variables from Ansible"
520
+ msgstr ""
521
+
522
+ msgid "Update"
523
+ msgstr "Uppdatera"
524
+
525
+ msgid "Updates Ansible variable"
526
+ msgstr ""
527
+
528
+ msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
529
+ msgstr ""
530
+
531
+ 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"
532
+ msgstr ""
533
+
534
+ msgid "Used to enforce certain values for the parameter values"
535
+ msgstr ""
536
+
537
+ msgid "Value to use when there is no match."
538
+ msgstr ""
539
+
540
+ msgid "Variables"
541
+ msgstr ""
542
+
543
+ msgid "Variable|Name"
544
+ msgstr ""
545
+
546
+ msgid "Variable|Role"
547
+ msgstr ""
548
+
549
+ msgid "When enabled the parameter is hidden in the UI"
550
+ msgstr ""
551
+
552
+ msgid "Whether to override variable or not"
553
+ msgstr ""
554
+
555
+ msgid "WinRM cert Validation"
556
+ msgstr ""