foreman_ansible 5.0.0 → 5.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/ansible_inventories_controller.rb +9 -4
- data/app/models/foreman_ansible/ansible_provider.rb +8 -0
- data/app/models/setting/ansible.rb +1 -1
- data/app/services/foreman_ansible/ansible_info.rb +1 -1
- data/app/services/foreman_ansible/operating_system_parser.rb +1 -1
- data/app/services/foreman_ansible/variables_importer.rb +8 -9
- data/app/views/ansible_variables/_fields.erb +1 -1
- data/app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb +7 -4
- data/app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb +74 -0
- data/app/views/foreman_ansible/job_templates/configure_cloud_connector_-_ansible_default.erb +36 -0
- data/app/views/foreman_ansible/job_templates/power_action_-_ansible_default.erb +1 -1
- data/app/views/foreman_ansible/job_templates/puppet_run_once_-_ansible_default.erb +5 -1
- data/app/views/foreman_ansible/job_templates/service_action_-_enable_web_console.erb +16 -0
- data/config/routes.rb +1 -1
- data/db/migrate/20200421201839_update_ansible_inv_template_name.rb +9 -0
- data/db/seeds.d/75_job_templates.rb +1 -1
- data/lib/foreman_ansible/engine.rb +22 -25
- data/lib/foreman_ansible/remote_execution.rb +11 -0
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/action_names.rb +3 -3
- data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ca/foreman_ansible.po +556 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/cs_CZ/foreman_ansible.po +556 -0
- data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/de/foreman_ansible.po +38 -33
- data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/en/foreman_ansible.po +38 -33
- data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/en_GB/foreman_ansible.po +555 -0
- data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/foreman_ansible.po +38 -33
- data/locale/foreman_ansible.pot +96 -88
- data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/fr/foreman_ansible.po +38 -33
- data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/gl/foreman_ansible.po +553 -0
- data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/it/foreman_ansible.po +38 -33
- data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ja/foreman_ansible.po +38 -33
- data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ko/foreman_ansible.po +38 -33
- data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/nl_NL/foreman_ansible.po +559 -0
- data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pl/foreman_ansible.po +556 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pt_BR/foreman_ansible.po +38 -33
- data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ru/foreman_ansible.po +38 -33
- data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/sv_SE/foreman_ansible.po +556 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_CN/foreman_ansible.po +38 -33
- data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_TW/foreman_ansible.po +38 -33
- data/test/factories/ansible_variables.rb +5 -0
- data/test/unit/services/ansible_variables_importer_test.rb +68 -43
- data/test/unit/services/inventory_creator_test.rb +0 -2
- metadata +55 -59
- data/locale/de/foreman_ansible.edit.po +0 -825
- data/locale/de/foreman_ansible.po.time_stamp +0 -0
- data/locale/en/foreman_ansible.edit.po +0 -714
- data/locale/en/foreman_ansible.po.time_stamp +0 -0
- data/locale/es/foreman_ansible.edit.po +0 -845
- data/locale/es/foreman_ansible.po.time_stamp +0 -0
- data/locale/fr/foreman_ansible.edit.po +0 -847
- data/locale/fr/foreman_ansible.po.time_stamp +0 -0
- data/locale/it/foreman_ansible.edit.po +0 -818
- data/locale/it/foreman_ansible.po.time_stamp +0 -0
- data/locale/ja/foreman_ansible.edit.po +0 -818
- data/locale/ja/foreman_ansible.po.time_stamp +0 -0
- data/locale/ko/foreman_ansible.edit.po +0 -804
- data/locale/ko/foreman_ansible.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_ansible.edit.po +0 -845
- data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
- data/locale/ru/foreman_ansible.edit.po +0 -819
- data/locale/ru/foreman_ansible.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_ansible.edit.po +0 -813
- data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_ansible.edit.po +0 -804
- data/locale/zh_TW/foreman_ansible.po.time_stamp +0 -0
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version: foreman_ansible
|
|
8
|
+
"Project-Id-Version: foreman_ansible 5.0.1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"PO-Revision-Date: 2018-03-12 12:24-0400\n"
|
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
@@ -131,6 +131,9 @@ msgstr ""
|
|
|
131
131
|
msgid "Create an override value for a specific ansible variable"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
|
134
|
+
msgid "Default Ansible inventory report template"
|
|
135
|
+
msgstr ""
|
|
136
|
+
|
|
134
137
|
msgid "Default Behavior"
|
|
135
138
|
msgstr ""
|
|
136
139
|
|
|
@@ -179,10 +182,13 @@ msgstr ""
|
|
|
179
182
|
msgid "Foreman"
|
|
180
183
|
msgstr ""
|
|
181
184
|
|
|
182
|
-
msgid "Foreman will add
|
|
185
|
+
msgid "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks."
|
|
186
|
+
msgstr ""
|
|
187
|
+
|
|
188
|
+
msgid "Foreman will use this template to schedule the report with Ansible inventory"
|
|
183
189
|
msgstr ""
|
|
184
190
|
|
|
185
|
-
msgid "
|
|
191
|
+
msgid "Hash of input values of type input=>value"
|
|
186
192
|
msgstr ""
|
|
187
193
|
|
|
188
194
|
msgid "Hidden Value"
|
|
@@ -224,9 +230,6 @@ msgstr ""
|
|
|
224
230
|
msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
|
|
225
231
|
msgstr ""
|
|
226
232
|
|
|
227
|
-
msgid "Implementation for running Ansible"
|
|
228
|
-
msgstr ""
|
|
229
|
-
|
|
230
233
|
msgid "Import"
|
|
231
234
|
msgstr ""
|
|
232
235
|
|
|
@@ -248,13 +251,6 @@ msgstr ""
|
|
|
248
251
|
msgid "Import of roles successfully finished."
|
|
249
252
|
msgstr ""
|
|
250
253
|
|
|
251
|
-
msgid ""
|
|
252
|
-
"Import of variables successfully finished.\n"
|
|
253
|
-
"Added: #{results[:added].count} \n"
|
|
254
|
-
" Removed: #{results[:obsolete].count} \n"
|
|
255
|
-
"Updated: #{results[:updated].count}"
|
|
256
|
-
msgstr ""
|
|
257
|
-
|
|
258
254
|
msgid "Imported at"
|
|
259
255
|
msgstr ""
|
|
260
256
|
|
|
@@ -383,69 +379,78 @@ msgstr ""
|
|
|
383
379
|
msgid "Overriden"
|
|
384
380
|
msgstr ""
|
|
385
381
|
|
|
386
|
-
msgid "
|
|
382
|
+
msgid "Post-provision timeout"
|
|
387
383
|
msgstr ""
|
|
388
384
|
|
|
389
|
-
msgid "
|
|
385
|
+
msgid "Prioritize Attribute Order"
|
|
390
386
|
msgstr ""
|
|
391
387
|
|
|
392
|
-
msgid "
|
|
388
|
+
msgid "Private Key Path"
|
|
393
389
|
msgstr ""
|
|
394
390
|
|
|
395
|
-
msgid "
|
|
391
|
+
msgid "Proxy not found"
|
|
396
392
|
msgstr ""
|
|
397
393
|
|
|
398
|
-
msgid "
|
|
394
|
+
msgid "Remediation Plan"
|
|
399
395
|
msgstr ""
|
|
400
396
|
|
|
401
|
-
msgid "
|
|
397
|
+
msgid "Remote action:"
|
|
402
398
|
msgstr ""
|
|
403
399
|
|
|
404
|
-
msgid "
|
|
400
|
+
msgid "Remove"
|
|
405
401
|
msgstr ""
|
|
406
402
|
|
|
407
|
-
msgid "
|
|
403
|
+
msgid "Remove duplicate values (only array type)"
|
|
408
404
|
msgstr ""
|
|
409
405
|
|
|
410
|
-
msgid "
|
|
406
|
+
msgid "Report format, defaults to '%s'"
|
|
411
407
|
msgstr ""
|
|
412
408
|
|
|
413
|
-
msgid "
|
|
409
|
+
msgid "Role ID"
|
|
414
410
|
msgstr ""
|
|
415
411
|
|
|
416
|
-
msgid "
|
|
412
|
+
msgid "Roles"
|
|
417
413
|
msgstr ""
|
|
418
414
|
|
|
419
|
-
msgid "
|
|
415
|
+
msgid "Role|Name"
|
|
420
416
|
msgstr ""
|
|
421
417
|
|
|
422
|
-
msgid "
|
|
418
|
+
msgid "Run Ansible roles"
|
|
423
419
|
msgstr ""
|
|
424
420
|
|
|
425
|
-
msgid "
|
|
421
|
+
msgid "Run all Ansible roles"
|
|
426
422
|
msgstr ""
|
|
427
423
|
|
|
428
|
-
msgid "
|
|
424
|
+
msgid "Run all Ansible roles on hosts belonging to this host group"
|
|
429
425
|
msgstr ""
|
|
430
426
|
|
|
431
|
-
msgid "
|
|
427
|
+
msgid "Run an Ansible playbook against given hosts"
|
|
432
428
|
msgstr ""
|
|
433
429
|
|
|
434
|
-
msgid "
|
|
430
|
+
msgid "Run playbook"
|
|
435
431
|
msgstr ""
|
|
436
432
|
|
|
437
|
-
msgid "
|
|
433
|
+
msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
|
|
438
434
|
msgstr ""
|
|
439
435
|
|
|
440
|
-
msgid "
|
|
436
|
+
msgid "Runs all Ansible roles on a host"
|
|
441
437
|
msgstr ""
|
|
442
438
|
|
|
443
|
-
msgid "Runs
|
|
439
|
+
msgid "Runs all Ansible roles on a hostgroup"
|
|
440
|
+
msgstr ""
|
|
441
|
+
|
|
442
|
+
msgid "Runs all Ansible roles on hostgroups"
|
|
443
|
+
msgstr ""
|
|
444
|
+
|
|
445
|
+
msgid "Runs all Ansible roles on hosts"
|
|
444
446
|
msgstr ""
|
|
445
447
|
|
|
446
448
|
msgid "Runs an Ansible playbook which contains all the roles defined for a host"
|
|
447
449
|
msgstr ""
|
|
448
450
|
|
|
451
|
+
msgid "Schedule generating of Ansible Inventory report"
|
|
452
|
+
msgstr ""
|
|
453
|
+
|
|
449
454
|
msgid "Select the changes you want to realize in Foreman"
|
|
450
455
|
msgstr ""
|
|
451
456
|
|
data/locale/foreman_ansible.pot
CHANGED
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_ansible 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date:
|
|
11
|
+
"POT-Creation-Date: 2020-05-11 13:20+0530\n"
|
|
12
|
+
"PO-Revision-Date: 2020-05-11 13:20+0530\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -34,40 +34,44 @@ msgstr ""
|
|
|
34
34
|
msgid "No changes in variables detected on %s."
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
#: ../app/controllers/ansible_variables_controller.rb:49
|
|
38
|
-
msgid ""
|
|
39
|
-
"Import of variables successfully finished.\n"
|
|
40
|
-
"Added: #{results[:added].count} \n"
|
|
41
|
-
" Removed: #{results[:obsolete].count} \n"
|
|
42
|
-
"Updated: #{results[:updated].count}"
|
|
43
|
-
msgstr ""
|
|
44
|
-
|
|
45
37
|
#: ../app/controllers/ansible_variables_controller.rb:102
|
|
46
38
|
msgid ""
|
|
47
39
|
"No proxy found to import variables from, ensure that the smart proxy has the A"
|
|
48
40
|
"nsible feature enabled."
|
|
49
41
|
msgstr ""
|
|
50
42
|
|
|
51
|
-
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:7
|
|
52
43
|
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:12
|
|
44
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
|
|
53
45
|
msgid "Show Ansible inventory for hosts"
|
|
54
46
|
msgstr ""
|
|
55
47
|
|
|
56
|
-
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:8
|
|
57
48
|
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:13
|
|
49
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
|
|
58
50
|
msgid "IDs of hosts included in inventory"
|
|
59
51
|
msgstr ""
|
|
60
52
|
|
|
61
|
-
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:
|
|
62
|
-
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:
|
|
53
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:26
|
|
54
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:31
|
|
63
55
|
msgid "Show Ansible inventory for hostgroups"
|
|
64
56
|
msgstr ""
|
|
65
57
|
|
|
66
|
-
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:
|
|
67
|
-
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:
|
|
58
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:27
|
|
59
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:32
|
|
68
60
|
msgid "IDs of hostgroups included in inventory"
|
|
69
61
|
msgstr ""
|
|
70
62
|
|
|
63
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:40
|
|
64
|
+
msgid "Schedule generating of Ansible Inventory report"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:41
|
|
68
|
+
msgid "Hash of input values of type input=>value"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: ../app/controllers/api/v2/ansible_inventories_controller.rb:43
|
|
72
|
+
msgid "Report format, defaults to '%s'"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
71
75
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
|
|
72
76
|
msgid "Override match"
|
|
73
77
|
msgstr ""
|
|
@@ -102,8 +106,8 @@ msgstr ""
|
|
|
102
106
|
|
|
103
107
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:36
|
|
104
108
|
#: ../app/controllers/api/v2/ansible_roles_controller.rb:43
|
|
105
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
106
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
109
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:74
|
|
110
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:84
|
|
107
111
|
msgid "Smart Proxy to import from"
|
|
108
112
|
msgstr ""
|
|
109
113
|
|
|
@@ -127,85 +131,85 @@ msgstr ""
|
|
|
127
131
|
msgid "Smart proxy id is required"
|
|
128
132
|
msgstr ""
|
|
129
133
|
|
|
130
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
134
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:19
|
|
131
135
|
msgid "Show variable"
|
|
132
136
|
msgstr ""
|
|
133
137
|
|
|
134
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
138
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:23
|
|
135
139
|
msgid "List Ansible variables"
|
|
136
140
|
msgstr ""
|
|
137
141
|
|
|
138
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
142
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:30
|
|
139
143
|
msgid "Deletes Ansible variable"
|
|
140
144
|
msgstr ""
|
|
141
145
|
|
|
142
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
146
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:39
|
|
143
147
|
msgid "Name of variable"
|
|
144
148
|
msgstr ""
|
|
145
149
|
|
|
146
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
150
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:40
|
|
147
151
|
msgid "Role ID"
|
|
148
152
|
msgstr ""
|
|
149
153
|
|
|
150
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
154
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:41
|
|
151
155
|
msgid "Default value of variable"
|
|
152
156
|
msgstr ""
|
|
153
157
|
|
|
154
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
158
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:42
|
|
155
159
|
msgid "When enabled the parameter is hidden in the UI"
|
|
156
160
|
msgstr ""
|
|
157
161
|
|
|
158
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
162
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:43
|
|
159
163
|
msgid "The order in which values are resolved"
|
|
160
164
|
msgstr ""
|
|
161
165
|
|
|
162
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
166
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:44
|
|
163
167
|
msgid "Description of variable"
|
|
164
168
|
msgstr ""
|
|
165
169
|
|
|
166
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
170
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:45
|
|
167
171
|
msgid "Types of validation values"
|
|
168
172
|
msgstr ""
|
|
169
173
|
|
|
170
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
174
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:46
|
|
171
175
|
msgid "Used to enforce certain values for the parameter values"
|
|
172
176
|
msgstr ""
|
|
173
177
|
|
|
174
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
178
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:47
|
|
175
179
|
msgid "Types of variable values"
|
|
176
180
|
msgstr ""
|
|
177
181
|
|
|
178
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
182
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:48
|
|
179
183
|
msgid "Merge all matching values (only array/hash type)"
|
|
180
184
|
msgstr ""
|
|
181
185
|
|
|
182
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
186
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:49
|
|
183
187
|
msgid "Include default value when merging all matching values"
|
|
184
188
|
msgstr ""
|
|
185
189
|
|
|
186
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
190
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:50
|
|
187
191
|
msgid "Remove duplicate values (only array type)"
|
|
188
192
|
msgstr ""
|
|
189
193
|
|
|
190
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
194
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:51
|
|
191
195
|
msgid "Whether to override variable or not"
|
|
192
196
|
msgstr ""
|
|
193
197
|
|
|
194
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
198
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:55
|
|
195
199
|
msgid "Create Ansible variable"
|
|
196
200
|
msgstr ""
|
|
197
201
|
|
|
198
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
202
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:62
|
|
199
203
|
msgid "Updates Ansible variable"
|
|
200
204
|
msgstr ""
|
|
201
205
|
|
|
202
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
206
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:72
|
|
203
207
|
msgid ""
|
|
204
208
|
"Import Ansible variables. This will only import variables for already existing"
|
|
205
209
|
" roles, it will not import any new roles"
|
|
206
210
|
msgstr ""
|
|
207
211
|
|
|
208
|
-
#: ../app/controllers/api/v2/ansible_variables_controller.rb:
|
|
212
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:82
|
|
209
213
|
msgid ""
|
|
210
214
|
"Obsolete Ansible variables. This will only obsolete variables for already exis"
|
|
211
215
|
"ting roles, it will not delete any old roles"
|
|
@@ -213,12 +217,12 @@ msgstr ""
|
|
|
213
217
|
|
|
214
218
|
#:
|
|
215
219
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
|
|
216
|
-
msgid "
|
|
220
|
+
msgid "Runs all Ansible roles on a hostgroup"
|
|
217
221
|
msgstr ""
|
|
218
222
|
|
|
219
223
|
#:
|
|
220
224
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
|
|
221
|
-
msgid "
|
|
225
|
+
msgid "Runs all Ansible roles on hostgroups"
|
|
222
226
|
msgstr ""
|
|
223
227
|
|
|
224
228
|
#:
|
|
@@ -248,11 +252,11 @@ msgid "IDs of associated ansible roles"
|
|
|
248
252
|
msgstr ""
|
|
249
253
|
|
|
250
254
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
|
|
251
|
-
msgid "
|
|
255
|
+
msgid "Runs all Ansible roles on a host"
|
|
252
256
|
msgstr ""
|
|
253
257
|
|
|
254
258
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
|
|
255
|
-
msgid "
|
|
259
|
+
msgid "Runs all Ansible roles on hosts"
|
|
256
260
|
msgstr ""
|
|
257
261
|
|
|
258
262
|
#: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
|
|
@@ -301,17 +305,9 @@ msgid "%s ago"
|
|
|
301
305
|
msgstr ""
|
|
302
306
|
|
|
303
307
|
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
|
304
|
-
#: ../app/
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
|
|
309
|
-
msgid "Playbook execution failed"
|
|
310
|
-
msgstr ""
|
|
311
|
-
|
|
312
|
-
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
|
313
|
-
#: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
|
|
314
|
-
msgid "Error loading data from proxy"
|
|
308
|
+
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:3
|
|
309
|
+
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
|
|
310
|
+
msgid "Run all Ansible roles"
|
|
315
311
|
msgstr ""
|
|
316
312
|
|
|
317
313
|
#: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
|
|
@@ -326,113 +322,113 @@ msgstr ""
|
|
|
326
322
|
msgid "Unable to get roles/variables from Ansible"
|
|
327
323
|
msgstr ""
|
|
328
324
|
|
|
329
|
-
#: ../app/models/setting/ansible.rb:
|
|
325
|
+
#: ../app/models/setting/ansible.rb:14
|
|
330
326
|
msgid ""
|
|
331
327
|
"Use this to supply a path to an SSH Private Key that Ansible will use in lieu "
|
|
332
328
|
"of a password Override with \"ansible_ssh_private_key_file\" host parameter"
|
|
333
329
|
msgstr ""
|
|
334
330
|
|
|
335
|
-
#: ../app/models/setting/ansible.rb:
|
|
331
|
+
#: ../app/models/setting/ansible.rb:19
|
|
336
332
|
msgid "Private Key Path"
|
|
337
333
|
msgstr ""
|
|
338
334
|
|
|
339
|
-
#: ../app/models/setting/ansible.rb:
|
|
335
|
+
#: ../app/models/setting/ansible.rb:23
|
|
340
336
|
msgid ""
|
|
341
337
|
"Use this connection type by default when running Ansible playbooks. You can ov"
|
|
342
338
|
"erride this on hosts by adding a parameter \"ansible_connection\""
|
|
343
339
|
msgstr ""
|
|
344
340
|
|
|
345
|
-
#: ../app/models/setting/ansible.rb:
|
|
341
|
+
#: ../app/models/setting/ansible.rb:27
|
|
346
342
|
msgid "Connection type"
|
|
347
343
|
msgstr ""
|
|
348
344
|
|
|
349
|
-
#: ../app/models/setting/ansible.rb:
|
|
345
|
+
#: ../app/models/setting/ansible.rb:31
|
|
350
346
|
msgid ""
|
|
351
347
|
"Enable/disable WinRM server certificate validation when running Ansible playbo"
|
|
352
348
|
"oks. You can override this on hosts by adding a parameter \"ansible_winrm_serve"
|
|
353
349
|
"r_cert_validation\""
|
|
354
350
|
msgstr ""
|
|
355
351
|
|
|
356
|
-
#: ../app/models/setting/ansible.rb:
|
|
352
|
+
#: ../app/models/setting/ansible.rb:36
|
|
357
353
|
msgid "WinRM cert Validation"
|
|
358
354
|
msgstr ""
|
|
359
355
|
|
|
360
|
-
#: ../app/models/setting/ansible.rb:
|
|
356
|
+
#: ../app/models/setting/ansible.rb:40
|
|
361
357
|
msgid ""
|
|
362
|
-
"Foreman will add
|
|
363
|
-
"
|
|
358
|
+
"Foreman will add this level of verbosity for additional debugging output when "
|
|
359
|
+
"running Ansible playbooks."
|
|
364
360
|
msgstr ""
|
|
365
361
|
|
|
366
|
-
#: ../app/models/setting/ansible.rb:
|
|
362
|
+
#: ../app/models/setting/ansible.rb:43
|
|
367
363
|
msgid "Default verbosity level"
|
|
368
364
|
msgstr ""
|
|
369
365
|
|
|
370
|
-
#: ../app/models/setting/ansible.rb:
|
|
366
|
+
#: ../app/models/setting/ansible.rb:46
|
|
371
367
|
msgid "Disabled"
|
|
372
368
|
msgstr ""
|
|
373
369
|
|
|
374
|
-
#: ../app/models/setting/ansible.rb:
|
|
370
|
+
#: ../app/models/setting/ansible.rb:47
|
|
375
371
|
msgid "Level 1 (-v)"
|
|
376
372
|
msgstr ""
|
|
377
373
|
|
|
378
|
-
#: ../app/models/setting/ansible.rb:
|
|
374
|
+
#: ../app/models/setting/ansible.rb:48
|
|
379
375
|
msgid "Level 2 (-vv)"
|
|
380
376
|
msgstr ""
|
|
381
377
|
|
|
382
|
-
#: ../app/models/setting/ansible.rb:
|
|
378
|
+
#: ../app/models/setting/ansible.rb:49
|
|
383
379
|
msgid "Level 3 (-vvv)"
|
|
384
380
|
msgstr ""
|
|
385
381
|
|
|
386
|
-
#: ../app/models/setting/ansible.rb:
|
|
382
|
+
#: ../app/models/setting/ansible.rb:50
|
|
387
383
|
msgid "Level 4 (-vvvv)"
|
|
388
384
|
msgstr ""
|
|
389
385
|
|
|
390
|
-
#: ../app/models/setting/ansible.rb:
|
|
386
|
+
#: ../app/models/setting/ansible.rb:55
|
|
391
387
|
msgid ""
|
|
392
388
|
"Timeout (in seconds) to set when Foreman will trigger a play Ansible roles tas"
|
|
393
389
|
"k after a host is fully provisioned. Set this to the maximum time you expect a"
|
|
394
390
|
" host to take until it is ready after a reboot."
|
|
395
391
|
msgstr ""
|
|
396
392
|
|
|
397
|
-
#: ../app/models/setting/ansible.rb:
|
|
393
|
+
#: ../app/models/setting/ansible.rb:60
|
|
398
394
|
msgid "Post-provision timeout"
|
|
399
395
|
msgstr ""
|
|
400
396
|
|
|
401
|
-
#: ../app/models/setting/ansible.rb:
|
|
397
|
+
#: ../app/models/setting/ansible.rb:64
|
|
402
398
|
msgid "Timeout (in minutes) when hosts should have reported."
|
|
403
399
|
msgstr ""
|
|
404
400
|
|
|
405
|
-
#: ../app/models/setting/ansible.rb:
|
|
401
|
+
#: ../app/models/setting/ansible.rb:66
|
|
406
402
|
msgid "Ansible report timeout"
|
|
407
403
|
msgstr ""
|
|
408
404
|
|
|
409
|
-
#: ../app/models/setting/ansible.rb:
|
|
405
|
+
#: ../app/models/setting/ansible.rb:70
|
|
410
406
|
msgid ""
|
|
411
407
|
"Disable host configuration status turning to out of sync for %{cfgmgmt} after "
|
|
412
408
|
"report does not arrive within configured interval"
|
|
413
409
|
msgstr ""
|
|
414
410
|
|
|
415
|
-
#: ../app/models/setting/ansible.rb:
|
|
411
|
+
#: ../app/models/setting/ansible.rb:74
|
|
416
412
|
msgid "%{cfgmgmt} out of sync disabled"
|
|
417
413
|
msgstr ""
|
|
418
414
|
|
|
419
|
-
#: ../app/models/setting/ansible.rb:
|
|
420
|
-
msgid "Foreman will
|
|
415
|
+
#: ../app/models/setting/ansible.rb:79
|
|
416
|
+
msgid "Foreman will use this template to schedule the report with Ansible inventory"
|
|
421
417
|
msgstr ""
|
|
422
418
|
|
|
423
|
-
#: ../app/models/setting/ansible.rb:
|
|
424
|
-
msgid "
|
|
419
|
+
#: ../app/models/setting/ansible.rb:82
|
|
420
|
+
msgid "Default Ansible inventory report template"
|
|
425
421
|
msgstr ""
|
|
426
422
|
|
|
427
|
-
#: ../app/models/setting/ansible.rb:
|
|
423
|
+
#: ../app/models/setting/ansible.rb:93 ../lib/foreman_ansible/register.rb:99
|
|
428
424
|
msgid "Ansible"
|
|
429
425
|
msgstr ""
|
|
430
426
|
|
|
431
|
-
#: ../app/services/foreman_ansible/insights_notification_builder.rb:
|
|
427
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:49
|
|
432
428
|
msgid "Remediation Plan"
|
|
433
429
|
msgstr ""
|
|
434
430
|
|
|
435
|
-
#: ../app/services/foreman_ansible/insights_notification_builder.rb:
|
|
431
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:59
|
|
436
432
|
#: ../db/seeds.d/90_notification_blueprints.rb:13
|
|
437
433
|
msgid "Job Details"
|
|
438
434
|
msgstr ""
|
|
@@ -556,7 +552,7 @@ msgid "Actions"
|
|
|
556
552
|
msgstr ""
|
|
557
553
|
|
|
558
554
|
#: ../app/views/ansible_roles/index.html.erb:27
|
|
559
|
-
#: ../lib/foreman_ansible/register.rb:
|
|
555
|
+
#: ../lib/foreman_ansible/register.rb:105
|
|
560
556
|
msgid "Variables"
|
|
561
557
|
msgstr ""
|
|
562
558
|
|
|
@@ -723,7 +719,7 @@ msgstr ""
|
|
|
723
719
|
|
|
724
720
|
#:
|
|
725
721
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
|
|
726
|
-
msgid "
|
|
722
|
+
msgid "Run all Ansible roles on hosts belonging to this host group"
|
|
727
723
|
msgstr ""
|
|
728
724
|
|
|
729
725
|
#:
|
|
@@ -764,7 +760,7 @@ msgstr ""
|
|
|
764
760
|
msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
|
|
765
761
|
msgstr ""
|
|
766
762
|
|
|
767
|
-
#: ../lib/foreman_ansible/register.rb:
|
|
763
|
+
#: ../lib/foreman_ansible/register.rb:101
|
|
768
764
|
msgid "Roles"
|
|
769
765
|
msgstr ""
|
|
770
766
|
|
|
@@ -784,20 +780,32 @@ msgstr ""
|
|
|
784
780
|
msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
|
|
785
781
|
msgstr ""
|
|
786
782
|
|
|
783
|
+
#: ../lib/foreman_ansible/remote_execution.rb:35
|
|
784
|
+
msgid "Run playbook"
|
|
785
|
+
msgstr ""
|
|
786
|
+
|
|
787
|
+
#: ../lib/foreman_ansible/remote_execution.rb:36
|
|
788
|
+
msgid "Run an Ansible playbook against given hosts"
|
|
789
|
+
msgstr ""
|
|
790
|
+
|
|
791
|
+
#: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
|
|
792
|
+
msgid "Error loading data from proxy"
|
|
793
|
+
msgstr ""
|
|
794
|
+
|
|
787
795
|
#: action_names.rb:2
|
|
788
|
-
msgid "
|
|
796
|
+
msgid "Action with sub plans"
|
|
789
797
|
msgstr ""
|
|
790
798
|
|
|
791
799
|
#: action_names.rb:3
|
|
792
|
-
msgid "Import
|
|
800
|
+
msgid "Import facts"
|
|
793
801
|
msgstr ""
|
|
794
802
|
|
|
795
803
|
#: action_names.rb:4
|
|
796
|
-
msgid "Import
|
|
804
|
+
msgid "Import Puppet classes"
|
|
797
805
|
msgstr ""
|
|
798
806
|
|
|
799
807
|
#: action_names.rb:5
|
|
800
|
-
msgid "
|
|
808
|
+
msgid "Remote action:"
|
|
801
809
|
msgstr ""
|
|
802
810
|
|
|
803
811
|
#: gemspec.rb:2
|