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,919 +17,892 @@
|
|
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
|
+
"%s ago"
|
25
25
|
],
|
26
|
-
"
|
26
|
+
"%{cfgmgmt} out of sync disabled": [
|
27
27
|
""
|
28
28
|
],
|
29
|
-
"
|
29
|
+
"(from host group)": [
|
30
30
|
""
|
31
31
|
],
|
32
|
-
"
|
32
|
+
"A comma separated list of tags to use for Ansible run": [
|
33
33
|
""
|
34
34
|
],
|
35
|
-
"
|
36
|
-
""
|
35
|
+
"Actions": [
|
36
|
+
"Actions"
|
37
37
|
],
|
38
|
-
"
|
38
|
+
"Add": [
|
39
39
|
""
|
40
40
|
],
|
41
|
-
"
|
41
|
+
"Add all": [
|
42
42
|
""
|
43
43
|
],
|
44
|
-
"
|
44
|
+
"Add selected": [
|
45
45
|
""
|
46
46
|
],
|
47
|
-
"
|
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
48
|
""
|
49
49
|
],
|
50
|
-
"
|
50
|
+
"All assigned Ansible roles": [
|
51
51
|
""
|
52
52
|
],
|
53
|
-
"
|
53
|
+
"Ansible": [
|
54
54
|
""
|
55
55
|
],
|
56
|
-
"
|
56
|
+
"Ansible playbooks names to be synced": [
|
57
57
|
""
|
58
58
|
],
|
59
|
-
"
|
59
|
+
"Ansible Role": [
|
60
60
|
""
|
61
61
|
],
|
62
|
-
"
|
62
|
+
"Ansible Roles": [
|
63
63
|
""
|
64
64
|
],
|
65
|
-
"
|
65
|
+
"Ansible Roles were successfully assigned.": [
|
66
66
|
""
|
67
67
|
],
|
68
|
-
"
|
68
|
+
"Ansible Variable Details": [
|
69
69
|
""
|
70
70
|
],
|
71
|
-
"Ansible
|
71
|
+
"Ansible Variable Details (Imported)": [
|
72
72
|
""
|
73
73
|
],
|
74
|
-
"
|
74
|
+
"Ansible Variable not found by id: %s": [
|
75
75
|
""
|
76
76
|
],
|
77
|
-
"
|
77
|
+
"Ansible Variables": [
|
78
78
|
""
|
79
79
|
],
|
80
|
-
"
|
80
|
+
"Ansible check mode": [
|
81
81
|
""
|
82
82
|
],
|
83
|
-
"
|
83
|
+
"Ansible job was successfully canceled.": [
|
84
84
|
""
|
85
85
|
],
|
86
|
-
"
|
86
|
+
"Ansible job was successfully created.": [
|
87
87
|
""
|
88
88
|
],
|
89
|
-
"
|
89
|
+
"Ansible provider specific inputs": [
|
90
90
|
""
|
91
91
|
],
|
92
|
-
"
|
92
|
+
"Ansible report timeout": [
|
93
93
|
""
|
94
94
|
],
|
95
|
-
"
|
95
|
+
"Ansible role": [
|
96
96
|
""
|
97
97
|
],
|
98
98
|
"Ansible role names to be imported": [
|
99
99
|
""
|
100
100
|
],
|
101
|
-
"Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled": [
|
102
|
-
""
|
103
|
-
],
|
104
|
-
"Sync Ansible roles": [
|
105
|
-
""
|
106
|
-
],
|
107
101
|
"Ansible role names to be synced": [
|
108
102
|
""
|
109
103
|
],
|
110
|
-
"
|
104
|
+
"Ansible role to add to a host": [
|
111
105
|
""
|
112
106
|
],
|
113
|
-
"
|
107
|
+
"Ansible role to add to a hostgroup": [
|
114
108
|
""
|
115
109
|
],
|
116
|
-
"
|
110
|
+
"Ansible role to remove from a host": [
|
117
111
|
""
|
118
112
|
],
|
119
|
-
"
|
113
|
+
"Ansible role to remove from a hostgroup": [
|
120
114
|
""
|
121
115
|
],
|
122
|
-
"
|
116
|
+
"Ansible roles assigned directly to host": [
|
123
117
|
""
|
124
118
|
],
|
125
|
-
"
|
119
|
+
"Ansible roles to assign to a host": [
|
126
120
|
""
|
127
121
|
],
|
128
|
-
"
|
122
|
+
"Ansible roles to assign to a hostgroup": [
|
129
123
|
""
|
130
124
|
],
|
131
|
-
"
|
125
|
+
"Ansible roles to ignore": [
|
132
126
|
""
|
133
127
|
],
|
134
|
-
"
|
128
|
+
"Ansible support in Foreman": [
|
135
129
|
""
|
136
130
|
],
|
137
|
-
"
|
131
|
+
"Ansible variable override successfully changed.": [
|
138
132
|
""
|
139
133
|
],
|
140
|
-
"
|
134
|
+
"Ansible variable override was successfully deleted.": [
|
141
135
|
""
|
142
136
|
],
|
143
|
-
"
|
137
|
+
"Are you sure you want to cancel Ansible config job?": [
|
144
138
|
""
|
145
139
|
],
|
146
|
-
"
|
140
|
+
"Are you sure you want to delete override for %s?": [
|
147
141
|
""
|
148
142
|
],
|
149
|
-
"
|
143
|
+
"Assign roles directly to the host": [
|
150
144
|
""
|
151
145
|
],
|
152
|
-
"
|
146
|
+
"Assigned Ansible Roles": [
|
153
147
|
""
|
154
148
|
],
|
155
|
-
"
|
149
|
+
"Assigns Ansible roles to a host": [
|
156
150
|
""
|
157
151
|
],
|
158
|
-
"
|
152
|
+
"Assigns Ansible roles to a hostgroup": [
|
159
153
|
""
|
160
154
|
],
|
161
|
-
"
|
155
|
+
"Available Ansible Roles": [
|
162
156
|
""
|
163
157
|
],
|
164
|
-
"
|
158
|
+
"Available Ansible roles": [
|
165
159
|
""
|
166
160
|
],
|
167
|
-
"
|
161
|
+
"Avoid duplicate values when merging them (only array type)?": [
|
168
162
|
""
|
169
163
|
],
|
170
|
-
"
|
164
|
+
"Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation.": [
|
171
165
|
""
|
172
166
|
],
|
173
|
-
"
|
174
|
-
""
|
167
|
+
"Cancel": [
|
168
|
+
"Cancel"
|
175
169
|
],
|
176
|
-
"
|
170
|
+
"Cancel Ansible config job": [
|
177
171
|
""
|
178
172
|
],
|
179
|
-
"
|
173
|
+
"Changed Ansible roles": [
|
180
174
|
""
|
181
175
|
],
|
182
|
-
"
|
176
|
+
"Close": [
|
183
177
|
""
|
184
178
|
],
|
185
|
-
"
|
179
|
+
"Configure Ansible Job": [
|
186
180
|
""
|
187
181
|
],
|
188
|
-
"
|
182
|
+
"Configure Recurring Job": [
|
189
183
|
""
|
190
184
|
],
|
191
|
-
"
|
185
|
+
"Confirm": [
|
192
186
|
""
|
193
187
|
],
|
194
|
-
"
|
188
|
+
"Connection type": [
|
195
189
|
""
|
196
190
|
],
|
197
|
-
"
|
191
|
+
"Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted.": [
|
198
192
|
""
|
199
193
|
],
|
200
|
-
"
|
194
|
+
"Could not run Ansible roles for %{host}": [
|
201
195
|
""
|
202
196
|
],
|
203
|
-
"
|
197
|
+
"Create Ansible Variable": [
|
204
198
|
""
|
205
199
|
],
|
206
|
-
"Ansible
|
200
|
+
"Create Ansible variable": [
|
207
201
|
""
|
208
202
|
],
|
209
|
-
"
|
203
|
+
"Create an override value for a specific ansible variable": [
|
210
204
|
""
|
211
205
|
],
|
212
|
-
"
|
206
|
+
"DEPRECATED: Import Ansible roles": [
|
213
207
|
""
|
214
208
|
],
|
215
|
-
"
|
209
|
+
"DEPRECATED: Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles": [
|
216
210
|
""
|
217
211
|
],
|
218
|
-
"
|
212
|
+
"DEPRECATED: Obsolete Ansible roles": [
|
219
213
|
""
|
220
214
|
],
|
221
|
-
"
|
215
|
+
"DEPRECATED: Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles": [
|
222
216
|
""
|
223
217
|
],
|
224
|
-
"
|
218
|
+
"Default Ansible inventory report template": [
|
225
219
|
""
|
226
220
|
],
|
227
|
-
"
|
221
|
+
"Default Behavior": [
|
228
222
|
""
|
229
223
|
],
|
230
|
-
"
|
224
|
+
"Default value": [
|
231
225
|
""
|
232
226
|
],
|
233
|
-
"
|
227
|
+
"Default value of variable": [
|
234
228
|
""
|
235
229
|
],
|
236
|
-
"
|
230
|
+
"Default verbosity level": [
|
237
231
|
""
|
238
232
|
],
|
239
|
-
"
|
240
|
-
""
|
233
|
+
"Delete": [
|
234
|
+
"Delete"
|
241
235
|
],
|
242
|
-
"
|
243
|
-
""
|
236
|
+
"Delete %s?": [
|
237
|
+
"Delete %s?"
|
244
238
|
],
|
245
|
-
"
|
239
|
+
"Delete Ansible variable override": [
|
246
240
|
""
|
247
241
|
],
|
248
|
-
"
|
242
|
+
"Deletes Ansible role": [
|
249
243
|
""
|
250
244
|
],
|
251
|
-
"
|
245
|
+
"Deletes Ansible variable": [
|
252
246
|
""
|
253
247
|
],
|
254
|
-
"
|
255
|
-
""
|
248
|
+
"Description": [
|
249
|
+
"Description"
|
256
250
|
],
|
257
|
-
"
|
251
|
+
"Description of variable": [
|
258
252
|
""
|
259
253
|
],
|
260
|
-
"
|
254
|
+
"Destroy an override value": [
|
261
255
|
""
|
262
256
|
],
|
263
|
-
"
|
257
|
+
"Directly add an Ansible role to a host": [
|
264
258
|
""
|
265
259
|
],
|
266
|
-
"
|
260
|
+
"Directly add an Ansible role to a hostgroup": [
|
267
261
|
""
|
268
262
|
],
|
269
|
-
"
|
263
|
+
"Directly assigned to Host": [
|
270
264
|
""
|
271
265
|
],
|
272
|
-
"
|
266
|
+
"Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval": [
|
273
267
|
""
|
274
268
|
],
|
275
|
-
"
|
269
|
+
"Disabled": [
|
276
270
|
""
|
277
271
|
],
|
278
|
-
"
|
279
|
-
""
|
272
|
+
"Edit %s": [
|
273
|
+
"Edit %s"
|
280
274
|
],
|
281
|
-
"
|
275
|
+
"Edit Ansible Roles": [
|
282
276
|
""
|
283
277
|
],
|
284
|
-
"
|
278
|
+
"Edit Ansible Variable": [
|
285
279
|
""
|
286
280
|
],
|
287
|
-
"
|
281
|
+
"Edit Ansible roles": [
|
288
282
|
""
|
289
283
|
],
|
290
|
-
"
|
284
|
+
"Enable Ansible Callback": [
|
291
285
|
""
|
292
286
|
],
|
293
|
-
"
|
287
|
+
"Enable the callback plugin for this template": [
|
294
288
|
""
|
295
289
|
],
|
296
|
-
"
|
290
|
+
"Enable web console": [
|
297
291
|
""
|
298
292
|
],
|
299
|
-
"Ansible
|
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\\\"": [
|
300
294
|
""
|
301
295
|
],
|
302
|
-
"
|
296
|
+
"Error!": [
|
303
297
|
""
|
304
298
|
],
|
305
|
-
"
|
306
|
-
"%s ago"
|
307
|
-
],
|
308
|
-
"Upgrade": [
|
299
|
+
"Executed at": [
|
309
300
|
""
|
310
301
|
],
|
311
|
-
"
|
302
|
+
"Failed to fetch Ansible Roles from server.": [
|
312
303
|
""
|
313
304
|
],
|
314
|
-
"
|
305
|
+
"Failed to import roles and variables ": [
|
315
306
|
""
|
316
307
|
],
|
317
|
-
"
|
308
|
+
"Fetch Ansible playbooks available to be synced": [
|
318
309
|
""
|
319
310
|
],
|
320
|
-
"
|
311
|
+
"Fetch Ansible roles available to be synced": [
|
321
312
|
""
|
322
313
|
],
|
323
|
-
"
|
314
|
+
"For more advanced scheduling options": [
|
324
315
|
""
|
325
316
|
],
|
326
|
-
"
|
317
|
+
"Foreman": [
|
327
318
|
""
|
328
319
|
],
|
329
|
-
"
|
330
|
-
"Tags"
|
331
|
-
],
|
332
|
-
"Include/Exclude Tags": [
|
320
|
+
"Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks.": [
|
333
321
|
""
|
334
322
|
],
|
335
|
-
"
|
323
|
+
"Foreman will use this template to schedule the report with Ansible inventory": [
|
336
324
|
""
|
337
325
|
],
|
338
|
-
"
|
326
|
+
"Hash of input values of type input=>value": [
|
339
327
|
""
|
340
328
|
],
|
341
|
-
"
|
329
|
+
"Hidden Value": [
|
342
330
|
""
|
343
331
|
],
|
344
|
-
"
|
332
|
+
"Hide all values for this parameter.": [
|
345
333
|
""
|
346
334
|
],
|
347
|
-
"
|
335
|
+
"Host assigned Ansible roles": [
|
348
336
|
""
|
349
337
|
],
|
350
|
-
"
|
338
|
+
"Host count": [
|
351
339
|
""
|
352
340
|
],
|
353
|
-
"
|
341
|
+
"Host group has no associated hosts": [
|
354
342
|
""
|
355
343
|
],
|
356
|
-
"
|
344
|
+
"Host not found by id: %s": [
|
357
345
|
""
|
358
346
|
],
|
359
|
-
"
|
347
|
+
"Hostgroup count": [
|
360
348
|
""
|
361
349
|
],
|
362
|
-
"Role|Name": [
|
363
|
-
"Name"
|
364
|
-
],
|
365
350
|
"Hostgroups": [
|
366
351
|
""
|
367
352
|
],
|
368
353
|
"Hosts": [
|
369
354
|
"Hosts"
|
370
355
|
],
|
371
|
-
"
|
356
|
+
"IDs of associated ansible roles": [
|
372
357
|
""
|
373
358
|
],
|
374
|
-
"
|
359
|
+
"IDs of hostgroups included in inventory": [
|
375
360
|
""
|
376
361
|
],
|
377
|
-
"
|
378
|
-
"
|
379
|
-
],
|
380
|
-
"Delete %s?": [
|
381
|
-
"Delete %s?"
|
362
|
+
"IDs of hostgroups to play roles on": [
|
363
|
+
""
|
382
364
|
],
|
383
|
-
"
|
365
|
+
"IDs of hosts included in inventory": [
|
384
366
|
""
|
385
367
|
],
|
386
|
-
"
|
387
|
-
"Learn more about this in the documentation."
|
388
|
-
],
|
389
|
-
"Ansible Variable Details (Imported)": [
|
368
|
+
"IDs of hosts to play roles on": [
|
390
369
|
""
|
391
370
|
],
|
392
|
-
"
|
371
|
+
"If checked, will raise an error if there is no default value and no matcher provide a value.": [
|
393
372
|
""
|
394
373
|
],
|
395
|
-
"
|
374
|
+
"Import": [
|
396
375
|
""
|
397
376
|
],
|
398
|
-
"
|
377
|
+
"Import Role": [
|
399
378
|
""
|
400
379
|
],
|
401
|
-
"
|
380
|
+
"Import from %s": [
|
402
381
|
""
|
403
382
|
],
|
404
|
-
"
|
383
|
+
"Import playbooks has finished successfully": [
|
405
384
|
""
|
406
385
|
],
|
407
|
-
"
|
386
|
+
"Import roles And Variables": [
|
408
387
|
""
|
409
388
|
],
|
410
|
-
"
|
389
|
+
"Import roles and variables has finished successfully": [
|
411
390
|
""
|
412
391
|
],
|
413
|
-
"
|
392
|
+
"Import roles and variables started: ": [
|
414
393
|
""
|
415
394
|
],
|
416
|
-
"
|
395
|
+
"Imported at": [
|
417
396
|
""
|
418
397
|
],
|
419
|
-
"
|
398
|
+
"Imported?": [
|
420
399
|
""
|
421
400
|
],
|
422
|
-
"
|
401
|
+
"Include default value when merging all matching values": [
|
423
402
|
""
|
424
403
|
],
|
425
|
-
"
|
404
|
+
"Include default value when merging all matching values.": [
|
426
405
|
""
|
427
406
|
],
|
428
|
-
"
|
407
|
+
"Include/Exclude Tags": [
|
429
408
|
""
|
430
409
|
],
|
431
|
-
"
|
410
|
+
"Include\\\\Exclude tags for Ansible run": [
|
432
411
|
""
|
433
412
|
],
|
434
|
-
"
|
413
|
+
"Inherited from Hostgroup": [
|
435
414
|
""
|
436
415
|
],
|
437
|
-
"
|
416
|
+
"Invalid, expected one of: %s": [
|
438
417
|
""
|
439
418
|
],
|
440
|
-
"
|
419
|
+
"Invalid, expected to match a regex: %s": [
|
441
420
|
""
|
442
421
|
],
|
443
|
-
"
|
422
|
+
"Inventory": [
|
444
423
|
""
|
445
424
|
],
|
446
|
-
"
|
425
|
+
"Jobs": [
|
447
426
|
""
|
448
427
|
],
|
449
|
-
"
|
450
|
-
"
|
428
|
+
"Learn more about this in the documentation.": [
|
429
|
+
"Learn more about this in the documentation."
|
451
430
|
],
|
452
|
-
"
|
431
|
+
"Level": [
|
453
432
|
""
|
454
433
|
],
|
455
|
-
"
|
434
|
+
"Level 1 (-v)": [
|
456
435
|
""
|
457
436
|
],
|
458
|
-
"
|
437
|
+
"Level 2 (-vv)": [
|
459
438
|
""
|
460
439
|
],
|
461
|
-
"
|
440
|
+
"Level 3 (-vvv)": [
|
462
441
|
""
|
463
442
|
],
|
464
|
-
"
|
465
|
-
"Type"
|
466
|
-
],
|
467
|
-
"Imported?": [
|
443
|
+
"Level 4 (-vvvv)": [
|
468
444
|
""
|
469
445
|
],
|
470
|
-
"
|
446
|
+
"List Ansible roles": [
|
471
447
|
""
|
472
448
|
],
|
473
|
-
"
|
449
|
+
"List Ansible variables": [
|
474
450
|
""
|
475
451
|
],
|
476
|
-
"Ansible
|
452
|
+
"List all Ansible roles for a host": [
|
477
453
|
""
|
478
454
|
],
|
479
|
-
"
|
455
|
+
"List all Ansible roles for a hostgroup": [
|
480
456
|
""
|
481
457
|
],
|
482
|
-
"
|
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.": [
|
483
459
|
""
|
484
460
|
],
|
485
|
-
"
|
461
|
+
"Merge all matching values (only array/hash type)": [
|
486
462
|
""
|
487
463
|
],
|
488
464
|
"Message": [
|
489
465
|
"Message"
|
490
466
|
],
|
491
|
-
"
|
467
|
+
"Must not be in the past": [
|
492
468
|
""
|
493
469
|
],
|
494
|
-
"
|
470
|
+
"Name": [
|
471
|
+
"Name"
|
472
|
+
],
|
473
|
+
"Name of variable": [
|
495
474
|
""
|
496
475
|
],
|
497
|
-
"Ansible": [
|
476
|
+
"New Ansible Variable": [
|
498
477
|
""
|
499
478
|
],
|
500
|
-
"
|
479
|
+
"Next Run": [
|
501
480
|
""
|
502
481
|
],
|
503
|
-
"
|
482
|
+
"No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,\\n you have to import them first.": [
|
504
483
|
""
|
505
484
|
],
|
506
|
-
"
|
485
|
+
"No Ansible roles assigned": [
|
507
486
|
""
|
508
487
|
],
|
509
|
-
"
|
488
|
+
"No Ansible variables found for Host": [
|
510
489
|
""
|
511
490
|
],
|
512
|
-
"
|
491
|
+
"No added or removed roles nor variables detected on %s.": [
|
513
492
|
""
|
514
493
|
],
|
515
|
-
"
|
494
|
+
"No added or removed roles nor variables.": [
|
516
495
|
""
|
517
496
|
],
|
518
|
-
"
|
497
|
+
"No additional data": [
|
519
498
|
""
|
520
499
|
],
|
521
|
-
"
|
500
|
+
"No changes detected in specified Ansible Roles and their variables": [
|
522
501
|
""
|
523
502
|
],
|
524
|
-
"
|
503
|
+
"No changes in variables detected on %s.": [
|
525
504
|
""
|
526
505
|
],
|
527
|
-
"
|
506
|
+
"No config job for Ansible roles scheduled": [
|
528
507
|
""
|
529
508
|
],
|
530
|
-
"
|
509
|
+
"No previous job executions found": [
|
531
510
|
""
|
532
511
|
],
|
533
|
-
"
|
512
|
+
"No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled.": [
|
534
513
|
""
|
535
514
|
],
|
536
|
-
"
|
515
|
+
"No roles assigned directly to the host": [
|
537
516
|
""
|
538
517
|
],
|
539
|
-
"
|
518
|
+
"No roles/hosts assigned": [
|
540
519
|
""
|
541
520
|
],
|
542
|
-
"
|
521
|
+
"Nothing Found!": [
|
543
522
|
""
|
544
523
|
],
|
545
|
-
"
|
524
|
+
"Nothing to show": [
|
546
525
|
""
|
547
526
|
],
|
548
|
-
"
|
527
|
+
"Notice that ansible roles run in check mode.": [
|
549
528
|
""
|
550
529
|
],
|
551
|
-
"
|
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.": [
|
552
531
|
""
|
553
532
|
],
|
554
|
-
"
|
533
|
+
"Only variables marked to Override are shown here.": [
|
555
534
|
""
|
556
535
|
],
|
557
|
-
"
|
536
|
+
"Operation": [
|
558
537
|
""
|
559
538
|
],
|
560
|
-
"
|
539
|
+
"Optional Input Validator": [
|
561
540
|
""
|
562
541
|
],
|
563
|
-
"
|
542
|
+
"Order": [
|
564
543
|
""
|
565
544
|
],
|
566
|
-
"
|
545
|
+
"Override match": [
|
567
546
|
""
|
568
547
|
],
|
569
|
-
"
|
548
|
+
"Override the default value of the Ansible variable.": [
|
570
549
|
""
|
571
550
|
],
|
572
|
-
"
|
551
|
+
"Override value, required if omit is false": [
|
573
552
|
""
|
574
553
|
],
|
575
|
-
"
|
554
|
+
"Overriden": [
|
576
555
|
""
|
577
556
|
],
|
578
|
-
"
|
557
|
+
"Permission Denied": [
|
579
558
|
""
|
580
559
|
],
|
581
|
-
"
|
560
|
+
"Permission denied": [
|
582
561
|
""
|
583
562
|
],
|
584
|
-
"
|
563
|
+
"Playbooks": [
|
585
564
|
""
|
586
565
|
],
|
587
|
-
"
|
566
|
+
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
588
567
|
""
|
589
568
|
],
|
590
|
-
"
|
569
|
+
"Post-provision timeout": [
|
591
570
|
""
|
592
571
|
],
|
593
|
-
"
|
572
|
+
"Previously executed jobs": [
|
594
573
|
""
|
595
574
|
],
|
596
|
-
"
|
575
|
+
"Prioritize Attribute Order": [
|
597
576
|
""
|
598
577
|
],
|
599
|
-
"
|
578
|
+
"Private Key Path": [
|
600
579
|
""
|
601
580
|
],
|
602
|
-
"
|
581
|
+
"Proxy not found": [
|
603
582
|
""
|
604
583
|
],
|
605
|
-
"
|
584
|
+
"Proxy tasks batch size for Ansible": [
|
606
585
|
""
|
607
586
|
],
|
608
|
-
"
|
587
|
+
"Remove": [
|
609
588
|
""
|
610
589
|
],
|
611
|
-
"
|
590
|
+
"Remove Role": [
|
612
591
|
""
|
613
592
|
],
|
614
|
-
"
|
593
|
+
"Remove all": [
|
615
594
|
""
|
616
595
|
],
|
617
|
-
"
|
596
|
+
"Remove directly assigned Ansible role from a host": [
|
618
597
|
""
|
619
598
|
],
|
620
|
-
"
|
599
|
+
"Remove directly assigned Ansible role from a hostgroup": [
|
621
600
|
""
|
622
601
|
],
|
623
|
-
"
|
602
|
+
"Remove duplicate values (only array type)": [
|
624
603
|
""
|
625
604
|
],
|
626
|
-
"
|
627
|
-
"
|
605
|
+
"Remove selected": [
|
606
|
+
""
|
628
607
|
],
|
629
|
-
"
|
608
|
+
"Report format, defaults to '%s'": [
|
630
609
|
""
|
631
610
|
],
|
632
|
-
"
|
633
|
-
"
|
611
|
+
"Request the following permissions from administrator: %s.": [
|
612
|
+
""
|
634
613
|
],
|
635
|
-
"
|
614
|
+
"Required field": [
|
636
615
|
""
|
637
616
|
],
|
638
|
-
"
|
639
|
-
"
|
617
|
+
"Result": [
|
618
|
+
"Result"
|
640
619
|
],
|
641
|
-
"
|
620
|
+
"Role ID": [
|
642
621
|
""
|
643
622
|
],
|
644
|
-
"
|
623
|
+
"Roles": [
|
645
624
|
""
|
646
625
|
],
|
647
|
-
"
|
648
|
-
""
|
626
|
+
"Role|Name": [
|
627
|
+
"Name"
|
649
628
|
],
|
650
|
-
"Ansible
|
629
|
+
"Run Ansible roles": [
|
651
630
|
""
|
652
631
|
],
|
653
|
-
"
|
632
|
+
"Run all Ansible roles": [
|
654
633
|
""
|
655
634
|
],
|
656
|
-
"
|
635
|
+
"Run all Ansible roles on hosts belonging to this host group": [
|
657
636
|
""
|
658
637
|
],
|
659
|
-
"
|
638
|
+
"Run an Ansible playbook against given hosts": [
|
660
639
|
""
|
661
640
|
],
|
662
|
-
"
|
641
|
+
"Run an Ansible playbook to enable web console on given hosts": [
|
663
642
|
""
|
664
643
|
],
|
665
|
-
"
|
644
|
+
"Run playbook": [
|
666
645
|
""
|
667
646
|
],
|
668
|
-
"Ansible
|
647
|
+
"Runs all Ansible roles on a host": [
|
669
648
|
""
|
670
649
|
],
|
671
|
-
"
|
650
|
+
"Runs all Ansible roles on a hostgroup": [
|
672
651
|
""
|
673
652
|
],
|
674
|
-
"
|
653
|
+
"Runs all Ansible roles on hostgroups": [
|
675
654
|
""
|
676
655
|
],
|
677
|
-
"
|
656
|
+
"Runs all Ansible roles on hosts": [
|
678
657
|
""
|
679
658
|
],
|
680
|
-
"
|
659
|
+
"Runs an Ansible playbook which contains all the roles defined for a host": [
|
681
660
|
""
|
682
661
|
],
|
683
|
-
"
|
662
|
+
"Schedule": [
|
684
663
|
""
|
685
664
|
],
|
686
|
-
"
|
665
|
+
"Schedule generating of Ansible Inventory report": [
|
687
666
|
""
|
688
667
|
],
|
689
|
-
"
|
668
|
+
"Schedule recurring Ansible roles job": [
|
690
669
|
""
|
691
670
|
],
|
692
|
-
"
|
671
|
+
"Schedule recurring job": [
|
693
672
|
""
|
694
673
|
],
|
695
|
-
"
|
674
|
+
"Scheduled recurring jobs": [
|
696
675
|
""
|
697
676
|
],
|
698
|
-
"
|
677
|
+
"Set the order in which values are resolved.": [
|
699
678
|
""
|
700
679
|
],
|
701
|
-
"
|
680
|
+
"Show Ansible inventory for hostgroups": [
|
702
681
|
""
|
703
682
|
],
|
704
|
-
"
|
683
|
+
"Show Ansible inventory for hosts": [
|
705
684
|
""
|
706
685
|
],
|
707
|
-
"
|
686
|
+
"Show full value": [
|
708
687
|
""
|
709
688
|
],
|
710
|
-
"
|
689
|
+
"Show role": [
|
711
690
|
""
|
712
691
|
],
|
713
|
-
"
|
692
|
+
"Show variable": [
|
714
693
|
""
|
715
694
|
],
|
716
|
-
"
|
717
|
-
"
|
718
|
-
],
|
719
|
-
"Cancel": [
|
720
|
-
"Cancel"
|
695
|
+
"Smart Proxy to fetch from": [
|
696
|
+
""
|
721
697
|
],
|
722
|
-
"
|
698
|
+
"Smart Proxy to import from": [
|
723
699
|
""
|
724
700
|
],
|
725
|
-
"
|
701
|
+
"Smart Proxy to sync from": [
|
726
702
|
""
|
727
703
|
],
|
728
|
-
"
|
704
|
+
"Smart proxy id is required": [
|
729
705
|
""
|
730
706
|
],
|
731
|
-
"
|
707
|
+
"Source": [
|
732
708
|
""
|
733
709
|
],
|
734
|
-
"
|
735
|
-
"
|
710
|
+
"Source attribute": [
|
711
|
+
""
|
736
712
|
],
|
737
|
-
"
|
738
|
-
"
|
713
|
+
"Specify Matchers": [
|
714
|
+
""
|
739
715
|
],
|
740
716
|
"State": [
|
741
717
|
"State"
|
742
718
|
],
|
743
|
-
"
|
744
|
-
""
|
719
|
+
"Submit": [
|
720
|
+
"Submit"
|
745
721
|
],
|
746
|
-
"
|
722
|
+
"Sync Ansible playbooks": [
|
747
723
|
""
|
748
724
|
],
|
749
|
-
"
|
725
|
+
"Sync Ansible roles": [
|
750
726
|
""
|
751
727
|
],
|
752
|
-
"
|
753
|
-
""
|
728
|
+
"Tags": [
|
729
|
+
"Tags"
|
754
730
|
],
|
755
|
-
"
|
731
|
+
"Task": [
|
756
732
|
""
|
757
733
|
],
|
758
|
-
"
|
734
|
+
"Task Details": [
|
759
735
|
""
|
760
736
|
],
|
761
|
-
"
|
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>": [
|
762
738
|
""
|
763
739
|
],
|
764
|
-
"
|
740
|
+
"The order in which values are resolved": [
|
765
741
|
""
|
766
742
|
],
|
767
|
-
"
|
743
|
+
"There are no Ansible roles to play": [
|
768
744
|
""
|
769
745
|
],
|
770
|
-
"
|
746
|
+
"There was a following error when assigning Ansible Roles: %s": [
|
771
747
|
""
|
772
748
|
],
|
773
|
-
"
|
749
|
+
"There was a following error when changing Ansible variable override: %s": [
|
774
750
|
""
|
775
751
|
],
|
776
|
-
"
|
752
|
+
"There was a following error when creating Ansible job: %s": [
|
777
753
|
""
|
778
754
|
],
|
779
|
-
"
|
755
|
+
"There was a following error when deleting Ansible config job: %s": [
|
780
756
|
""
|
781
757
|
],
|
782
|
-
"
|
758
|
+
"There was a following error when deleting Ansible variable override: %s": [
|
783
759
|
""
|
784
760
|
],
|
785
|
-
"This
|
761
|
+
"This Ansible role is inherited from host group": [
|
786
762
|
""
|
787
763
|
],
|
788
|
-
"
|
764
|
+
"This Ansible role is inherited from parent host group": [
|
789
765
|
""
|
790
766
|
],
|
791
|
-
"
|
767
|
+
"This job will run all the assigned Ansible roles.": [
|
792
768
|
""
|
793
769
|
],
|
794
|
-
"
|
770
|
+
"This list consists of host assigned roles and group assigned roles. Group assigned roles will always be executed prior to host assigned roles.": [
|
795
771
|
""
|
796
772
|
],
|
797
|
-
"
|
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": [
|
798
774
|
""
|
799
775
|
],
|
800
|
-
"
|
776
|
+
"Timeout (in minutes) when hosts should have reported.": [
|
801
777
|
""
|
802
778
|
],
|
803
|
-
"
|
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.": [
|
804
780
|
""
|
805
781
|
],
|
806
|
-
"
|
807
|
-
""
|
782
|
+
"Type": [
|
783
|
+
"Type"
|
808
784
|
],
|
809
|
-
"
|
785
|
+
"Types of validation values": [
|
810
786
|
""
|
811
787
|
],
|
812
|
-
"
|
788
|
+
"Types of variable values": [
|
813
789
|
""
|
814
790
|
],
|
815
|
-
"
|
791
|
+
"Unable to get playbook's names from Ansible": [
|
816
792
|
""
|
817
793
|
],
|
818
|
-
"
|
794
|
+
"Unable to get playbooks from Ansible": [
|
819
795
|
""
|
820
796
|
],
|
821
|
-
"
|
797
|
+
"Unable to get roles from Ansible": [
|
822
798
|
""
|
823
799
|
],
|
824
|
-
"
|
800
|
+
"Unable to get roles/variables from Ansible": [
|
825
801
|
""
|
826
802
|
],
|
827
|
-
"
|
803
|
+
"Update": [
|
828
804
|
""
|
829
805
|
],
|
830
|
-
"
|
806
|
+
"Update Capsules on given Capsule server hosts": [
|
831
807
|
""
|
832
808
|
],
|
833
|
-
"
|
809
|
+
"Update Capsules on given hosts": [
|
834
810
|
""
|
835
811
|
],
|
836
|
-
"
|
812
|
+
"Update Role Variables": [
|
837
813
|
""
|
838
814
|
],
|
839
|
-
"
|
815
|
+
"Update Smart Proxy": [
|
840
816
|
""
|
841
817
|
],
|
842
|
-
"
|
818
|
+
"Updates Ansible variable": [
|
843
819
|
""
|
844
820
|
],
|
845
|
-
"
|
821
|
+
"Upgrade": [
|
846
822
|
""
|
847
823
|
],
|
848
|
-
"
|
824
|
+
"Upgrade Capsules on given Capsule server hosts": [
|
849
825
|
""
|
850
826
|
],
|
851
|
-
"
|
827
|
+
"Upgrade Capsules on given hosts": [
|
852
828
|
""
|
853
829
|
],
|
854
|
-
"
|
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": [
|
855
831
|
""
|
856
832
|
],
|
857
|
-
"
|
858
|
-
"You are not authorised to perform this action."
|
859
|
-
],
|
860
|
-
"Please request one of the required permissions listed below from a Foreman administrator:": [
|
833
|
+
"Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled": [
|
861
834
|
""
|
862
835
|
],
|
863
|
-
"
|
836
|
+
"Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \\\"ansible_connection\\\"": [
|
864
837
|
""
|
865
838
|
],
|
866
|
-
"
|
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": [
|
867
840
|
""
|
868
841
|
],
|
869
|
-
"
|
842
|
+
"Used to enforce certain values for the parameter values": [
|
870
843
|
""
|
871
844
|
],
|
872
|
-
"
|
873
|
-
""
|
845
|
+
"Value": [
|
846
|
+
"Value"
|
874
847
|
],
|
875
|
-
"
|
848
|
+
"Value to use when there is no match.": [
|
876
849
|
""
|
877
850
|
],
|
878
|
-
"
|
851
|
+
"Variables": [
|
879
852
|
""
|
880
853
|
],
|
881
|
-
"
|
854
|
+
"Variable|Name": [
|
882
855
|
""
|
883
856
|
],
|
884
|
-
"
|
857
|
+
"Variable|Role": [
|
885
858
|
""
|
886
859
|
],
|
887
|
-
"
|
860
|
+
"View inherited roles": [
|
888
861
|
""
|
889
862
|
],
|
890
|
-
"
|
863
|
+
"When enabled the parameter is hidden in the UI": [
|
891
864
|
""
|
892
865
|
],
|
893
|
-
"
|
866
|
+
"Whether to override variable or not": [
|
894
867
|
""
|
895
868
|
],
|
896
|
-
"
|
869
|
+
"WinRM cert Validation": [
|
897
870
|
""
|
898
871
|
],
|
899
|
-
"
|
900
|
-
""
|
872
|
+
"You are not authorized to perform this action.": [
|
873
|
+
"You are not authorised to perform this action."
|
901
874
|
],
|
902
|
-
"
|
875
|
+
"You are not authorized to view the page. ": [
|
903
876
|
""
|
904
877
|
],
|
905
|
-
"
|
878
|
+
"daily": [
|
906
879
|
""
|
907
880
|
],
|
908
|
-
"
|
881
|
+
"false": [
|
909
882
|
""
|
910
883
|
],
|
911
|
-
"
|
884
|
+
"hourly": [
|
912
885
|
""
|
913
886
|
],
|
914
|
-
"
|
915
|
-
"
|
887
|
+
"is required": [
|
888
|
+
""
|
916
889
|
],
|
917
|
-
"
|
890
|
+
"monthly": [
|
918
891
|
""
|
919
892
|
],
|
920
|
-
"
|
893
|
+
"true": [
|
921
894
|
""
|
922
895
|
],
|
923
|
-
"
|
924
|
-
"
|
896
|
+
"view all assigned roles": [
|
897
|
+
""
|
925
898
|
],
|
926
|
-
"
|
927
|
-
"
|
899
|
+
"view remote execution page.": [
|
900
|
+
""
|
928
901
|
],
|
929
|
-
"
|
930
|
-
"
|
902
|
+
"view the task in progress": [
|
903
|
+
""
|
931
904
|
],
|
932
|
-
"
|
905
|
+
"weekly": [
|
933
906
|
""
|
934
907
|
]
|
935
908
|
}
|