foreman_ansible 14.2.1 → 14.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +359 -386
- data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +443 -470
- data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +518 -545
- data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +291 -318
- data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +317 -344
- data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +580 -607
- data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +582 -609
- data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +333 -360
- data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +395 -422
- data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +582 -609
- data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +575 -602
- data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +402 -429
- data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +350 -377
- data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +369 -396
- data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +580 -607
- data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +391 -418
- data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +335 -362
- data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +584 -611
- data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +402 -429
- data/app/models/ansible_role.rb +3 -0
- data/app/models/ansible_variable.rb +4 -0
- data/app/models/host_ansible_role.rb +6 -0
- data/app/views/foreman_ansible/job_templates/capsule_update_-_ansible_default.erb +73 -0
- data/app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb +1 -3
- data/lib/foreman_ansible/remote_execution.rb +6 -0
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/ca/foreman_ansible.po +6 -33
- data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/cs_CZ/foreman_ansible.po +6 -33
- data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/de/foreman_ansible.po +6 -33
- data/locale/en/foreman_ansible.po +6 -33
- data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/en_GB/foreman_ansible.po +6 -33
- data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/foreman_ansible.po +6 -33
- data/locale/foreman_ansible.pot +47 -85
- data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/fr/foreman_ansible.po +6 -33
- data/locale/gl/foreman_ansible.po +6 -33
- data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/it/foreman_ansible.po +6 -33
- data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ja/foreman_ansible.po +6 -33
- data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ka/foreman_ansible.po +6 -33
- data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ko/foreman_ansible.po +6 -33
- data/locale/nl_NL/foreman_ansible.po +6 -33
- data/locale/pl/foreman_ansible.po +6 -33
- data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pt_BR/foreman_ansible.po +6 -33
- data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ru/foreman_ansible.po +6 -33
- data/locale/sv_SE/foreman_ansible.po +6 -33
- data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_CN/foreman_ansible.po +6 -33
- data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_TW/foreman_ansible.po +6 -33
- data/test/unit/host_ansible_role_test.rb +30 -0
- metadata +17 -3
- data/locale/action_names.rb +0 -7
@@ -17,920 +17,893 @@
|
|
17
17
|
"domain": "foreman_ansible",
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
19
19
|
},
|
20
|
-
"
|
20
|
+
"%(selectedCount)s of %(totalCount)s items selected": [
|
21
21
|
""
|
22
22
|
],
|
23
|
-
"
|
24
|
-
""
|
23
|
+
"%s ago": [
|
24
|
+
"vor %s"
|
25
25
|
],
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"%{cfgmgmt} out of sync disabled": [
|
27
|
+
"%{cfgmgmt} nicht synchronisiert deaktiviert"
|
28
28
|
],
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"(from host group)": [
|
30
|
+
""
|
31
31
|
],
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"A comma separated list of tags to use for Ansible run": [
|
33
|
+
""
|
34
34
|
],
|
35
|
-
"
|
36
|
-
"
|
35
|
+
"Actions": [
|
36
|
+
"Aktionen"
|
37
37
|
],
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"Add": [
|
39
|
+
"Hinzufügen"
|
40
40
|
],
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"Add all": [
|
42
|
+
""
|
43
43
|
],
|
44
|
-
"
|
45
|
-
"
|
44
|
+
"Add selected": [
|
45
|
+
""
|
46
46
|
],
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"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.": [
|
48
|
+
""
|
49
49
|
],
|
50
|
-
"
|
51
|
-
"
|
50
|
+
"All assigned Ansible roles": [
|
51
|
+
""
|
52
52
|
],
|
53
|
-
"
|
54
|
-
"
|
53
|
+
"Ansible": [
|
54
|
+
"Ansible"
|
55
55
|
],
|
56
|
-
"
|
57
|
-
"
|
56
|
+
"Ansible playbooks names to be synced": [
|
57
|
+
""
|
58
58
|
],
|
59
|
-
"
|
60
|
-
"
|
59
|
+
"Ansible Role": [
|
60
|
+
"Ansible-Rolle"
|
61
61
|
],
|
62
|
-
"
|
63
|
-
"
|
62
|
+
"Ansible Roles": [
|
63
|
+
"Ansible-Rollen"
|
64
64
|
],
|
65
|
-
"
|
65
|
+
"Ansible Roles were successfully assigned.": [
|
66
66
|
""
|
67
67
|
],
|
68
|
-
"
|
69
|
-
""
|
68
|
+
"Ansible Variable Details": [
|
69
|
+
"Ansible-Variablendetails"
|
70
70
|
],
|
71
|
-
"Ansible
|
72
|
-
""
|
71
|
+
"Ansible Variable Details (Imported)": [
|
72
|
+
"Ansible-Variablendetails (Importiert)"
|
73
73
|
],
|
74
|
-
"
|
74
|
+
"Ansible Variable not found by id: %s": [
|
75
75
|
""
|
76
76
|
],
|
77
|
-
"
|
78
|
-
"
|
79
|
-
],
|
80
|
-
"Smart proxy id is required": [
|
81
|
-
"Smart-Proxy-Kennung wird benötigt"
|
77
|
+
"Ansible Variables": [
|
78
|
+
"Ansible-Variablen"
|
82
79
|
],
|
83
|
-
"
|
84
|
-
"
|
80
|
+
"Ansible check mode": [
|
81
|
+
""
|
85
82
|
],
|
86
|
-
"
|
87
|
-
"
|
83
|
+
"Ansible job was successfully canceled.": [
|
84
|
+
""
|
88
85
|
],
|
89
|
-
"
|
90
|
-
"
|
86
|
+
"Ansible job was successfully created.": [
|
87
|
+
""
|
91
88
|
],
|
92
|
-
"
|
89
|
+
"Ansible provider specific inputs": [
|
93
90
|
""
|
94
91
|
],
|
95
|
-
"
|
96
|
-
"
|
92
|
+
"Ansible report timeout": [
|
93
|
+
"Zeitüberschreitung für Ansible-Berichte"
|
94
|
+
],
|
95
|
+
"Ansible role": [
|
96
|
+
"Ansible Rolle"
|
97
97
|
],
|
98
98
|
"Ansible role names to be imported": [
|
99
99
|
""
|
100
100
|
],
|
101
|
-
"
|
101
|
+
"Ansible role names to be synced": [
|
102
102
|
""
|
103
103
|
],
|
104
|
-
"
|
104
|
+
"Ansible role to add to a host": [
|
105
105
|
""
|
106
106
|
],
|
107
|
-
"Ansible role
|
107
|
+
"Ansible role to add to a hostgroup": [
|
108
108
|
""
|
109
109
|
],
|
110
|
-
"
|
110
|
+
"Ansible role to remove from a host": [
|
111
111
|
""
|
112
112
|
],
|
113
|
-
"
|
113
|
+
"Ansible role to remove from a hostgroup": [
|
114
114
|
""
|
115
115
|
],
|
116
|
-
"
|
116
|
+
"Ansible roles assigned directly to host": [
|
117
117
|
""
|
118
118
|
],
|
119
|
-
"
|
120
|
-
"
|
119
|
+
"Ansible roles to assign to a host": [
|
120
|
+
"Ansible-Rollen, die einem Host zugewiesen werden können"
|
121
121
|
],
|
122
|
-
"
|
123
|
-
"Ansible-
|
122
|
+
"Ansible roles to assign to a hostgroup": [
|
123
|
+
"Ansible-Rollen, die einer Hostgruppe zugewiesen werden können"
|
124
124
|
],
|
125
|
-
"
|
126
|
-
"
|
125
|
+
"Ansible roles to ignore": [
|
126
|
+
""
|
127
127
|
],
|
128
|
-
"
|
129
|
-
"
|
128
|
+
"Ansible support in Foreman": [
|
129
|
+
"Ansible Unterstützung in Foreman"
|
130
130
|
],
|
131
|
-
"
|
132
|
-
"
|
131
|
+
"Ansible variable override successfully changed.": [
|
132
|
+
""
|
133
133
|
],
|
134
|
-
"
|
135
|
-
"
|
134
|
+
"Ansible variable override was successfully deleted.": [
|
135
|
+
""
|
136
136
|
],
|
137
|
-
"
|
138
|
-
"
|
137
|
+
"Are you sure you want to cancel Ansible config job?": [
|
138
|
+
""
|
139
139
|
],
|
140
|
-
"
|
141
|
-
"
|
140
|
+
"Are you sure you want to delete override for %s?": [
|
141
|
+
""
|
142
142
|
],
|
143
|
-
"
|
144
|
-
"
|
143
|
+
"Assign roles directly to the host": [
|
144
|
+
""
|
145
145
|
],
|
146
|
-
"
|
147
|
-
"
|
146
|
+
"Assigned Ansible Roles": [
|
147
|
+
""
|
148
148
|
],
|
149
|
-
"
|
150
|
-
"
|
149
|
+
"Assigns Ansible roles to a host": [
|
150
|
+
"Weist einem Host Ansible-Rollen zu"
|
151
151
|
],
|
152
|
-
"
|
153
|
-
"
|
152
|
+
"Assigns Ansible roles to a hostgroup": [
|
153
|
+
"Weißt Ansible-Rollen einer Hostgruppe zu"
|
154
154
|
],
|
155
|
-
"
|
156
|
-
"
|
155
|
+
"Available Ansible Roles": [
|
156
|
+
"Verfügbare Ansible-Rollen"
|
157
157
|
],
|
158
|
-
"
|
159
|
-
"
|
158
|
+
"Available Ansible roles": [
|
159
|
+
""
|
160
160
|
],
|
161
|
-
"
|
162
|
-
"
|
161
|
+
"Avoid duplicate values when merging them (only array type)?": [
|
162
|
+
"Doppelte Werte bei der Zusammenführung vermeiden (nur Array Typ)?"
|
163
163
|
],
|
164
|
-
"
|
165
|
-
"
|
164
|
+
"Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation.": [
|
165
|
+
"Bevor diese Variablen in Ihre Playbooks aufgenommen werden, überprüft Foreman, ob Ihre Variablen der Validierung entsprechen."
|
166
166
|
],
|
167
|
-
"
|
168
|
-
"
|
167
|
+
"Cancel": [
|
168
|
+
"Abbrechen"
|
169
169
|
],
|
170
|
-
"
|
171
|
-
"
|
170
|
+
"Cancel Ansible config job": [
|
171
|
+
""
|
172
172
|
],
|
173
|
-
"
|
173
|
+
"Changed Ansible roles": [
|
174
|
+
"Geänderte Ansible-Rollen"
|
175
|
+
],
|
176
|
+
"Close": [
|
177
|
+
"Schließen"
|
178
|
+
],
|
179
|
+
"Configure Ansible Job": [
|
174
180
|
""
|
175
181
|
],
|
176
|
-
"
|
182
|
+
"Configure Recurring Job": [
|
177
183
|
""
|
178
184
|
],
|
179
|
-
"
|
180
|
-
"
|
185
|
+
"Confirm": [
|
186
|
+
"Bestätigen"
|
181
187
|
],
|
182
|
-
"
|
183
|
-
"
|
188
|
+
"Connection type": [
|
189
|
+
"Verbindungstyp"
|
184
190
|
],
|
185
|
-
"
|
186
|
-
"
|
191
|
+
"Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted.": [
|
192
|
+
"Nach dem ersten Treffer nach weiterhin nach Treffern suchen (nur Array-/Hash-Typ)? Hinweis: Das Zusammenlegen von Überschreibungen ignoriert alle Prüfwerte, die weggelassen werden."
|
187
193
|
],
|
188
|
-
"
|
189
|
-
"
|
194
|
+
"Could not run Ansible roles for %{host}": [
|
195
|
+
"Ansible-Rollen für %{host} konnten nicht ausgeführt werden"
|
190
196
|
],
|
191
|
-
"
|
192
|
-
"
|
197
|
+
"Create Ansible Variable": [
|
198
|
+
"Ansible-Variable erstellen"
|
193
199
|
],
|
194
|
-
"Ansible
|
195
|
-
"Ansible-
|
200
|
+
"Create Ansible variable": [
|
201
|
+
"Ansible-Variable erstellen"
|
196
202
|
],
|
197
|
-
"
|
203
|
+
"Create an override value for a specific ansible variable": [
|
204
|
+
"Überschreibungswert für eine bestimmte Ansible-Variable erzeugen"
|
205
|
+
],
|
206
|
+
"DEPRECATED: Import Ansible roles": [
|
198
207
|
""
|
199
208
|
],
|
200
|
-
"Ansible
|
209
|
+
"DEPRECATED: Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles": [
|
201
210
|
""
|
202
211
|
],
|
203
|
-
"
|
212
|
+
"DEPRECATED: Obsolete Ansible roles": [
|
204
213
|
""
|
205
214
|
],
|
206
|
-
"Ansible
|
215
|
+
"DEPRECATED: Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles": [
|
207
216
|
""
|
208
217
|
],
|
209
|
-
"
|
210
|
-
"
|
218
|
+
"Default Ansible inventory report template": [
|
219
|
+
"Standardvorlage für Ansible-Inventarberichte"
|
211
220
|
],
|
212
|
-
"
|
213
|
-
"
|
221
|
+
"Default Behavior": [
|
222
|
+
"Standardmäßiges Verhalten"
|
214
223
|
],
|
215
|
-
"
|
216
|
-
"
|
224
|
+
"Default value": [
|
225
|
+
"Standardwert"
|
217
226
|
],
|
218
|
-
"
|
219
|
-
"
|
227
|
+
"Default value of variable": [
|
228
|
+
"Standardwert der Variable"
|
220
229
|
],
|
221
|
-
"
|
222
|
-
"
|
230
|
+
"Default verbosity level": [
|
231
|
+
"Default verbosity level"
|
223
232
|
],
|
224
|
-
"
|
225
|
-
"
|
233
|
+
"Delete": [
|
234
|
+
"Löschen"
|
226
235
|
],
|
227
|
-
"
|
228
|
-
"
|
236
|
+
"Delete %s?": [
|
237
|
+
"%s löschen?"
|
229
238
|
],
|
230
|
-
"
|
231
|
-
""
|
232
|
-
],
|
233
|
-
"Ansible role to add to a host": [
|
234
|
-
""
|
235
|
-
],
|
236
|
-
"Remove directly assigned Ansible role from a host": [
|
239
|
+
"Delete Ansible variable override": [
|
237
240
|
""
|
238
241
|
],
|
239
|
-
"Ansible role
|
240
|
-
""
|
242
|
+
"Deletes Ansible role": [
|
243
|
+
"Löscht die Ansible-Rolle"
|
241
244
|
],
|
242
|
-
"
|
243
|
-
""
|
245
|
+
"Deletes Ansible variable": [
|
246
|
+
"Löscht die Ansible-Variable"
|
244
247
|
],
|
245
|
-
"
|
246
|
-
"
|
248
|
+
"Description": [
|
249
|
+
"Beschreibung"
|
247
250
|
],
|
248
|
-
"
|
249
|
-
"
|
251
|
+
"Description of variable": [
|
252
|
+
"Beschreibung der Variable"
|
250
253
|
],
|
251
|
-
"
|
252
|
-
"
|
254
|
+
"Destroy an override value": [
|
255
|
+
"Überschreibungswert löschen"
|
253
256
|
],
|
254
|
-
"
|
257
|
+
"Directly add an Ansible role to a host": [
|
255
258
|
""
|
256
259
|
],
|
257
|
-
"
|
260
|
+
"Directly add an Ansible role to a hostgroup": [
|
258
261
|
""
|
259
262
|
],
|
260
|
-
"
|
261
|
-
"
|
263
|
+
"Directly assigned to Host": [
|
264
|
+
""
|
262
265
|
],
|
263
|
-
"
|
264
|
-
"
|
266
|
+
"Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval": [
|
267
|
+
"Deaktivieren Sie den Hostkonfigurationsstatus, der für %{cfgmgmt} nicht synchronisiert wird, nachdem der Bericht nicht innerhalb des konfigurierten Intervalls eintrifft"
|
265
268
|
],
|
266
|
-
"
|
267
|
-
""
|
269
|
+
"Disabled": [
|
270
|
+
"Deaktiviert"
|
268
271
|
],
|
269
|
-
"
|
270
|
-
""
|
272
|
+
"Edit %s": [
|
273
|
+
"%s bearbeiten"
|
271
274
|
],
|
272
|
-
"
|
273
|
-
""
|
275
|
+
"Edit Ansible Roles": [
|
276
|
+
"Ansible-Rollen bearbeiten"
|
274
277
|
],
|
275
|
-
"
|
276
|
-
""
|
278
|
+
"Edit Ansible Variable": [
|
279
|
+
"Ansible-Variable bearbeiten"
|
277
280
|
],
|
278
|
-
"
|
279
|
-
"
|
281
|
+
"Edit Ansible roles": [
|
282
|
+
"Ansible-Rollen bearbeiten"
|
280
283
|
],
|
281
|
-
"
|
282
|
-
"
|
284
|
+
"Enable Ansible Callback": [
|
285
|
+
""
|
283
286
|
],
|
284
|
-
"
|
285
|
-
"
|
287
|
+
"Enable the callback plugin for this template": [
|
288
|
+
""
|
286
289
|
],
|
287
|
-
"
|
288
|
-
"
|
290
|
+
"Enable web console": [
|
291
|
+
""
|
289
292
|
],
|
290
|
-
"
|
291
|
-
"
|
293
|
+
"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\\\"": [
|
294
|
+
"Aktivieren/deaktivieren Sie die Validierung des WinRM-Serverzertifikats, wenn Sie Ansible-Playbooks ausführen. Sie können dies auf Hosts überschreiben, indem Sie einen Parameter \\\"ansible_winrm_server_cert_validation\\\" hinzufügen."
|
292
295
|
],
|
293
|
-
"
|
294
|
-
"
|
296
|
+
"Error!": [
|
297
|
+
"Fehler!"
|
295
298
|
],
|
296
|
-
"
|
297
|
-
"
|
299
|
+
"Executed at": [
|
300
|
+
"Ausgeführt um"
|
298
301
|
],
|
299
|
-
"Ansible
|
300
|
-
"
|
302
|
+
"Failed to fetch Ansible Roles from server.": [
|
303
|
+
""
|
301
304
|
],
|
302
|
-
"
|
303
|
-
"
|
305
|
+
"Failed to import roles and variables ": [
|
306
|
+
""
|
304
307
|
],
|
305
|
-
"
|
306
|
-
"
|
308
|
+
"Fetch Ansible playbooks available to be synced": [
|
309
|
+
""
|
307
310
|
],
|
308
|
-
"
|
311
|
+
"Fetch Ansible roles available to be synced": [
|
309
312
|
""
|
310
313
|
],
|
311
|
-
"
|
314
|
+
"For more advanced scheduling options": [
|
312
315
|
""
|
313
316
|
],
|
314
317
|
"Foreman": [
|
315
318
|
"Foreman"
|
316
319
|
],
|
317
|
-
"
|
318
|
-
"
|
320
|
+
"Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks.": [
|
321
|
+
"Foreman fügt diese Ausführlichkeitsstufe für zusätzliche Debugging-Ausgaben hinzu, wenn Ansible-Playbooks ausgeführt werden."
|
319
322
|
],
|
320
|
-
"
|
321
|
-
"
|
323
|
+
"Foreman will use this template to schedule the report with Ansible inventory": [
|
324
|
+
"Foreman verwendet diese Vorlage, um den Bericht mit Ansible-Inventar zu planen"
|
322
325
|
],
|
323
|
-
"
|
324
|
-
""
|
326
|
+
"Hash of input values of type input=>value": [
|
327
|
+
"Hash von Eingabewerten vom Typ input=>value"
|
325
328
|
],
|
326
|
-
"
|
327
|
-
""
|
329
|
+
"Hidden Value": [
|
330
|
+
"Verborgener Wert"
|
328
331
|
],
|
329
|
-
"
|
330
|
-
"
|
332
|
+
"Hide all values for this parameter.": [
|
333
|
+
"Alle Werte für diesen Parameter verbergen."
|
331
334
|
],
|
332
|
-
"
|
335
|
+
"Host assigned Ansible roles": [
|
333
336
|
""
|
334
337
|
],
|
335
|
-
"
|
338
|
+
"Host count": [
|
336
339
|
""
|
337
340
|
],
|
338
|
-
"
|
341
|
+
"Host group has no associated hosts": [
|
342
|
+
"Die Hostgruppe hat keine zugeordneten Hosts"
|
343
|
+
],
|
344
|
+
"Host not found by id: %s": [
|
339
345
|
""
|
340
346
|
],
|
341
|
-
"
|
347
|
+
"Hostgroup count": [
|
342
348
|
""
|
343
349
|
],
|
344
|
-
"
|
345
|
-
"
|
350
|
+
"Hostgroups": [
|
351
|
+
"Hostgruppen"
|
346
352
|
],
|
347
|
-
"
|
348
|
-
"
|
353
|
+
"Hosts": [
|
354
|
+
"Hosts"
|
349
355
|
],
|
350
|
-
"
|
351
|
-
"
|
356
|
+
"IDs of associated ansible roles": [
|
357
|
+
"IDs der zugehörigen Ansible-Rollen"
|
352
358
|
],
|
353
|
-
"
|
354
|
-
"
|
359
|
+
"IDs of hostgroups included in inventory": [
|
360
|
+
"IDs der Hostgruppen, welche im Inventar enthalten sind"
|
355
361
|
],
|
356
|
-
"
|
357
|
-
"
|
362
|
+
"IDs of hostgroups to play roles on": [
|
363
|
+
"IDs von Hostgruppen, auf denen Rollen gespielt werden sollen"
|
358
364
|
],
|
359
|
-
"
|
360
|
-
"
|
365
|
+
"IDs of hosts included in inventory": [
|
366
|
+
"IDs der Hosts, welche im Inventar enthalten sind"
|
361
367
|
],
|
362
|
-
"
|
363
|
-
"
|
368
|
+
"IDs of hosts to play roles on": [
|
369
|
+
"IDs von Hosts, auf denen Rollen gespielt werden sollen"
|
364
370
|
],
|
365
|
-
"
|
366
|
-
"
|
371
|
+
"If checked, will raise an error if there is no default value and no matcher provide a value.": [
|
372
|
+
"Falls aktiviert, wird dies einen Fehler erzeugen, wenn kein Standardwert vorhanden ist und kein Treffer einen Wert vorschlägt."
|
367
373
|
],
|
368
|
-
"
|
369
|
-
"
|
374
|
+
"Import": [
|
375
|
+
"Importieren"
|
370
376
|
],
|
371
|
-
"
|
372
|
-
"
|
377
|
+
"Import Role": [
|
378
|
+
"Rolle importieren"
|
379
|
+
],
|
380
|
+
"Import from %s": [
|
381
|
+
"Aus %s importieren"
|
382
|
+
],
|
383
|
+
"Import playbooks has finished successfully": [
|
384
|
+
""
|
385
|
+
],
|
386
|
+
"Import roles And Variables": [
|
387
|
+
""
|
388
|
+
],
|
389
|
+
"Import roles and variables has finished successfully": [
|
390
|
+
""
|
391
|
+
],
|
392
|
+
"Import roles and variables started: ": [
|
393
|
+
""
|
373
394
|
],
|
374
395
|
"Imported at": [
|
375
396
|
"Importiert um"
|
376
397
|
],
|
377
|
-
"
|
378
|
-
"
|
398
|
+
"Imported?": [
|
399
|
+
"Importiert?"
|
379
400
|
],
|
380
|
-
"
|
381
|
-
"
|
401
|
+
"Include default value when merging all matching values": [
|
402
|
+
"Standardwert einschließen, wenn alle übereinstimmenden Werte zusammengeführt werden"
|
382
403
|
],
|
383
|
-
"
|
384
|
-
""
|
404
|
+
"Include default value when merging all matching values.": [
|
405
|
+
"Standardwert bei der Zusammenführung aller übereinstimmenden Werte einschließen."
|
385
406
|
],
|
386
|
-
"
|
387
|
-
"
|
407
|
+
"Include/Exclude Tags": [
|
408
|
+
""
|
388
409
|
],
|
389
|
-
"
|
390
|
-
"
|
410
|
+
"Include\\\\Exclude tags for Ansible run": [
|
411
|
+
""
|
391
412
|
],
|
392
|
-
"
|
393
|
-
"
|
413
|
+
"Inherited from Hostgroup": [
|
414
|
+
""
|
394
415
|
],
|
395
|
-
"
|
396
|
-
"
|
416
|
+
"Invalid, expected one of: %s": [
|
417
|
+
""
|
397
418
|
],
|
398
|
-
"
|
399
|
-
"
|
419
|
+
"Invalid, expected to match a regex: %s": [
|
420
|
+
""
|
400
421
|
],
|
401
|
-
"
|
402
|
-
"
|
422
|
+
"Inventory": [
|
423
|
+
"Bestand"
|
403
424
|
],
|
404
|
-
"
|
405
|
-
"
|
425
|
+
"Jobs": [
|
426
|
+
"Aufträge"
|
406
427
|
],
|
407
|
-
"
|
408
|
-
"
|
428
|
+
"Learn more about this in the documentation.": [
|
429
|
+
"Mehr dazu in der Dokumentation."
|
409
430
|
],
|
410
|
-
"
|
411
|
-
"
|
431
|
+
"Level": [
|
432
|
+
"Stufe"
|
412
433
|
],
|
413
|
-
"
|
414
|
-
"
|
434
|
+
"Level 1 (-v)": [
|
435
|
+
"Level 1 (-v)"
|
415
436
|
],
|
416
|
-
"
|
417
|
-
"
|
437
|
+
"Level 2 (-vv)": [
|
438
|
+
"Level 2 (-vv)"
|
418
439
|
],
|
419
|
-
"
|
420
|
-
"
|
440
|
+
"Level 3 (-vvv)": [
|
441
|
+
"Level 3 (-vvv)"
|
421
442
|
],
|
422
|
-
"
|
423
|
-
"
|
443
|
+
"Level 4 (-vvvv)": [
|
444
|
+
"Level 4 (-vvvv)"
|
424
445
|
],
|
425
|
-
"
|
426
|
-
"
|
446
|
+
"List Ansible roles": [
|
447
|
+
"Ansible-Rollen auflisten"
|
427
448
|
],
|
428
|
-
"
|
429
|
-
"
|
449
|
+
"List Ansible variables": [
|
450
|
+
"Ansible-Variablen auflisten"
|
430
451
|
],
|
431
|
-
"
|
432
|
-
"
|
452
|
+
"List all Ansible roles for a host": [
|
453
|
+
"Alle Ansible-Rollen eines Hosts auflisten"
|
433
454
|
],
|
434
|
-
"
|
435
|
-
"
|
455
|
+
"List all Ansible roles for a hostgroup": [
|
456
|
+
"Auflisten aller Ansible-Rollen einer Hostgruppe"
|
436
457
|
],
|
437
|
-
"
|
438
|
-
"
|
458
|
+
"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.": [
|
459
|
+
"Markieren Sie die von Foreman zu verwaltende Variable. Wenn die Ansible-Rolle dieser Variablen einem Host zugewiesen wird, wird der Standardwert als Hostvariable zum Ansible-Inventar hinzugefügt. Geben Sie Matcher an, um einen anderen Wert für eine solche Variable festzulegen."
|
439
460
|
],
|
440
|
-
"
|
441
|
-
"
|
461
|
+
"Merge all matching values (only array/hash type)": [
|
462
|
+
"Alle übereinstimmenden Werte (nur vom Typ Array/Hash) zusammenführen"
|
442
463
|
],
|
443
|
-
"
|
444
|
-
"
|
464
|
+
"Message": [
|
465
|
+
"Nachricht"
|
445
466
|
],
|
446
|
-
"
|
447
|
-
"
|
467
|
+
"Must not be in the past": [
|
468
|
+
""
|
448
469
|
],
|
449
|
-
"
|
450
|
-
"
|
470
|
+
"Name": [
|
471
|
+
"Name"
|
451
472
|
],
|
452
|
-
"
|
453
|
-
"
|
473
|
+
"Name of variable": [
|
474
|
+
"Name der Variable"
|
454
475
|
],
|
455
476
|
"New Ansible Variable": [
|
456
477
|
"Neue Ansible-Variable"
|
457
478
|
],
|
458
|
-
"
|
459
|
-
"
|
479
|
+
"Next Run": [
|
480
|
+
""
|
460
481
|
],
|
461
|
-
"
|
462
|
-
"
|
482
|
+
"No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,\\n you have to import them first.": [
|
483
|
+
""
|
463
484
|
],
|
464
|
-
"
|
465
|
-
"
|
485
|
+
"No Ansible roles assigned": [
|
486
|
+
""
|
466
487
|
],
|
467
|
-
"
|
468
|
-
"
|
488
|
+
"No Ansible variables found for Host": [
|
489
|
+
""
|
469
490
|
],
|
470
|
-
"
|
471
|
-
"
|
491
|
+
"No added or removed roles nor variables detected on %s.": [
|
492
|
+
""
|
472
493
|
],
|
473
|
-
"
|
474
|
-
"
|
494
|
+
"No added or removed roles nor variables.": [
|
495
|
+
""
|
475
496
|
],
|
476
|
-
"
|
497
|
+
"No additional data": [
|
477
498
|
""
|
478
499
|
],
|
479
|
-
"
|
500
|
+
"No changes detected in specified Ansible Roles and their variables": [
|
480
501
|
""
|
481
502
|
],
|
482
|
-
"
|
483
|
-
"
|
503
|
+
"No changes in variables detected on %s.": [
|
504
|
+
"Keine Änderungen an den Variablen erkannt auf %s."
|
484
505
|
],
|
485
|
-
"
|
486
|
-
"
|
506
|
+
"No config job for Ansible roles scheduled": [
|
507
|
+
""
|
487
508
|
],
|
488
|
-
"
|
489
|
-
"
|
509
|
+
"No previous job executions found": [
|
510
|
+
""
|
490
511
|
],
|
491
|
-
"
|
492
|
-
"
|
512
|
+
"No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled.": [
|
513
|
+
"Es wurde kein Proxy gefunden, von dem Variablen importiert werden können. Auf dem Smart-Proxy muss das Ansible-Feature aktiviert sein."
|
493
514
|
],
|
494
|
-
"
|
515
|
+
"No roles assigned directly to the host": [
|
495
516
|
""
|
496
517
|
],
|
497
|
-
"
|
498
|
-
"
|
499
|
-
],
|
500
|
-
"Jobs": [
|
501
|
-
"Aufträge"
|
518
|
+
"No roles/hosts assigned": [
|
519
|
+
""
|
502
520
|
],
|
503
|
-
"
|
504
|
-
"
|
521
|
+
"Nothing Found!": [
|
522
|
+
""
|
505
523
|
],
|
506
|
-
"
|
507
|
-
"
|
524
|
+
"Nothing to show": [
|
525
|
+
"Nichts anzuzeigen"
|
508
526
|
],
|
509
|
-
"
|
527
|
+
"Notice that ansible roles run in check mode.": [
|
510
528
|
""
|
511
529
|
],
|
512
|
-
"
|
530
|
+
"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.": [
|
513
531
|
""
|
514
532
|
],
|
515
|
-
"
|
533
|
+
"Only variables marked to Override are shown here.": [
|
516
534
|
""
|
517
535
|
],
|
518
|
-
"
|
519
|
-
"
|
520
|
-
],
|
521
|
-
"Private Key Path": [
|
522
|
-
"Privat-Key Pfad"
|
523
|
-
],
|
524
|
-
"Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \\\"ansible_connection\\\"": [
|
525
|
-
"Verwenden Sie diesen Verbindungstyp standardmäßig, wenn Sie Ansible-Playbooks ausführen. Sie können dies auf Hosts überschreiben, indem Sie einen Parameter \\\"ansible_connection\\\" hinzufügen."
|
526
|
-
],
|
527
|
-
"Connection type": [
|
528
|
-
"Verbindungstyp"
|
536
|
+
"Operation": [
|
537
|
+
"Vorgang"
|
529
538
|
],
|
530
|
-
"
|
531
|
-
"
|
539
|
+
"Optional Input Validator": [
|
540
|
+
"Optionaler Eingabe-Validator"
|
532
541
|
],
|
533
|
-
"
|
534
|
-
"
|
542
|
+
"Order": [
|
543
|
+
"Reihenfolge"
|
535
544
|
],
|
536
|
-
"
|
537
|
-
"
|
545
|
+
"Override match": [
|
546
|
+
"Übereinstimmung überschreiben"
|
538
547
|
],
|
539
|
-
"
|
540
|
-
"
|
548
|
+
"Override the default value of the Ansible variable.": [
|
549
|
+
"Überschreibe den Standardwert der Ansible Variable."
|
541
550
|
],
|
542
|
-
"
|
543
|
-
"
|
551
|
+
"Override value, required if omit is false": [
|
552
|
+
"Überschreibungswert, wird benötigt falls der Parameter \\\"Übergehen\\\" den Wert \\\"false\\\" hat"
|
544
553
|
],
|
545
|
-
"
|
546
|
-
"
|
554
|
+
"Overriden": [
|
555
|
+
"Überschreiben"
|
547
556
|
],
|
548
|
-
"
|
549
|
-
"
|
557
|
+
"Permission Denied": [
|
558
|
+
""
|
550
559
|
],
|
551
|
-
"
|
552
|
-
"
|
560
|
+
"Permission denied": [
|
561
|
+
"Erlaubnis verweigert"
|
553
562
|
],
|
554
|
-
"
|
555
|
-
"
|
563
|
+
"Playbooks": [
|
564
|
+
""
|
556
565
|
],
|
557
|
-
"
|
558
|
-
"
|
566
|
+
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
567
|
+
"Bitte fordern Sie eine der erforderlichen Berechtigungen unterhalb bei einem Foreman-Administrator an:"
|
559
568
|
],
|
560
569
|
"Post-provision timeout": [
|
561
570
|
"Zeitüberschreitung nach der Bereitstellung"
|
562
571
|
],
|
563
|
-
"
|
564
|
-
"
|
565
|
-
],
|
566
|
-
"Ansible report timeout": [
|
567
|
-
"Zeitüberschreitung für Ansible-Berichte"
|
568
|
-
],
|
569
|
-
"Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval": [
|
570
|
-
"Deaktivieren Sie den Hostkonfigurationsstatus, der für %{cfgmgmt} nicht synchronisiert wird, nachdem der Bericht nicht innerhalb des konfigurierten Intervalls eintrifft"
|
572
|
+
"Previously executed jobs": [
|
573
|
+
""
|
571
574
|
],
|
572
|
-
"
|
573
|
-
"
|
575
|
+
"Prioritize Attribute Order": [
|
576
|
+
"Priorisiere Eigenschaft-Reihenfolge"
|
574
577
|
],
|
575
|
-
"
|
576
|
-
"
|
578
|
+
"Private Key Path": [
|
579
|
+
"Privat-Key Pfad"
|
577
580
|
],
|
578
|
-
"
|
579
|
-
"
|
581
|
+
"Proxy not found": [
|
582
|
+
"Kein Proxy gefunden"
|
580
583
|
],
|
581
|
-
"
|
584
|
+
"Proxy tasks batch size for Ansible": [
|
582
585
|
""
|
583
586
|
],
|
584
|
-
"
|
585
|
-
""
|
587
|
+
"Remove": [
|
588
|
+
"Entfernen"
|
586
589
|
],
|
587
|
-
"
|
588
|
-
""
|
590
|
+
"Remove Role": [
|
591
|
+
"Rolle entfernen"
|
589
592
|
],
|
590
|
-
"
|
593
|
+
"Remove all": [
|
591
594
|
""
|
592
595
|
],
|
593
|
-
"
|
596
|
+
"Remove directly assigned Ansible role from a host": [
|
594
597
|
""
|
595
598
|
],
|
596
|
-
"
|
597
|
-
"
|
598
|
-
],
|
599
|
-
"Runs an Ansible playbook which contains all the roles defined for a host": [
|
600
|
-
"Führt ein Ansible-Playbook aus, das alle für einen Host definierten Rollen enthält"
|
601
|
-
],
|
602
|
-
"Ansible: Run Insights maintenance plan": [
|
603
|
-
"Ansible: Insights-Wartungsplan ausführen"
|
599
|
+
"Remove directly assigned Ansible role from a hostgroup": [
|
600
|
+
""
|
604
601
|
],
|
605
|
-
"
|
606
|
-
"
|
602
|
+
"Remove duplicate values (only array type)": [
|
603
|
+
"Duplikate (nur vom Typ Array) entfernen"
|
607
604
|
],
|
608
|
-
"
|
609
|
-
"
|
605
|
+
"Remove selected": [
|
606
|
+
""
|
610
607
|
],
|
611
|
-
"
|
612
|
-
"
|
608
|
+
"Report format, defaults to '%s'": [
|
609
|
+
"Berichtsformat, standardmäßig zu '%s'"
|
613
610
|
],
|
614
|
-
"
|
611
|
+
"Request the following permissions from administrator: %s.": [
|
615
612
|
""
|
616
613
|
],
|
617
|
-
"
|
614
|
+
"Required field": [
|
618
615
|
""
|
619
616
|
],
|
620
|
-
"
|
621
|
-
""
|
617
|
+
"Result": [
|
618
|
+
"Ergebnis"
|
622
619
|
],
|
623
|
-
"
|
624
|
-
""
|
620
|
+
"Role ID": [
|
621
|
+
"Rollen-Kennung"
|
625
622
|
],
|
626
|
-
"
|
627
|
-
"
|
623
|
+
"Roles": [
|
624
|
+
"Rollen"
|
628
625
|
],
|
629
|
-
"
|
630
|
-
"
|
626
|
+
"Role|Name": [
|
627
|
+
"Name"
|
631
628
|
],
|
632
|
-
"
|
633
|
-
"
|
629
|
+
"Run Ansible roles": [
|
630
|
+
"Ansible-Rollen ausführen"
|
634
631
|
],
|
635
|
-
"
|
636
|
-
""
|
632
|
+
"Run all Ansible roles": [
|
633
|
+
"Alle Ansible-Rollen ausführen"
|
637
634
|
],
|
638
|
-
"
|
639
|
-
"
|
635
|
+
"Run all Ansible roles on hosts belonging to this host group": [
|
636
|
+
"Alle Ansible-Rollen auf Hosts aus, die zu dieser Hostgruppe gehören, ausführen"
|
640
637
|
],
|
641
|
-
"
|
642
|
-
""
|
638
|
+
"Run an Ansible playbook against given hosts": [
|
639
|
+
"Führen Sie ein Ansible-Playbook gegen bestimmte Hosts aus"
|
643
640
|
],
|
644
|
-
"
|
641
|
+
"Run an Ansible playbook to enable web console on given hosts": [
|
645
642
|
""
|
646
643
|
],
|
647
|
-
"
|
648
|
-
"
|
644
|
+
"Run playbook": [
|
645
|
+
"Playbook ausführen"
|
649
646
|
],
|
650
|
-
"Ansible
|
651
|
-
""
|
647
|
+
"Runs all Ansible roles on a host": [
|
648
|
+
"Führt alle Ansible-Rollen auf einem Host aus"
|
652
649
|
],
|
653
|
-
"
|
654
|
-
""
|
650
|
+
"Runs all Ansible roles on a hostgroup": [
|
651
|
+
"Führt alle Ansible-Rollen auf einer Hostgruppe aus"
|
655
652
|
],
|
656
|
-
"
|
657
|
-
""
|
653
|
+
"Runs all Ansible roles on hostgroups": [
|
654
|
+
"Führt alle Ansible-Rollen auf Hostgruppen aus"
|
658
655
|
],
|
659
|
-
"
|
660
|
-
""
|
656
|
+
"Runs all Ansible roles on hosts": [
|
657
|
+
"Führt alle Ansible-Rollen auf Hosts aus"
|
661
658
|
],
|
662
|
-
"
|
663
|
-
""
|
659
|
+
"Runs an Ansible playbook which contains all the roles defined for a host": [
|
660
|
+
"Führt ein Ansible-Playbook aus, das alle für einen Host definierten Rollen enthält"
|
664
661
|
],
|
665
|
-
"
|
666
|
-
""
|
662
|
+
"Schedule": [
|
663
|
+
"Plan"
|
667
664
|
],
|
668
|
-
"
|
669
|
-
""
|
665
|
+
"Schedule generating of Ansible Inventory report": [
|
666
|
+
"Planen Sie die Erstellung des Ansible-Inventarberichts"
|
670
667
|
],
|
671
|
-
"
|
668
|
+
"Schedule recurring Ansible roles job": [
|
672
669
|
""
|
673
670
|
],
|
674
|
-
"
|
671
|
+
"Schedule recurring job": [
|
675
672
|
""
|
676
673
|
],
|
677
|
-
"
|
674
|
+
"Scheduled recurring jobs": [
|
678
675
|
""
|
679
676
|
],
|
680
|
-
"
|
681
|
-
""
|
677
|
+
"Set the order in which values are resolved.": [
|
678
|
+
"Reihenfolge festlegen, in der die Werte aufgelöst werden."
|
682
679
|
],
|
683
|
-
"
|
684
|
-
""
|
680
|
+
"Show Ansible inventory for hostgroups": [
|
681
|
+
"Zeige das Ansible-Inventar der Hostgruppen"
|
685
682
|
],
|
686
|
-
"Ansible
|
687
|
-
""
|
683
|
+
"Show Ansible inventory for hosts": [
|
684
|
+
"Zeige das Ansible-Inventar der Hosts"
|
688
685
|
],
|
689
|
-
"
|
686
|
+
"Show full value": [
|
690
687
|
""
|
691
688
|
],
|
692
|
-
"
|
693
|
-
"
|
689
|
+
"Show role": [
|
690
|
+
"Rolle anzeigen"
|
694
691
|
],
|
695
|
-
"
|
696
|
-
"
|
692
|
+
"Show variable": [
|
693
|
+
"Variable anzeigen"
|
697
694
|
],
|
698
|
-
"
|
699
|
-
"
|
695
|
+
"Smart Proxy to fetch from": [
|
696
|
+
"Smart-Proxy von dem bezogen wird"
|
700
697
|
],
|
701
|
-
"
|
702
|
-
""
|
698
|
+
"Smart Proxy to import from": [
|
699
|
+
"Smart-Proxy von dem importiert wird"
|
703
700
|
],
|
704
|
-
"
|
701
|
+
"Smart Proxy to sync from": [
|
705
702
|
""
|
706
703
|
],
|
707
|
-
"
|
708
|
-
""
|
704
|
+
"Smart proxy id is required": [
|
705
|
+
"Smart-Proxy-Kennung wird benötigt"
|
709
706
|
],
|
710
|
-
"
|
711
|
-
""
|
707
|
+
"Source": [
|
708
|
+
"Quelle"
|
712
709
|
],
|
713
|
-
"
|
710
|
+
"Source attribute": [
|
714
711
|
""
|
715
712
|
],
|
716
|
-
"
|
717
|
-
"
|
713
|
+
"Specify Matchers": [
|
714
|
+
"Prüfwert spezifizieren"
|
718
715
|
],
|
719
|
-
"
|
720
|
-
"
|
716
|
+
"State": [
|
717
|
+
"Status"
|
721
718
|
],
|
722
|
-
"
|
723
|
-
""
|
719
|
+
"Submit": [
|
720
|
+
"Absenden"
|
724
721
|
],
|
725
|
-
"
|
722
|
+
"Sync Ansible playbooks": [
|
726
723
|
""
|
727
724
|
],
|
728
|
-
"
|
725
|
+
"Sync Ansible roles": [
|
729
726
|
""
|
730
727
|
],
|
731
|
-
"
|
732
|
-
""
|
728
|
+
"Tags": [
|
729
|
+
"Tags"
|
733
730
|
],
|
734
|
-
"
|
735
|
-
"
|
731
|
+
"Task": [
|
732
|
+
"Aufgabe"
|
736
733
|
],
|
737
|
-
"
|
738
|
-
"
|
734
|
+
"Task Details": [
|
735
|
+
"Aufgabendetails"
|
739
736
|
],
|
740
|
-
"
|
741
|
-
"
|
737
|
+
"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>": [
|
738
|
+
"Die Reihenfolge, in der Prüfwertschlüssel verarbeitet werden. Die erste Übereinstimmung ist maßgeblich.<br> Sie können mehrere Attribute als Prüfwertschlüssel verwenden. Beispielsweise würde die Reihenfolge <code>host group, environment</code> einen Prüfwert wie etwa <code>hostgroup = \\\"web servers\\\", environment = production</code> erwarten."
|
742
739
|
],
|
743
|
-
"
|
744
|
-
"
|
740
|
+
"The order in which values are resolved": [
|
741
|
+
"Reihenfolge, in der Werte aufgelöst werden"
|
745
742
|
],
|
746
|
-
"
|
747
|
-
"
|
743
|
+
"There are no Ansible roles to play": [
|
744
|
+
"Es gibt keine Ansible-Rollen zu spielen"
|
748
745
|
],
|
749
|
-
"
|
746
|
+
"There was a following error when assigning Ansible Roles: %s": [
|
750
747
|
""
|
751
748
|
],
|
752
|
-
"
|
749
|
+
"There was a following error when changing Ansible variable override: %s": [
|
753
750
|
""
|
754
751
|
],
|
755
|
-
"
|
752
|
+
"There was a following error when creating Ansible job: %s": [
|
756
753
|
""
|
757
754
|
],
|
758
|
-
"
|
755
|
+
"There was a following error when deleting Ansible config job: %s": [
|
759
756
|
""
|
760
757
|
],
|
761
|
-
"
|
758
|
+
"There was a following error when deleting Ansible variable override: %s": [
|
762
759
|
""
|
763
760
|
],
|
764
|
-
"
|
761
|
+
"This Ansible role is inherited from host group": [
|
765
762
|
""
|
766
763
|
],
|
767
|
-
"
|
764
|
+
"This Ansible role is inherited from parent host group": [
|
768
765
|
""
|
769
766
|
],
|
770
|
-
"
|
767
|
+
"This job will run all the assigned Ansible roles.": [
|
771
768
|
""
|
772
769
|
],
|
773
|
-
"
|
774
|
-
"Quelle"
|
775
|
-
],
|
776
|
-
"Inherited from Hostgroup": [
|
770
|
+
"This list consists of host assigned roles and group assigned roles. Group assigned roles will always be executed prior to host assigned roles.": [
|
777
771
|
""
|
778
772
|
],
|
779
|
-
"
|
773
|
+
"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": [
|
780
774
|
""
|
781
775
|
],
|
782
|
-
"
|
783
|
-
""
|
776
|
+
"Timeout (in minutes) when hosts should have reported.": [
|
777
|
+
"Timeout (in Minuten), wann Hosts hätten melden sollen."
|
784
778
|
],
|
785
|
-
"
|
786
|
-
""
|
779
|
+
"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.": [
|
780
|
+
"Timeout (in Sekunden), um festzulegen, wann Foreman eine Ansible-Rollen-Aufgabe auslöst, nachdem ein Host vollständig bereitgestellt wurde. Stellen Sie hier die maximale Zeit ein, die ein Host voraussichtlich braucht, bis er nach einem Neustart bereit ist."
|
787
781
|
],
|
788
|
-
"
|
789
|
-
""
|
782
|
+
"Type": [
|
783
|
+
"Typ"
|
790
784
|
],
|
791
|
-
"
|
792
|
-
"
|
785
|
+
"Types of validation values": [
|
786
|
+
"Typen von Validierungswerten"
|
793
787
|
],
|
794
|
-
"
|
795
|
-
""
|
788
|
+
"Types of variable values": [
|
789
|
+
"Typen von Variablenwerten"
|
796
790
|
],
|
797
|
-
"
|
791
|
+
"Unable to get playbook's names from Ansible": [
|
798
792
|
""
|
799
793
|
],
|
800
|
-
"
|
801
|
-
"Ansible-Rollen bearbeiten"
|
802
|
-
],
|
803
|
-
"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.": [
|
794
|
+
"Unable to get playbooks from Ansible": [
|
804
795
|
""
|
805
796
|
],
|
806
|
-
"
|
807
|
-
"
|
797
|
+
"Unable to get roles from Ansible": [
|
798
|
+
"Rollen von Ansible können nicht abgerufen werden"
|
808
799
|
],
|
809
|
-
"
|
810
|
-
"
|
800
|
+
"Unable to get roles/variables from Ansible": [
|
801
|
+
"Rollen/Variablen von Ansible können nicht abgerufen werden"
|
811
802
|
],
|
812
|
-
"
|
813
|
-
""
|
803
|
+
"Update": [
|
804
|
+
"Aktualisieren"
|
814
805
|
],
|
815
|
-
"
|
806
|
+
"Update Capsules on given Capsule server hosts": [
|
816
807
|
""
|
817
808
|
],
|
818
|
-
"
|
809
|
+
"Update Capsules on given hosts": [
|
819
810
|
""
|
820
811
|
],
|
821
|
-
"
|
822
|
-
""
|
812
|
+
"Update Role Variables": [
|
813
|
+
"Rollenvariablen entfernen"
|
823
814
|
],
|
824
|
-
"
|
815
|
+
"Update Smart Proxy": [
|
825
816
|
""
|
826
817
|
],
|
827
|
-
"
|
828
|
-
"
|
818
|
+
"Updates Ansible variable": [
|
819
|
+
"Aktualisiert die Ansible-Variable"
|
829
820
|
],
|
830
|
-
"
|
821
|
+
"Upgrade": [
|
831
822
|
""
|
832
823
|
],
|
833
|
-
"
|
824
|
+
"Upgrade Capsules on given Capsule server hosts": [
|
834
825
|
""
|
835
826
|
],
|
836
|
-
"
|
827
|
+
"Upgrade Capsules on given hosts": [
|
837
828
|
""
|
838
829
|
],
|
839
|
-
"
|
840
|
-
"Vorgang"
|
841
|
-
],
|
842
|
-
"Host count": [
|
830
|
+
"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": [
|
843
831
|
""
|
844
832
|
],
|
845
|
-
"
|
833
|
+
"Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled": [
|
846
834
|
""
|
847
835
|
],
|
848
|
-
"
|
849
|
-
"
|
836
|
+
"Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \\\"ansible_connection\\\"": [
|
837
|
+
"Verwenden Sie diesen Verbindungstyp standardmäßig, wenn Sie Ansible-Playbooks ausführen. Sie können dies auf Hosts überschreiben, indem Sie einen Parameter \\\"ansible_connection\\\" hinzufügen."
|
850
838
|
],
|
851
|
-
"
|
852
|
-
""
|
839
|
+
"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": [
|
840
|
+
"Verwenden Sie dies, um einen Pfad zu einem privaten SSH-Schlüssel anzugeben, den Ansible anstelle eines Kennworts verwendet. Überschreiben Sie den Hostparameter \\\"ansible_ssh_private_key_file\\\""
|
853
841
|
],
|
854
|
-
"
|
855
|
-
""
|
842
|
+
"Used to enforce certain values for the parameter values": [
|
843
|
+
"Verwendet, um bestimmte Werte für die Parameterwerte umzusetzen"
|
856
844
|
],
|
857
|
-
"
|
858
|
-
"
|
845
|
+
"Value": [
|
846
|
+
"Wert"
|
859
847
|
],
|
860
|
-
"
|
861
|
-
"
|
848
|
+
"Value to use when there is no match.": [
|
849
|
+
"Zu verwendender Wert, falls es keine Übereinstimmung gibt"
|
862
850
|
],
|
863
|
-
"
|
864
|
-
""
|
851
|
+
"Variables": [
|
852
|
+
"Variablen"
|
865
853
|
],
|
866
|
-
"
|
867
|
-
""
|
854
|
+
"Variable|Name": [
|
855
|
+
"Variablenname"
|
868
856
|
],
|
869
|
-
"
|
870
|
-
""
|
857
|
+
"Variable|Role": [
|
858
|
+
"Variable|Rolle"
|
871
859
|
],
|
872
|
-
"
|
860
|
+
"View inherited roles": [
|
873
861
|
""
|
874
862
|
],
|
875
|
-
"
|
876
|
-
""
|
863
|
+
"When enabled the parameter is hidden in the UI": [
|
864
|
+
"Wenn aktiviert, so ist der Parameter im UI verborgen "
|
877
865
|
],
|
878
|
-
"
|
879
|
-
""
|
866
|
+
"Whether to override variable or not": [
|
867
|
+
"Soll die Variable überschreiben werden oder nicht"
|
880
868
|
],
|
881
|
-
"
|
882
|
-
""
|
869
|
+
"WinRM cert Validation": [
|
870
|
+
"WinRM Zertifikatsbestätigung"
|
883
871
|
],
|
884
|
-
"
|
885
|
-
""
|
872
|
+
"You are not authorized to perform this action.": [
|
873
|
+
"Sie sind nicht berechtigt, diese Aktion durchzuführen."
|
886
874
|
],
|
887
|
-
"
|
875
|
+
"You are not authorized to view the page. ": [
|
888
876
|
""
|
889
877
|
],
|
890
|
-
"
|
891
|
-
""
|
878
|
+
"daily": [
|
879
|
+
"täglich"
|
892
880
|
],
|
893
|
-
"
|
881
|
+
"false": [
|
894
882
|
""
|
895
883
|
],
|
896
|
-
"
|
897
|
-
"
|
884
|
+
"hourly": [
|
885
|
+
"stündlich"
|
898
886
|
],
|
899
|
-
"
|
887
|
+
"is required": [
|
900
888
|
""
|
901
889
|
],
|
902
|
-
"
|
903
|
-
"Erlaubnis verweigert"
|
904
|
-
],
|
905
|
-
"You are not authorized to view the page. ": [
|
890
|
+
"monthly": [
|
906
891
|
""
|
907
892
|
],
|
908
|
-
"
|
893
|
+
"true": [
|
909
894
|
""
|
910
895
|
],
|
911
|
-
"
|
896
|
+
"view all assigned roles": [
|
912
897
|
""
|
913
898
|
],
|
914
|
-
"
|
915
|
-
"Aktion mit Unterplänen"
|
916
|
-
],
|
917
|
-
"Check for long running tasks": [
|
899
|
+
"view remote execution page.": [
|
918
900
|
""
|
919
901
|
],
|
920
|
-
"
|
902
|
+
"view the task in progress": [
|
921
903
|
""
|
922
904
|
],
|
923
|
-
"
|
924
|
-
"
|
925
|
-
],
|
926
|
-
"Import facts": [
|
927
|
-
"Fakten importieren"
|
928
|
-
],
|
929
|
-
"Remote action:": [
|
930
|
-
"Entfernte Aktion"
|
931
|
-
],
|
932
|
-
"Ansible support in Foreman": [
|
933
|
-
"Ansible Unterstützung in Foreman"
|
905
|
+
"weekly": [
|
906
|
+
"wöchentlich"
|
934
907
|
]
|
935
908
|
}
|
936
909
|
}
|