foreman_ansible 2.2.11 → 2.2.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/concerns/foreman_ansible/host_managed_extensions.rb +1 -1
- data/app/services/foreman_ansible/insights_plan_runner.rb +2 -1
- data/app/views/ansible_roles/index.html.erb +1 -1
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/de/foreman_ansible.edit.po +238 -87
- data/locale/en/foreman_ansible.edit.po +238 -87
- data/locale/es/foreman_ansible.edit.po +238 -87
- data/locale/fr/foreman_ansible.edit.po +238 -87
- data/locale/it/foreman_ansible.edit.po +238 -87
- data/locale/ja/foreman_ansible.edit.po +238 -87
- data/locale/ko/foreman_ansible.edit.po +238 -87
- data/locale/pt_BR/foreman_ansible.edit.po +238 -87
- data/locale/ru/foreman_ansible.edit.po +238 -87
- data/locale/zh_CN/foreman_ansible.edit.po +238 -87
- data/locale/zh_TW/foreman_ansible.edit.po +238 -87
- metadata +2 -2
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_ansible 2.
|
8
|
+
"Project-Id-Version: foreman_ansible 2.3.0\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"
|
@@ -17,235 +17,338 @@ msgstr ""
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18
18
|
"\n"
|
19
19
|
|
20
|
-
#: ../app/controllers/ansible_roles_controller.rb:
|
20
|
+
#: ../app/controllers/ansible_roles_controller.rb:35
|
21
21
|
msgid "Import of roles successfully finished."
|
22
22
|
msgstr ""
|
23
23
|
|
24
|
-
#: ../app/controllers/ansible_roles_controller.rb:
|
24
|
+
#: ../app/controllers/ansible_roles_controller.rb:50
|
25
25
|
msgid "No changes in roles detected."
|
26
26
|
msgstr ""
|
27
27
|
|
28
|
-
#: ../app/controllers/ansible_roles_controller.rb:
|
28
|
+
#: ../app/controllers/ansible_roles_controller.rb:51
|
29
29
|
msgid "No changes in roles detected on %s."
|
30
30
|
msgstr ""
|
31
31
|
|
32
|
-
#: ../app/controllers/
|
32
|
+
#: ../app/controllers/ansible_variables_controller.rb:31
|
33
|
+
msgid ""
|
34
|
+
"Import of variables successfully finished.\n"
|
35
|
+
"Added: #{results[:added].join(', ')} \n"
|
36
|
+
" Removed: #{results[:obsolete].join(', ')}"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
#: ../app/controllers/ansible_variables_controller.rb:75
|
40
|
+
msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
|
41
|
+
msgstr ""
|
42
|
+
|
43
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
|
44
|
+
msgid "Override match"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
|
48
|
+
msgid "Override value, required if omit is false"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
|
52
|
+
msgid "Create an override value for a specific ansible variable"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
|
56
|
+
msgid "Destroy an override value"
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:18
|
33
60
|
msgid "Show role"
|
34
61
|
msgstr ""
|
35
62
|
|
36
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
63
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:22
|
37
64
|
msgid "List Ansible roles"
|
38
65
|
msgstr ""
|
39
66
|
|
40
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
67
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:28
|
41
68
|
msgid "Deletes Ansible role"
|
42
69
|
msgstr ""
|
43
70
|
|
44
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
71
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:34
|
45
72
|
msgid "Import Ansible roles"
|
46
73
|
msgstr ""
|
47
74
|
|
48
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
75
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35 ../app/controllers/api/v2/ansible_roles_controller.rb:42 ../app/controllers/api/v2/ansible_variables_controller.rb:65 ../app/controllers/api/v2/ansible_variables_controller.rb:75
|
49
76
|
msgid "Smart Proxy to import from"
|
50
77
|
msgstr ""
|
51
78
|
|
52
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
79
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:36
|
53
80
|
msgid "Ansible role names to import"
|
54
81
|
msgstr ""
|
55
82
|
|
56
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
83
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:41
|
57
84
|
msgid "Obsolete Ansible roles"
|
58
85
|
msgstr ""
|
59
86
|
|
60
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
87
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:48
|
61
88
|
msgid "Fetch Ansible roles available to be imported"
|
62
89
|
msgstr ""
|
63
90
|
|
64
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:
|
91
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:49
|
65
92
|
msgid "Smart Proxy to fetch from"
|
66
93
|
msgstr ""
|
67
94
|
|
68
|
-
#: ../app/controllers/
|
95
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:19
|
96
|
+
msgid "Show variable"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:23
|
100
|
+
msgid "List Ansible variables"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:29
|
104
|
+
msgid "Deletes Ansible variable"
|
105
|
+
msgstr ""
|
106
|
+
|
107
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:38
|
108
|
+
msgid "Name of variable"
|
109
|
+
msgstr ""
|
110
|
+
|
111
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:39
|
112
|
+
msgid "Role ID"
|
113
|
+
msgstr ""
|
114
|
+
|
115
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:40
|
116
|
+
msgid "Default value of variable"
|
117
|
+
msgstr ""
|
118
|
+
|
119
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:41
|
120
|
+
msgid "When enabled the parameter is hidden in the UI"
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:42
|
124
|
+
msgid "The order in which values are resolved"
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:43
|
128
|
+
msgid "Description of variable"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:44
|
132
|
+
msgid "Types of validation values"
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:45
|
136
|
+
msgid "Used to enforce certain values for the parameter values"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:46
|
140
|
+
msgid "Types of variable values"
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:47
|
144
|
+
msgid "Merge all matching values (only array/hash type)"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:48
|
148
|
+
msgid "Include default value when merging all matching values"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:49
|
152
|
+
msgid "Remove duplicate values (only array type)"
|
153
|
+
msgstr ""
|
154
|
+
|
155
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:53
|
156
|
+
msgid "Updates Ansible variable"
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:63
|
160
|
+
msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
|
161
|
+
msgstr ""
|
162
|
+
|
163
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:73
|
164
|
+
msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
|
165
|
+
msgstr ""
|
166
|
+
|
167
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:17
|
69
168
|
msgid "Plays Ansible roles on a hostgroup"
|
70
169
|
msgstr ""
|
71
170
|
|
72
|
-
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:
|
171
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:27
|
73
172
|
msgid "Plays Ansible roles on hostgroups"
|
74
173
|
msgstr ""
|
75
174
|
|
76
|
-
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:
|
175
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:28
|
77
176
|
msgid "IDs of hostgroups to play roles on"
|
78
177
|
msgstr ""
|
79
178
|
|
80
|
-
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:
|
179
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:39
|
81
180
|
msgid "List all Ansible roles for a hostgroup"
|
82
181
|
msgstr ""
|
83
182
|
|
84
|
-
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:
|
183
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
|
85
184
|
msgid "IDs of associated ansible roles"
|
86
185
|
msgstr ""
|
87
186
|
|
88
|
-
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:
|
187
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:22
|
89
188
|
msgid "Plays Ansible roles on a host"
|
90
189
|
msgstr ""
|
91
190
|
|
92
|
-
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:
|
191
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:31
|
93
192
|
msgid "Plays Ansible roles on hosts"
|
94
193
|
msgstr ""
|
95
194
|
|
96
|
-
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:
|
195
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:32
|
97
196
|
msgid "IDs of hosts to play roles on"
|
98
197
|
msgstr ""
|
99
198
|
|
100
|
-
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:
|
199
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:42
|
101
200
|
msgid "List all Ansible roles for a host"
|
102
201
|
msgstr ""
|
103
202
|
|
104
|
-
#: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:
|
203
|
+
#: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
|
105
204
|
msgid "Host group has no associated hosts"
|
106
205
|
msgstr ""
|
107
206
|
|
108
|
-
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:
|
207
|
+
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
|
109
208
|
msgid "There are no Ansible roles to play"
|
110
209
|
msgstr ""
|
111
210
|
|
112
|
-
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:
|
211
|
+
#: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
|
113
212
|
msgid "Could not run Ansible roles for %{host}"
|
114
213
|
msgstr ""
|
115
214
|
|
116
|
-
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:
|
215
|
+
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
|
117
216
|
msgid "From %s"
|
118
217
|
msgstr ""
|
119
218
|
|
120
|
-
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:
|
219
|
+
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:15
|
121
220
|
msgid "Import"
|
122
221
|
msgstr ""
|
123
222
|
|
124
|
-
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:
|
223
|
+
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:21
|
125
224
|
msgid "%s ago"
|
126
225
|
msgstr ""
|
127
226
|
|
128
|
-
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:
|
227
|
+
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:23 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
|
129
228
|
msgid "Play Ansible roles"
|
130
229
|
msgstr ""
|
131
230
|
|
132
|
-
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:
|
231
|
+
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:42
|
133
232
|
msgid "Run Ansible roles"
|
134
233
|
msgstr ""
|
135
234
|
|
136
|
-
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:
|
235
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
|
137
236
|
msgid "Playbook execution failed"
|
138
237
|
msgstr ""
|
139
238
|
|
140
|
-
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:
|
239
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:35
|
141
240
|
msgid "Error loading data from proxy"
|
142
241
|
msgstr ""
|
143
242
|
|
144
|
-
#: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:
|
243
|
+
#: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
|
145
244
|
msgid "Foreman"
|
146
245
|
msgstr ""
|
147
246
|
|
148
|
-
#: ../app/lib/proxy_api/ansible.rb:
|
247
|
+
#: ../app/lib/proxy_api/ansible.rb:27
|
149
248
|
msgid "Unable to get roles from Ansible"
|
150
249
|
msgstr ""
|
151
250
|
|
152
|
-
#: ../app/
|
251
|
+
#: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
|
252
|
+
msgid "Unable to get roles/variables from Ansible"
|
253
|
+
msgstr ""
|
254
|
+
|
255
|
+
#: ../app/models/setting/ansible.rb:20
|
153
256
|
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"
|
154
257
|
msgstr ""
|
155
258
|
|
156
|
-
#: ../app/models/setting/ansible.rb:
|
259
|
+
#: ../app/models/setting/ansible.rb:25
|
157
260
|
msgid "Private Key Path"
|
158
261
|
msgstr ""
|
159
262
|
|
160
|
-
#: ../app/models/setting/ansible.rb:
|
263
|
+
#: ../app/models/setting/ansible.rb:29
|
161
264
|
msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
|
162
265
|
msgstr ""
|
163
266
|
|
164
|
-
#: ../app/models/setting/ansible.rb:
|
267
|
+
#: ../app/models/setting/ansible.rb:33
|
165
268
|
msgid "Connection type"
|
166
269
|
msgstr ""
|
167
270
|
|
168
|
-
#: ../app/models/setting/ansible.rb:
|
271
|
+
#: ../app/models/setting/ansible.rb:37
|
169
272
|
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\""
|
170
273
|
msgstr ""
|
171
274
|
|
172
|
-
#: ../app/models/setting/ansible.rb:
|
275
|
+
#: ../app/models/setting/ansible.rb:42
|
173
276
|
msgid "WinRM cert Validation"
|
174
277
|
msgstr ""
|
175
278
|
|
176
|
-
#: ../app/models/setting/ansible.rb:
|
279
|
+
#: ../app/models/setting/ansible.rb:46
|
177
280
|
msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
|
178
281
|
msgstr ""
|
179
282
|
|
180
|
-
#: ../app/models/setting/ansible.rb:
|
283
|
+
#: ../app/models/setting/ansible.rb:49
|
181
284
|
msgid "Default verbosity level"
|
182
285
|
msgstr ""
|
183
286
|
|
184
|
-
#: ../app/models/setting/ansible.rb:
|
287
|
+
#: ../app/models/setting/ansible.rb:52
|
185
288
|
msgid "Disabled"
|
186
289
|
msgstr ""
|
187
290
|
|
188
|
-
#: ../app/models/setting/ansible.rb:
|
291
|
+
#: ../app/models/setting/ansible.rb:53
|
189
292
|
msgid "Level 1 (-v)"
|
190
293
|
msgstr ""
|
191
294
|
|
192
|
-
#: ../app/models/setting/ansible.rb:
|
295
|
+
#: ../app/models/setting/ansible.rb:54
|
193
296
|
msgid "Level 2 (-vv)"
|
194
297
|
msgstr ""
|
195
298
|
|
196
|
-
#: ../app/models/setting/ansible.rb:
|
299
|
+
#: ../app/models/setting/ansible.rb:55
|
197
300
|
msgid "Level 3 (-vvv)"
|
198
301
|
msgstr ""
|
199
302
|
|
200
|
-
#: ../app/models/setting/ansible.rb:
|
303
|
+
#: ../app/models/setting/ansible.rb:56
|
201
304
|
msgid "Level 4 (-vvvv)"
|
202
305
|
msgstr ""
|
203
306
|
|
204
|
-
#: ../app/models/setting/ansible.rb:
|
307
|
+
#: ../app/models/setting/ansible.rb:62
|
205
308
|
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."
|
206
309
|
msgstr ""
|
207
310
|
|
208
|
-
#: ../app/models/setting/ansible.rb:
|
311
|
+
#: ../app/models/setting/ansible.rb:67
|
209
312
|
msgid "Post-provision timeout"
|
210
313
|
msgstr ""
|
211
314
|
|
212
|
-
#: ../app/models/setting/ansible.rb:
|
213
|
-
msgid "Whether to put Ansible parameters in the \"hostvars\" top-level key of the inventory. By default it is true, so that Host Parameters can be used directly in the playbooks.When false, Host Parameters can only be accessed
|
315
|
+
#: ../app/models/setting/ansible.rb:71
|
316
|
+
msgid "Whether to put Ansible parameters in the \"hostvars\" top-level key of the inventory. By default it is true, so that Host Parameters can be used directly in the playbooks. When false, Host Parameters can only be accessed through foreman_params[\"host_parameter\"] in the playbooks."
|
214
317
|
msgstr ""
|
215
318
|
|
216
|
-
#: ../app/models/setting/ansible.rb:
|
319
|
+
#: ../app/models/setting/ansible.rb:77
|
217
320
|
msgid "Top level Ansible variables"
|
218
321
|
msgstr ""
|
219
322
|
|
220
|
-
#: ../app/models/setting/ansible.rb:
|
323
|
+
#: ../app/models/setting/ansible.rb:81
|
221
324
|
msgid "Timeout (in minutes) when hosts should have reported."
|
222
325
|
msgstr ""
|
223
326
|
|
224
|
-
#: ../app/models/setting/ansible.rb:
|
327
|
+
#: ../app/models/setting/ansible.rb:83
|
225
328
|
msgid "Ansible report timeout"
|
226
329
|
msgstr ""
|
227
330
|
|
228
|
-
#: ../app/models/setting/ansible.rb:
|
331
|
+
#: ../app/models/setting/ansible.rb:87
|
229
332
|
msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
|
230
333
|
msgstr ""
|
231
334
|
|
232
|
-
#: ../app/models/setting/ansible.rb:
|
335
|
+
#: ../app/models/setting/ansible.rb:91
|
233
336
|
msgid "%{cfgmgmt} out of sync disabled"
|
234
337
|
msgstr ""
|
235
338
|
|
236
|
-
#: ../app/models/setting/ansible.rb:
|
339
|
+
#: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:73
|
237
340
|
msgid "Ansible"
|
238
341
|
msgstr ""
|
239
342
|
|
240
|
-
#: ../app/services/foreman_ansible/insights_notification_builder.rb:
|
343
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:51
|
241
344
|
msgid "Remediation Plan"
|
242
345
|
msgstr ""
|
243
346
|
|
244
|
-
#: ../app/services/foreman_ansible/insights_notification_builder.rb:
|
347
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
|
245
348
|
msgid "Job Details"
|
246
349
|
msgstr ""
|
247
350
|
|
248
|
-
#: ../app/services/foreman_ansible/
|
351
|
+
#: ../app/services/foreman_ansible/proxy_api.rb:13
|
249
352
|
msgid "Proxy not found"
|
250
353
|
msgstr ""
|
251
354
|
|
@@ -253,67 +356,67 @@ msgstr ""
|
|
253
356
|
msgid "Changed Ansible roles"
|
254
357
|
msgstr ""
|
255
358
|
|
256
|
-
#: ../app/views/ansible_roles/import.html.erb:3
|
359
|
+
#: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
|
257
360
|
msgid "Select the changes you want to realize in Foreman"
|
258
361
|
msgstr ""
|
259
362
|
|
260
|
-
#: ../app/views/ansible_roles/import.html.erb:5
|
363
|
+
#: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
|
261
364
|
msgid "Toggle"
|
262
365
|
msgstr ""
|
263
366
|
|
264
|
-
#: ../app/views/ansible_roles/import.html.erb:6
|
367
|
+
#: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
|
265
368
|
msgid "New"
|
266
369
|
msgstr ""
|
267
370
|
|
268
|
-
#: ../app/views/ansible_roles/import.html.erb:8
|
371
|
+
#: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
|
269
372
|
msgid "Check/Uncheck new"
|
270
373
|
msgstr ""
|
271
374
|
|
272
|
-
#: ../app/views/ansible_roles/import.html.erb:9
|
375
|
+
#: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
|
273
376
|
msgid "Obsolete"
|
274
377
|
msgstr ""
|
275
378
|
|
276
|
-
#: ../app/views/ansible_roles/import.html.erb:11
|
379
|
+
#: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
|
277
380
|
msgid "Check/Uncheck obsolete"
|
278
381
|
msgstr ""
|
279
382
|
|
280
|
-
#: ../app/views/ansible_roles/import.html.erb:19
|
383
|
+
#: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:19
|
281
384
|
msgid "Check/Uncheck all"
|
282
385
|
msgstr ""
|
283
386
|
|
284
|
-
#: ../app/views/ansible_roles/import.html.erb:21
|
387
|
+
#: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:21
|
285
388
|
msgid "Name"
|
286
389
|
msgstr ""
|
287
390
|
|
288
|
-
#: ../app/views/ansible_roles/import.html.erb:22
|
391
|
+
#: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:23
|
289
392
|
msgid "Hosts count"
|
290
393
|
msgstr ""
|
291
394
|
|
292
|
-
#: ../app/views/ansible_roles/import.html.erb:23
|
395
|
+
#: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:24
|
293
396
|
msgid "Hostgroups count"
|
294
397
|
msgstr ""
|
295
398
|
|
296
|
-
#: ../app/views/ansible_roles/import.html.erb:24
|
399
|
+
#: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:25
|
297
400
|
msgid "Operation"
|
298
401
|
msgstr ""
|
299
402
|
|
300
|
-
#: ../app/views/ansible_roles/import.html.erb:35
|
403
|
+
#: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:36
|
301
404
|
msgid "Check/Uncheck all %s changes"
|
302
405
|
msgstr ""
|
303
406
|
|
304
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
407
|
+
#: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:42
|
305
408
|
msgid "Add"
|
306
409
|
msgstr ""
|
307
410
|
|
308
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
411
|
+
#: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:42
|
309
412
|
msgid "Remove"
|
310
413
|
msgstr ""
|
311
414
|
|
312
|
-
#: ../app/views/ansible_roles/import.html.erb:48
|
415
|
+
#: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:50
|
313
416
|
msgid "Cancel"
|
314
417
|
msgstr ""
|
315
418
|
|
316
|
-
#: ../app/views/ansible_roles/import.html.erb:49
|
419
|
+
#: ../app/views/ansible_roles/import.html.erb:49 ../app/views/ansible_variables/import.html.erb:51
|
317
420
|
msgid "Update"
|
318
421
|
msgstr ""
|
319
422
|
|
@@ -337,11 +440,15 @@ msgstr ""
|
|
337
440
|
msgid "Imported at"
|
338
441
|
msgstr ""
|
339
442
|
|
340
|
-
#: ../app/views/ansible_roles/index.html.erb:13
|
443
|
+
#: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:12
|
341
444
|
msgid "Actions"
|
342
445
|
msgstr ""
|
343
446
|
|
344
|
-
#: ../app/views/ansible_roles/index.html.erb:
|
447
|
+
#: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:79
|
448
|
+
msgid "Variables"
|
449
|
+
msgstr ""
|
450
|
+
|
451
|
+
#: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:36
|
345
452
|
msgid "Delete %s?"
|
346
453
|
msgstr ""
|
347
454
|
|
@@ -355,6 +462,50 @@ msgstr ""
|
|
355
462
|
msgid "Learn more about this in the documentation."
|
356
463
|
msgstr ""
|
357
464
|
|
465
|
+
#: ../app/views/ansible_variables/_ansible_roles_list.html.erb:10
|
466
|
+
msgid "Ansible Role"
|
467
|
+
msgstr ""
|
468
|
+
|
469
|
+
#: ../app/views/ansible_variables/_validator_text.html.erb:2
|
470
|
+
msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
|
471
|
+
msgstr ""
|
472
|
+
|
473
|
+
#: ../app/views/ansible_variables/_validator_text.html.erb:4
|
474
|
+
msgid "If ERB is used in a parameter value, the validation of the value will happen during the ENC request. If the value is invalid, the ENC request will fail."
|
475
|
+
msgstr ""
|
476
|
+
|
477
|
+
#: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1
|
478
|
+
msgid "Ansible Variables"
|
479
|
+
msgstr ""
|
480
|
+
|
481
|
+
#: ../app/views/ansible_variables/edit.html.erb:8
|
482
|
+
msgid "Edit %s"
|
483
|
+
msgstr ""
|
484
|
+
|
485
|
+
#: ../app/views/ansible_variables/edit.html.erb:13
|
486
|
+
msgid "Edit Ansible Variable"
|
487
|
+
msgstr ""
|
488
|
+
|
489
|
+
#: ../app/views/ansible_variables/import.html.erb:1
|
490
|
+
msgid "Changed Ansible variables"
|
491
|
+
msgstr ""
|
492
|
+
|
493
|
+
#: ../app/views/ansible_variables/import.html.erb:22
|
494
|
+
msgid "Ansible role"
|
495
|
+
msgstr ""
|
496
|
+
|
497
|
+
#: ../app/views/ansible_variables/index.html.erb:9
|
498
|
+
msgid "Variable|Name"
|
499
|
+
msgstr ""
|
500
|
+
|
501
|
+
#: ../app/views/ansible_variables/index.html.erb:10
|
502
|
+
msgid "Variable|Role"
|
503
|
+
msgstr ""
|
504
|
+
|
505
|
+
#: ../app/views/ansible_variables/index.html.erb:11
|
506
|
+
msgid "Type"
|
507
|
+
msgstr ""
|
508
|
+
|
358
509
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
|
359
510
|
msgid "Play Roles"
|
360
511
|
msgstr ""
|
@@ -395,36 +546,36 @@ msgstr ""
|
|
395
546
|
msgid "Nothing to show"
|
396
547
|
msgstr ""
|
397
548
|
|
398
|
-
#: ../db/seeds.d/90_notification_blueprints.rb:
|
549
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:5
|
399
550
|
msgid "Jobs"
|
400
551
|
msgstr ""
|
401
552
|
|
402
|
-
#: ../db/seeds.d/90_notification_blueprints.rb:
|
553
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:7
|
403
554
|
msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
|
404
555
|
msgstr ""
|
405
556
|
|
406
|
-
#: ../lib/foreman_ansible/register.rb:
|
557
|
+
#: ../lib/foreman_ansible/register.rb:75
|
407
558
|
msgid "Roles"
|
408
559
|
msgstr ""
|
409
560
|
|
410
|
-
#: ../lib/foreman_ansible/remote_execution.rb:
|
561
|
+
#: ../lib/foreman_ansible/remote_execution.rb:20
|
411
562
|
msgid "Ansible: Run host roles"
|
412
563
|
msgstr ""
|
413
564
|
|
414
|
-
#: ../lib/foreman_ansible/remote_execution.rb:
|
565
|
+
#: ../lib/foreman_ansible/remote_execution.rb:21
|
415
566
|
msgid "Runs an Ansible playbook which contains all the roles defined for a host"
|
416
567
|
msgstr ""
|
417
568
|
|
418
|
-
#: ../lib/foreman_ansible/remote_execution.rb:
|
569
|
+
#: ../lib/foreman_ansible/remote_execution.rb:26
|
419
570
|
msgid "Ansible: Run Insights maintenance plan"
|
420
571
|
msgstr ""
|
421
572
|
|
422
|
-
#: ../lib/foreman_ansible/remote_execution.rb:
|
573
|
+
#: ../lib/foreman_ansible/remote_execution.rb:27
|
423
574
|
msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
|
424
575
|
msgstr ""
|
425
576
|
|
426
577
|
#: action_names.rb:2
|
427
|
-
msgid "
|
578
|
+
msgid "Remote action:"
|
428
579
|
msgstr ""
|
429
580
|
|
430
581
|
#: action_names.rb:3
|
@@ -436,7 +587,7 @@ msgid "Import Puppet classes"
|
|
436
587
|
msgstr ""
|
437
588
|
|
438
589
|
#: action_names.rb:5
|
439
|
-
msgid "
|
590
|
+
msgid "Action with sub plans"
|
440
591
|
msgstr ""
|
441
592
|
|
442
593
|
#: gemspec.rb:2
|