foreman_ansible 4.0.5 → 5.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/ansible_inventories_controller.rb +9 -4
  3. data/app/models/foreman_ansible/ansible_provider.rb +8 -0
  4. data/app/models/setting/ansible.rb +1 -1
  5. data/app/services/foreman_ansible/ansible_info.rb +1 -1
  6. data/app/services/foreman_ansible/operating_system_parser.rb +1 -1
  7. data/app/services/foreman_ansible/variables_importer.rb +8 -9
  8. data/app/views/ansible_variables/_fields.erb +1 -1
  9. data/app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb +74 -0
  10. data/app/views/foreman_ansible/job_templates/configure_cloud_connector_-_ansible_default.erb +36 -0
  11. data/app/views/foreman_ansible/job_templates/power_action_-_ansible_default.erb +1 -1
  12. data/app/views/foreman_ansible/job_templates/puppet_run_once_-_ansible_default.erb +5 -1
  13. data/config/routes.rb +1 -1
  14. data/db/migrate/20200421201839_update_ansible_inv_template_name.rb +9 -0
  15. data/db/seeds.d/75_job_templates.rb +1 -1
  16. data/lib/foreman_ansible/engine.rb +22 -25
  17. data/lib/foreman_ansible/register.rb +1 -1
  18. data/lib/foreman_ansible/remote_execution.rb +11 -0
  19. data/lib/foreman_ansible/version.rb +1 -1
  20. data/locale/action_names.rb +3 -3
  21. data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
  22. data/locale/ca/foreman_ansible.po +556 -0
  23. data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
  24. data/locale/cs_CZ/foreman_ansible.po +556 -0
  25. data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
  26. data/locale/de/foreman_ansible.po +38 -33
  27. data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
  28. data/locale/en/foreman_ansible.po +38 -33
  29. data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
  30. data/locale/en_GB/foreman_ansible.po +555 -0
  31. data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
  32. data/locale/es/foreman_ansible.po +38 -33
  33. data/locale/foreman_ansible.pot +96 -88
  34. data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
  35. data/locale/fr/foreman_ansible.po +38 -33
  36. data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
  37. data/locale/gl/foreman_ansible.po +553 -0
  38. data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
  39. data/locale/it/foreman_ansible.po +38 -33
  40. data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
  41. data/locale/ja/foreman_ansible.po +38 -33
  42. data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
  43. data/locale/ko/foreman_ansible.po +38 -33
  44. data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
  45. data/locale/nl_NL/foreman_ansible.po +559 -0
  46. data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
  47. data/locale/pl/foreman_ansible.po +556 -0
  48. data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
  49. data/locale/pt_BR/foreman_ansible.po +38 -33
  50. data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
  51. data/locale/ru/foreman_ansible.po +38 -33
  52. data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
  53. data/locale/sv_SE/foreman_ansible.po +556 -0
  54. data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
  55. data/locale/zh_CN/foreman_ansible.po +38 -33
  56. data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
  57. data/locale/zh_TW/foreman_ansible.po +38 -33
  58. data/package.json +14 -16
  59. data/test/factories/ansible_variables.rb +5 -0
  60. data/test/unit/services/ansible_variables_importer_test.rb +68 -43
  61. data/test/unit/services/inventory_creator_test.rb +0 -2
  62. data/webpack/test_setup.js +2 -1
  63. metadata +54 -59
  64. data/locale/de/foreman_ansible.edit.po +0 -825
  65. data/locale/de/foreman_ansible.po.time_stamp +0 -0
  66. data/locale/en/foreman_ansible.edit.po +0 -714
  67. data/locale/en/foreman_ansible.po.time_stamp +0 -0
  68. data/locale/es/foreman_ansible.edit.po +0 -845
  69. data/locale/es/foreman_ansible.po.time_stamp +0 -0
  70. data/locale/fr/foreman_ansible.edit.po +0 -847
  71. data/locale/fr/foreman_ansible.po.time_stamp +0 -0
  72. data/locale/it/foreman_ansible.edit.po +0 -818
  73. data/locale/it/foreman_ansible.po.time_stamp +0 -0
  74. data/locale/ja/foreman_ansible.edit.po +0 -818
  75. data/locale/ja/foreman_ansible.po.time_stamp +0 -0
  76. data/locale/ko/foreman_ansible.edit.po +0 -804
  77. data/locale/ko/foreman_ansible.po.time_stamp +0 -0
  78. data/locale/pt_BR/foreman_ansible.edit.po +0 -845
  79. data/locale/pt_BR/foreman_ansible.po.time_stamp +0 -0
  80. data/locale/ru/foreman_ansible.edit.po +0 -819
  81. data/locale/ru/foreman_ansible.po.time_stamp +0 -0
  82. data/locale/zh_CN/foreman_ansible.edit.po +0 -813
  83. data/locale/zh_CN/foreman_ansible.po.time_stamp +0 -0
  84. data/locale/zh_TW/foreman_ansible.edit.po +0 -804
  85. data/locale/zh_TW/foreman_ansible.po.time_stamp +0 -0
@@ -32,8 +32,6 @@ module ForemanAnsible
32
32
  test 'settings are respected if param cannot be found' do
33
33
  AnsibleProvider.stubs(:find_ip_or_hostname).with(@host).returns(@host.name)
34
34
  extra_options = { 'ansible_user' => 'someone', 'ansible_port' => 2000 }
35
- Setting.expects(:[]).with('Enable_Smart_Variables_in_ENC').
36
- returns(nil).at_least_once
37
35
  Setting.expects(:[]).with('ansible_ssh_private_key_file').
38
36
  returns(nil).at_least_once
39
37
  Setting.expects(:[]).with('remote_execution_ssh_port').
@@ -1,4 +1,5 @@
1
- import 'babel-polyfill';
1
+ import 'core-js/shim';
2
+ import 'regenerator-runtime/runtime';
2
3
 
3
4
  import { configure } from 'enzyme';
4
5
  import Adapter from 'enzyme-adapter-react-16';
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 5.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-09 00:00:00.000000000 Z
11
+ date: 2020-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.52'
19
+ version: 0.80.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.52'
26
+ version: 0.80.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: foreman_ansible_core
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 2.0.0
61
+ version: 3.3.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 2.0.0
68
+ version: 3.3.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: ipaddress
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -186,6 +186,8 @@ files:
186
186
  - app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb
187
187
  - app/views/foreman_ansible/job_templates/ansible_roles_-_install_from_galaxy.erb
188
188
  - app/views/foreman_ansible/job_templates/ansible_roles_-_install_from_git.erb
189
+ - app/views/foreman_ansible/job_templates/capsule_upgrade_-_ansible_default.erb
190
+ - app/views/foreman_ansible/job_templates/configure_cloud_connector_-_ansible_default.erb
189
191
  - app/views/foreman_ansible/job_templates/maintenance_plan.erb
190
192
  - app/views/foreman_ansible/job_templates/module_action_-_ansible_default.erb
191
193
  - app/views/foreman_ansible/job_templates/package_action_-_ansible_default.erb
@@ -210,6 +212,7 @@ files:
210
212
  - db/migrate/20190318094437_add_imported_attr_to_ansible_variables.rb
211
213
  - db/migrate/20190328114657_remove_top_level_ansible_variables_setting.rb
212
214
  - db/migrate/20191010074208_remove_ansible_implementation_setting.rb
215
+ - db/migrate/20200421201839_update_ansible_inv_template_name.rb
213
216
  - db/seeds.d/62_ansible_proxy_feature.rb
214
217
  - db/seeds.d/75_job_templates.rb
215
218
  - db/seeds.d/90_notification_blueprints.rb
@@ -220,52 +223,44 @@ files:
220
223
  - lib/foreman_ansible/version.rb
221
224
  - locale/Makefile
222
225
  - locale/action_names.rb
226
+ - locale/ca/LC_MESSAGES/foreman_ansible.mo
227
+ - locale/ca/foreman_ansible.po
228
+ - locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo
229
+ - locale/cs_CZ/foreman_ansible.po
223
230
  - locale/de/LC_MESSAGES/foreman_ansible.mo
224
- - locale/de/foreman_ansible.edit.po
225
231
  - locale/de/foreman_ansible.po
226
- - locale/de/foreman_ansible.po.time_stamp
227
232
  - locale/en/LC_MESSAGES/foreman_ansible.mo
228
- - locale/en/foreman_ansible.edit.po
229
233
  - locale/en/foreman_ansible.po
230
- - locale/en/foreman_ansible.po.time_stamp
234
+ - locale/en_GB/LC_MESSAGES/foreman_ansible.mo
235
+ - locale/en_GB/foreman_ansible.po
231
236
  - locale/es/LC_MESSAGES/foreman_ansible.mo
232
- - locale/es/foreman_ansible.edit.po
233
237
  - locale/es/foreman_ansible.po
234
- - locale/es/foreman_ansible.po.time_stamp
235
238
  - locale/foreman_ansible.pot
236
239
  - locale/fr/LC_MESSAGES/foreman_ansible.mo
237
- - locale/fr/foreman_ansible.edit.po
238
240
  - locale/fr/foreman_ansible.po
239
- - locale/fr/foreman_ansible.po.time_stamp
240
241
  - locale/gemspec.rb
242
+ - locale/gl/LC_MESSAGES/foreman_ansible.mo
243
+ - locale/gl/foreman_ansible.po
241
244
  - locale/it/LC_MESSAGES/foreman_ansible.mo
242
- - locale/it/foreman_ansible.edit.po
243
245
  - locale/it/foreman_ansible.po
244
- - locale/it/foreman_ansible.po.time_stamp
245
246
  - locale/ja/LC_MESSAGES/foreman_ansible.mo
246
- - locale/ja/foreman_ansible.edit.po
247
247
  - locale/ja/foreman_ansible.po
248
- - locale/ja/foreman_ansible.po.time_stamp
249
248
  - locale/ko/LC_MESSAGES/foreman_ansible.mo
250
- - locale/ko/foreman_ansible.edit.po
251
249
  - locale/ko/foreman_ansible.po
252
- - locale/ko/foreman_ansible.po.time_stamp
250
+ - locale/nl_NL/LC_MESSAGES/foreman_ansible.mo
251
+ - locale/nl_NL/foreman_ansible.po
252
+ - locale/pl/LC_MESSAGES/foreman_ansible.mo
253
+ - locale/pl/foreman_ansible.po
253
254
  - locale/pt_BR/LC_MESSAGES/foreman_ansible.mo
254
- - locale/pt_BR/foreman_ansible.edit.po
255
255
  - locale/pt_BR/foreman_ansible.po
256
- - locale/pt_BR/foreman_ansible.po.time_stamp
257
256
  - locale/ru/LC_MESSAGES/foreman_ansible.mo
258
- - locale/ru/foreman_ansible.edit.po
259
257
  - locale/ru/foreman_ansible.po
260
- - locale/ru/foreman_ansible.po.time_stamp
258
+ - locale/sv_SE/LC_MESSAGES/foreman_ansible.mo
259
+ - locale/sv_SE/foreman_ansible.po
261
260
  - locale/zh_CN/LC_MESSAGES/foreman_ansible.mo
262
- - locale/zh_CN/foreman_ansible.edit.po
263
261
  - locale/zh_CN/foreman_ansible.po
264
- - locale/zh_CN/foreman_ansible.po.time_stamp
265
262
  - locale/zh_TW/LC_MESSAGES/foreman_ansible.mo
266
- - locale/zh_TW/foreman_ansible.edit.po
267
263
  - locale/zh_TW/foreman_ansible.po
268
- - locale/zh_TW/foreman_ansible.po.time_stamp
269
264
  - package.json
270
265
  - test/factories/ansible_proxy.rb
271
266
  - test/factories/ansible_roles.rb
@@ -372,44 +367,44 @@ specification_version: 4
372
367
  summary: Ansible integration with Foreman (theforeman.org)
373
368
  test_files:
374
369
  - test/factories/ansible_proxy.rb
375
- - test/factories/ansible_variables.rb
376
370
  - test/factories/ansible_roles.rb
377
- - test/test_plugin_helper.rb
378
- - test/unit/host_ansible_role_test.rb
379
- - test/unit/ansible_role_test.rb
380
- - test/unit/services/ui_roles_importer_test.rb
381
- - test/unit/services/roles_importer_test.rb
382
- - test/unit/services/insights_plan_runner_test.rb
383
- - test/unit/services/ansible_report_importer_test.rb
384
- - test/unit/services/inventory_creator_test.rb
385
- - test/unit/services/fact_importer_test.rb
386
- - test/unit/services/fact_sparser_test.rb
387
- - test/unit/services/structured_fact_importer_test.rb
388
- - test/unit/services/fact_parser_test.rb
389
- - test/unit/services/ansible_variables_importer_test.rb
390
- - test/unit/services/api_roles_importer_test.rb
391
- - test/unit/ansible_variable_test.rb
392
- - test/unit/lib/foreman_ansible_core/playbook_runner_test.rb
393
- - test/unit/lib/foreman_ansible_core/command_creator_test.rb
394
- - test/unit/lib/foreman_ansible_core/ansible_runner_test.rb
395
- - test/unit/lib/proxy_api/ansible_test.rb
396
- - test/unit/hostgroup_ansible_role_test.rb
397
- - test/unit/concerns/hostgroup_extensions_test.rb
398
- - test/unit/concerns/host_managed_extensions_test.rb
399
- - test/unit/concerns/config_reports_extensions_test.rb
400
- - test/unit/helpers/ansible_reports_helper_test.rb
401
- - test/unit/actions/run_proxy_ansible_command_test.rb
402
- - test/unit/actions/run_ansible_job_test.rb
403
- - test/unit/ansible_provider_test.rb
371
+ - test/factories/ansible_variables.rb
404
372
  - test/fixtures/insights_playbook.yaml
405
373
  - test/fixtures/sample_facts.json
406
374
  - test/fixtures/report.json
407
- - test/functional/hosts_controller_test.rb
408
- - test/functional/api/v2/hosts_controller_test.rb
409
375
  - test/functional/api/v2/ansible_roles_controller_test.rb
410
- - test/functional/api/v2/ansible_variables_controller_test.rb
411
376
  - test/functional/api/v2/hostgroups_controller_test.rb
377
+ - test/functional/api/v2/hosts_controller_test.rb
412
378
  - test/functional/api/v2/ansible_inventories_controller_test.rb
379
+ - test/functional/api/v2/ansible_variables_controller_test.rb
413
380
  - test/functional/ansible_roles_controller_test.rb
414
381
  - test/functional/ansible_variables_controller_test.rb
415
382
  - test/functional/ui_ansible_roles_controller_test.rb
383
+ - test/functional/hosts_controller_test.rb
384
+ - test/unit/actions/run_ansible_job_test.rb
385
+ - test/unit/actions/run_proxy_ansible_command_test.rb
386
+ - test/unit/concerns/config_reports_extensions_test.rb
387
+ - test/unit/concerns/host_managed_extensions_test.rb
388
+ - test/unit/concerns/hostgroup_extensions_test.rb
389
+ - test/unit/helpers/ansible_reports_helper_test.rb
390
+ - test/unit/lib/foreman_ansible_core/command_creator_test.rb
391
+ - test/unit/lib/foreman_ansible_core/ansible_runner_test.rb
392
+ - test/unit/lib/foreman_ansible_core/playbook_runner_test.rb
393
+ - test/unit/lib/proxy_api/ansible_test.rb
394
+ - test/unit/services/api_roles_importer_test.rb
395
+ - test/unit/services/fact_sparser_test.rb
396
+ - test/unit/services/insights_plan_runner_test.rb
397
+ - test/unit/services/roles_importer_test.rb
398
+ - test/unit/services/structured_fact_importer_test.rb
399
+ - test/unit/services/ui_roles_importer_test.rb
400
+ - test/unit/services/ansible_report_importer_test.rb
401
+ - test/unit/services/fact_importer_test.rb
402
+ - test/unit/services/fact_parser_test.rb
403
+ - test/unit/services/ansible_variables_importer_test.rb
404
+ - test/unit/services/inventory_creator_test.rb
405
+ - test/unit/ansible_role_test.rb
406
+ - test/unit/host_ansible_role_test.rb
407
+ - test/unit/hostgroup_ansible_role_test.rb
408
+ - test/unit/ansible_variable_test.rb
409
+ - test/unit/ansible_provider_test.rb
410
+ - test/test_plugin_helper.rb
@@ -1,825 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the foreman_ansible package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- # Translators:
7
- # abf90805572190d649c59f7a021d76cb, 2018
8
- # Ulrich Habel <rhaen@pkgbox.de>, 2018
9
- # Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2018
10
- # mbacovsky <martin.bacovsky@gmail.com>, 2018
11
- # Ettore Atalan <atalanttore@googlemail.com>, 2018
12
- # simon11 <simon.stieger.98@live.de>, 2018
13
- # Christina Gurski <Gurski_christina@yahoo.de>, 2019
14
- # Bernhard Suttner <bernhard.suttner@atix.de>, 2019
15
- # Dominic Cleal <dominic@cleal.org>, 2019
16
- # Wiederoder <stefanwiederoder@googlemail.com>, 2019
17
- # Bryan Kearney <bryan.kearney@gmail.com>, 2019
18
- # Martin Zimmermann <martin.zimmermann@gmx.com>, 2019
19
- # Alexander Stoll <Alexander.Stoll@netways.de>, 2019
20
- #
21
- #, fuzzy
22
- msgid ""
23
- msgstr ""
24
- "Project-Id-Version: foreman_ansible 3.0.0\n"
25
- "Report-Msgid-Bugs-To: \n"
26
- "POT-Creation-Date: 2019-06-27 17:00+0200\n"
27
- "PO-Revision-Date: 2018-11-14 21:36+0000\n"
28
- "Last-Translator: Alexander Stoll <Alexander.Stoll@netways.de>, 2019\n"
29
- "Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
30
- "MIME-Version: 1.0\n"
31
- "Content-Type: text/plain; charset=UTF-8\n"
32
- "Content-Transfer-Encoding: 8bit\n"
33
- "Language: de\n"
34
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
35
-
36
- #: ../app/controllers/ansible_roles_controller.rb:35
37
- msgid "Import of roles successfully finished."
38
- msgstr "Importieren der Rollen erfolgreich abgeschlossen."
39
-
40
- #: ../app/controllers/ansible_roles_controller.rb:50
41
- msgid "No changes in roles detected."
42
- msgstr "Keine Änderungen in den Rollen erkannt."
43
-
44
- #: ../app/controllers/ansible_roles_controller.rb:51
45
- msgid "No changes in roles detected on %s."
46
- msgstr "Keine Änderungen an den Rollen erkannt auf %s."
47
-
48
- #: ../app/controllers/ansible_variables_controller.rb:39
49
- msgid "No changes in variables detected on %s."
50
- msgstr "Keine Änderungen an den Variablen erkannt auf %s."
51
-
52
- #: ../app/controllers/ansible_variables_controller.rb:49
53
- msgid ""
54
- "Import of variables successfully finished.\n"
55
- "Added: #{results[:added].count} \n"
56
- " Removed: #{results[:obsolete].count} \n"
57
- "Updated: #{results[:updated].count}"
58
- msgstr ""
59
-
60
- #: ../app/controllers/ansible_variables_controller.rb:102
61
- msgid ""
62
- "No proxy found to import variables from, ensure that the smart proxy has the"
63
- " Ansible feature enabled."
64
- msgstr ""
65
-
66
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:7
67
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:12
68
- msgid "Show Ansible inventory for hosts"
69
- msgstr ""
70
-
71
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:8
72
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:13
73
- msgid "IDs of hosts included in inventory"
74
- msgstr ""
75
-
76
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
77
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:22
78
- msgid "Show Ansible inventory for hostgroups"
79
- msgstr ""
80
-
81
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
82
- #: ../app/controllers/api/v2/ansible_inventories_controller.rb:23
83
- msgid "IDs of hostgroups included in inventory"
84
- msgstr ""
85
-
86
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
87
- msgid "Override match"
88
- msgstr "Übereinstimmung überschreiben"
89
-
90
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
91
- msgid "Override value, required if omit is false"
92
- msgstr ""
93
- "Überschreibungswert, wird benötigt falls der Parameter \"Übergehen\" den "
94
- "Wert \"false\" hat"
95
-
96
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
97
- msgid "Create an override value for a specific ansible variable"
98
- msgstr "Überschreibungswert für eine bestimmte Ansible-Variable erzeugen"
99
-
100
- #: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
101
- msgid "Destroy an override value"
102
- msgstr "Überschreibungswert löschen"
103
-
104
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
105
- msgid "Show role"
106
- msgstr "Zeige Rolle"
107
-
108
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
109
- msgid "List Ansible roles"
110
- msgstr "Ansible Rollen auflisten"
111
-
112
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:29
113
- msgid "Deletes Ansible role"
114
- msgstr "Ansible Rolle löschen"
115
-
116
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
117
- msgid "Import Ansible roles"
118
- msgstr "Ansible Rollen importieren"
119
-
120
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
121
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:43
122
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:75
123
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:85
124
- msgid "Smart Proxy to import from"
125
- msgstr "Smart-Proxy von dem importiert wird"
126
-
127
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:37
128
- msgid "Ansible role names to import"
129
- msgstr "importiere Ansible-Rolle"
130
-
131
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
132
- msgid "Obsolete Ansible roles"
133
- msgstr ""
134
-
135
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
136
- msgid "Fetch Ansible roles available to be imported"
137
- msgstr "Ansible Rollen anziehen, die verfügbar zum importieren sind"
138
-
139
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:50
140
- msgid "Smart Proxy to fetch from"
141
- msgstr ""
142
-
143
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:73
144
- msgid "Smart proxy id is required"
145
- msgstr ""
146
-
147
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
148
- msgid "Show variable"
149
- msgstr "Variable anzeigen"
150
-
151
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:24
152
- msgid "List Ansible variables"
153
- msgstr "Ansible Variablen auflisten"
154
-
155
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:31
156
- msgid "Deletes Ansible variable"
157
- msgstr "Ansible Variable löschen"
158
-
159
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
160
- msgid "Name of variable"
161
- msgstr "Name der Variable"
162
-
163
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
164
- msgid "Role ID"
165
- msgstr "Rollen-Kennung"
166
-
167
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
168
- msgid "Default value of variable"
169
- msgstr "Standardwert der Variable"
170
-
171
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
172
- msgid "When enabled the parameter is hidden in the UI"
173
- msgstr "Wenn aktiviert, so ist der Parameter im UI verborgen "
174
-
175
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
176
- msgid "The order in which values are resolved"
177
- msgstr "Reihenfolge, in der Werte aufgelöst werden"
178
-
179
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
180
- msgid "Description of variable"
181
- msgstr "Beschreibung der Variable"
182
-
183
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
184
- msgid "Types of validation values"
185
- msgstr "Typen von Validierungswerten"
186
-
187
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
188
- msgid "Used to enforce certain values for the parameter values"
189
- msgstr "Verwendet, um bestimmte Werte für die Parameterwerte umzusetzen"
190
-
191
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
192
- msgid "Types of variable values"
193
- msgstr "Typen von Variablenwerten"
194
-
195
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
196
- msgid "Merge all matching values (only array/hash type)"
197
- msgstr "Alle übereinstimmenden Werte (nur vom Typ Array/Hash) zusammenführen"
198
-
199
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
200
- msgid "Include default value when merging all matching values"
201
- msgstr ""
202
- "Standardwert einschließen, wenn alle übereinstimmenden Werte zusammengeführt"
203
- " werden"
204
-
205
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
206
- msgid "Remove duplicate values (only array type)"
207
- msgstr "Duplikate (nur vom Typ Array) entfernen"
208
-
209
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:52
210
- msgid "Whether to override variable or not"
211
- msgstr ""
212
-
213
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:56
214
- msgid "Create Ansible variable"
215
- msgstr "Ansible Variable erstellen"
216
-
217
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:63
218
- msgid "Updates Ansible variable"
219
- msgstr "Ansible Variable aktualisieren"
220
-
221
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
222
- msgid ""
223
- "Import Ansible variables. This will only import variables for already "
224
- "existing roles, it will not import any new roles"
225
- msgstr ""
226
-
227
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
228
- msgid ""
229
- "Obsolete Ansible variables. This will only obsolete variables for already "
230
- "existing roles, it will not delete any old roles"
231
- msgstr ""
232
-
233
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
234
- msgid "Plays Ansible roles on a hostgroup"
235
- msgstr ""
236
-
237
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
238
- msgid "Plays Ansible roles on hostgroups"
239
- msgstr ""
240
-
241
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
242
- msgid "IDs of hostgroups to play roles on"
243
- msgstr ""
244
-
245
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
246
- msgid "List all Ansible roles for a hostgroup"
247
- msgstr "Auflisten aller Ansible Rollen einer Hostgruppe"
248
-
249
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
250
- msgid "Assigns Ansible roles to a hostgroup"
251
- msgstr "Weißt Ansible Rollen einer Hostgruppe zu"
252
-
253
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:56
254
- msgid "Ansible roles to assign to a hostgroup"
255
- msgstr ""
256
-
257
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
258
- #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
259
- msgid "IDs of associated ansible roles"
260
- msgstr ""
261
-
262
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
263
- msgid "Plays Ansible roles on a host"
264
- msgstr ""
265
-
266
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
267
- msgid "Plays Ansible roles on hosts"
268
- msgstr ""
269
-
270
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
271
- msgid "IDs of hosts to play roles on"
272
- msgstr ""
273
-
274
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
275
- msgid "List all Ansible roles for a host"
276
- msgstr "Auflisten aller Ansible Rollen eines Hosts"
277
-
278
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
279
- msgid "Assigns Ansible roles to a host"
280
- msgstr ""
281
-
282
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:59
283
- msgid "Ansible roles to assign to a host"
284
- msgstr ""
285
-
286
- #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
287
- msgid "Host group has no associated hosts"
288
- msgstr ""
289
-
290
- #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
291
- msgid "There are no Ansible roles to play"
292
- msgstr ""
293
-
294
- #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
295
- msgid "Could not run Ansible roles for %{host}"
296
- msgstr ""
297
-
298
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
299
- msgid "Import from %s"
300
- msgstr "Importieren aus %s"
301
-
302
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
303
- msgid "Ansible Role"
304
- msgstr "Ansible Rolle"
305
-
306
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
307
- msgid "Import"
308
- msgstr "Import"
309
-
310
- #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
311
- msgid "%s ago"
312
- msgstr "vor %s"
313
-
314
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
315
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
316
- msgid "Play Ansible roles"
317
- msgstr ""
318
-
319
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
320
- msgid "Playbook execution failed"
321
- msgstr "Ausführung des Playbooks fehlgeschlagen"
322
-
323
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
324
- #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
325
- msgid "Error loading data from proxy"
326
- msgstr "Fehler die Daten vom Proxy zu laden."
327
-
328
- #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
329
- msgid "Foreman"
330
- msgstr "Foreman"
331
-
332
- #: ../app/lib/proxy_api/ansible.rb:27
333
- msgid "Unable to get roles from Ansible"
334
- msgstr ""
335
-
336
- #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
337
- msgid "Unable to get roles/variables from Ansible"
338
- msgstr ""
339
-
340
- #: ../app/models/setting/ansible.rb:20
341
- msgid ""
342
- "Use this to supply a path to an SSH Private Key that Ansible will use in "
343
- "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
344
- "parameter"
345
- msgstr ""
346
-
347
- #: ../app/models/setting/ansible.rb:25
348
- msgid "Private Key Path"
349
- msgstr "Privat-Key Pfad"
350
-
351
- #: ../app/models/setting/ansible.rb:29
352
- msgid ""
353
- "Use this connection type by default when running Ansible playbooks. You can "
354
- "override this on hosts by adding a parameter \"ansible_connection\""
355
- msgstr ""
356
-
357
- #: ../app/models/setting/ansible.rb:33
358
- msgid "Connection type"
359
- msgstr "Verbindungstyp"
360
-
361
- #: ../app/models/setting/ansible.rb:37
362
- msgid ""
363
- "Enable/disable WinRM server certificate validation when running Ansible "
364
- "playbooks. You can override this on hosts by adding a parameter "
365
- "\"ansible_winrm_server_cert_validation\""
366
- msgstr ""
367
-
368
- #: ../app/models/setting/ansible.rb:42
369
- msgid "WinRM cert Validation"
370
- msgstr "WinRM Zertifikatsbestätigung"
371
-
372
- #: ../app/models/setting/ansible.rb:46
373
- msgid ""
374
- "Foreman will add the this level of verbosity for additional debugging output"
375
- " when running Ansible playbooks."
376
- msgstr ""
377
-
378
- #: ../app/models/setting/ansible.rb:49
379
- msgid "Default verbosity level"
380
- msgstr ""
381
-
382
- #: ../app/models/setting/ansible.rb:52
383
- msgid "Disabled"
384
- msgstr "Deaktiviert"
385
-
386
- #: ../app/models/setting/ansible.rb:53
387
- msgid "Level 1 (-v)"
388
- msgstr "Level 1 (-v)"
389
-
390
- #: ../app/models/setting/ansible.rb:54
391
- msgid "Level 2 (-vv)"
392
- msgstr "Level 2 (-vv)"
393
-
394
- #: ../app/models/setting/ansible.rb:55
395
- msgid "Level 3 (-vvv)"
396
- msgstr "Level 3 (-vvv)"
397
-
398
- #: ../app/models/setting/ansible.rb:56
399
- msgid "Level 4 (-vvvv)"
400
- msgstr "Level 4 (-vvvv)"
401
-
402
- #: ../app/models/setting/ansible.rb:62
403
- msgid ""
404
- "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
405
- "task after a host is fully provisioned. Set this to the maximum time you "
406
- "expect a host to take until it is ready after a reboot."
407
- msgstr ""
408
-
409
- #: ../app/models/setting/ansible.rb:67
410
- msgid "Post-provision timeout"
411
- msgstr ""
412
-
413
- #: ../app/models/setting/ansible.rb:71
414
- msgid "Timeout (in minutes) when hosts should have reported."
415
- msgstr ""
416
-
417
- #: ../app/models/setting/ansible.rb:73
418
- msgid "Ansible report timeout"
419
- msgstr ""
420
-
421
- #: ../app/models/setting/ansible.rb:77
422
- msgid ""
423
- "Disable host configuration status turning to out of sync for %{cfgmgmt} "
424
- "after report does not arrive within configured interval"
425
- msgstr ""
426
-
427
- #: ../app/models/setting/ansible.rb:81
428
- msgid "%{cfgmgmt} out of sync disabled"
429
- msgstr ""
430
-
431
- #: ../app/models/setting/ansible.rb:86
432
- msgid "Foreman will run Ansible playbooks using this implementation"
433
- msgstr ""
434
-
435
- #: ../app/models/setting/ansible.rb:88
436
- msgid "Implementation for running Ansible"
437
- msgstr ""
438
-
439
- #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:97
440
- msgid "Ansible"
441
- msgstr "Ansible"
442
-
443
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
444
- msgid "Remediation Plan"
445
- msgstr ""
446
-
447
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
448
- #: ../db/seeds.d/90_notification_blueprints.rb:13
449
- msgid "Job Details"
450
- msgstr "Job Details"
451
-
452
- #: ../app/services/foreman_ansible/proxy_api.rb:13
453
- msgid "Proxy not found"
454
- msgstr "Kein Proxy gefunden"
455
-
456
- #: ../app/views/ansible_roles/import.html.erb:1
457
- msgid "Changed Ansible roles"
458
- msgstr ""
459
-
460
- #: ../app/views/ansible_roles/import.html.erb:3
461
- #: ../app/views/ansible_variables/import.html.erb:3
462
- msgid "Select the changes you want to realize in Foreman"
463
- msgstr "Wählen Sie die Änderungen, die Sie in Foreman anwenden möchten"
464
-
465
- #: ../app/views/ansible_roles/import.html.erb:5
466
- #: ../app/views/ansible_variables/import.html.erb:5
467
- msgid "Toggle"
468
- msgstr "Umschalten"
469
-
470
- #: ../app/views/ansible_roles/import.html.erb:6
471
- #: ../app/views/ansible_variables/import.html.erb:6
472
- msgid "New"
473
- msgstr "Neu"
474
-
475
- #: ../app/views/ansible_roles/import.html.erb:8
476
- #: ../app/views/ansible_variables/import.html.erb:8
477
- msgid "Check/Uncheck new"
478
- msgstr "Neue auswählen/abwählen"
479
-
480
- #: ../app/views/ansible_roles/import.html.erb:9
481
- #: ../app/views/ansible_variables/import.html.erb:9
482
- msgid "Obsolete"
483
- msgstr "Veraltet"
484
-
485
- #: ../app/views/ansible_roles/import.html.erb:11
486
- #: ../app/views/ansible_variables/import.html.erb:11
487
- msgid "Check/Uncheck obsolete"
488
- msgstr "Veraltete auswählen/abwählen"
489
-
490
- #: ../app/views/ansible_roles/import.html.erb:19
491
- #: ../app/views/ansible_variables/import.html.erb:22
492
- msgid "Check/Uncheck all"
493
- msgstr "Alle auswählen/abwählen"
494
-
495
- #: ../app/views/ansible_roles/import.html.erb:21
496
- #: ../app/views/ansible_variables/import.html.erb:24
497
- msgid "Name"
498
- msgstr "Name"
499
-
500
- #: ../app/views/ansible_roles/import.html.erb:22
501
- #: ../app/views/ansible_variables/import.html.erb:26
502
- msgid "Hosts count"
503
- msgstr "Hostanzahl"
504
-
505
- #: ../app/views/ansible_roles/import.html.erb:23
506
- #: ../app/views/ansible_variables/import.html.erb:27
507
- msgid "Hostgroups count"
508
- msgstr "Hostgruppen-Anzahl"
509
-
510
- #: ../app/views/ansible_roles/import.html.erb:24
511
- #: ../app/views/ansible_variables/import.html.erb:28
512
- msgid "Operation"
513
- msgstr "Vorgang"
514
-
515
- #: ../app/views/ansible_roles/import.html.erb:35
516
- #: ../app/views/ansible_variables/import.html.erb:39
517
- msgid "Check/Uncheck all %s changes"
518
- msgstr "Alle %s Änderungen auswählen/abwählen"
519
-
520
- #: ../app/views/ansible_roles/import.html.erb:40
521
- #: ../app/views/ansible_variables/import.html.erb:45
522
- msgid "Add"
523
- msgstr "Hinzufügen"
524
-
525
- #: ../app/views/ansible_roles/import.html.erb:40
526
- #: ../app/views/ansible_variables/import.html.erb:45
527
- msgid "Remove"
528
- msgstr "Entfernen"
529
-
530
- #: ../app/views/ansible_roles/import.html.erb:48
531
- #: ../app/views/ansible_variables/import.html.erb:53
532
- msgid "Cancel"
533
- msgstr "Abbrechen"
534
-
535
- #: ../app/views/ansible_roles/import.html.erb:49
536
- #: ../app/views/ansible_variables/import.html.erb:12
537
- #: ../app/views/ansible_variables/import.html.erb:45
538
- #: ../app/views/ansible_variables/import.html.erb:54
539
- msgid "Update"
540
- msgstr "Aktualisieren"
541
-
542
- #: ../app/views/ansible_roles/index.html.erb:1
543
- #: ../app/views/ansible_roles/welcome.html.erb:1
544
- #: ../app/views/ansible_roles/welcome.html.erb:6
545
- #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
546
- msgid "Ansible Roles"
547
- msgstr "Ansible Rollen"
548
-
549
- #: ../app/views/ansible_roles/index.html.erb:9
550
- msgid "Role|Name"
551
- msgstr "Name"
552
-
553
- #: ../app/views/ansible_roles/index.html.erb:10
554
- msgid "Hostgroups"
555
- msgstr "Hostgruppen"
556
-
557
- #: ../app/views/ansible_roles/index.html.erb:11
558
- msgid "Hosts"
559
- msgstr "Hosts"
560
-
561
- #: ../app/views/ansible_roles/index.html.erb:12
562
- msgid "Imported at"
563
- msgstr ""
564
-
565
- #: ../app/views/ansible_roles/index.html.erb:13
566
- #: ../app/views/ansible_variables/index.html.erb:16
567
- msgid "Actions"
568
- msgstr "Aktionen"
569
-
570
- #: ../app/views/ansible_roles/index.html.erb:27
571
- #: ../lib/foreman_ansible/register.rb:103
572
- msgid "Variables"
573
- msgstr "Variablen"
574
-
575
- #: ../app/views/ansible_roles/index.html.erb:33
576
- #: ../app/views/ansible_variables/index.html.erb:41
577
- msgid "Delete %s?"
578
- msgstr "%s löschen?"
579
-
580
- #: ../app/views/ansible_roles/welcome.html.erb:7
581
- msgid ""
582
- "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
583
- " you have to import them first."
584
- msgstr ""
585
-
586
- #: ../app/views/ansible_roles/welcome.html.erb:10
587
- msgid "Learn more about this in the documentation."
588
- msgstr "Mehr dazu in der Dokumentation."
589
-
590
- #: ../app/views/ansible_variables/_fields.erb:4
591
- msgid "Ansible Variable Details (Imported)"
592
- msgstr "Ansible Variablen Details (Importiert)"
593
-
594
- #: ../app/views/ansible_variables/_fields.erb:4
595
- msgid "Ansible Variable Details"
596
- msgstr "Ansible Variablen Details"
597
-
598
- #: ../app/views/ansible_variables/_fields.erb:11
599
- msgid "Default Behavior"
600
- msgstr "Standardmäßiges Verhalten"
601
-
602
- #: ../app/views/ansible_variables/_fields.erb:12
603
- msgid "Override the default value of the Ansible variable."
604
- msgstr "Überschreibe den Standardwert der Ansible Variable."
605
-
606
- #: ../app/views/ansible_variables/_fields.erb:14
607
- msgid ""
608
- "Mark the variable to be managed by Foreman. When the Ansible role of this "
609
- "variable is assigned to a host, the default value will be added to Ansible "
610
- "inventory as a host variable. Specify matchers to set a different value for "
611
- "such variable."
612
- msgstr ""
613
-
614
- #: ../app/views/ansible_variables/_fields.erb:27
615
- msgid "Value to use when there is no match."
616
- msgstr "Zu verwendender Wert, falls es keine Übereinstimmung gibt"
617
-
618
- #: ../app/views/ansible_variables/_fields.erb:30
619
- msgid "Hidden Value"
620
- msgstr "Verborgener Wert"
621
-
622
- #: ../app/views/ansible_variables/_fields.erb:33
623
- msgid "Hide all values for this parameter."
624
- msgstr "Alle Werte für diesen Parameter verbergen."
625
-
626
- #: ../app/views/ansible_variables/_fields.erb:39
627
- msgid "Optional Input Validator"
628
- msgstr "Optionaler Eingabe-Validator"
629
-
630
- #: ../app/views/ansible_variables/_fields.erb:41
631
- msgid ""
632
- "Before including these variables on your playbooks, Foreman will validate "
633
- "that your variables comply with the validation."
634
- msgstr ""
635
-
636
- #: ../app/views/ansible_variables/_fields.erb:44
637
- msgid ""
638
- "If checked, will raise an error if there is no default value and no matcher "
639
- "provide a value."
640
- msgstr ""
641
- "Falls aktiviert, wird dies einen Fehler erzeugen, wenn kein Standardwert "
642
- "vorhanden ist und kein Treffer einen Wert vorschlägt."
643
-
644
- #: ../app/views/ansible_variables/_fields.erb:53
645
- msgid "Prioritize Attribute Order"
646
- msgstr "Priorisiere Eigenschaft-Reihenfolge"
647
-
648
- #: ../app/views/ansible_variables/_fields.erb:54
649
- msgid "Set the order in which values are resolved."
650
- msgstr "Reihenfolge festlegen, in der die Werte aufgelöst werden."
651
-
652
- #: ../app/views/ansible_variables/_fields.erb:55
653
- msgid "Order"
654
- msgstr "Reihenfolge"
655
-
656
- #: ../app/views/ansible_variables/_fields.erb:56
657
- msgid ""
658
- "The order in which matchers keys are processed, first match wins.<br> You "
659
- "may use multiple attributes as a matcher key, for example, an order of "
660
- "<code>host group, environment</code> would expect a matcher such as "
661
- "<code>hostgroup = \"web servers\", environment = production</code>"
662
- msgstr ""
663
- "Die Reihenfolge, in der Prüfwertschlüssel verarbeitet werden. Die erste "
664
- "Übereinstimmung ist maßgeblich.<br> Sie können mehrere Attribute als "
665
- "Prüfwertschlüssel verwenden. Beispielsweise würde die Reihenfolge <code>host"
666
- " group, environment</code> einen Prüfwert wie etwa <code>hostgroup = \"web "
667
- "servers\", environment = production</code> erwarten."
668
-
669
- #: ../app/views/ansible_variables/_fields.erb:59
670
- msgid ""
671
- "Continue to look for matches after first find (only array/hash type)? Note: "
672
- "merging overrides ignores all matchers that are omitted."
673
- msgstr ""
674
-
675
- #: ../app/views/ansible_variables/_fields.erb:61
676
- msgid "Include default value when merging all matching values."
677
- msgstr ""
678
- "Standardwert bei der Zusammenführung aller übereinstimmenden Werte "
679
- "einschließen."
680
-
681
- #: ../app/views/ansible_variables/_fields.erb:64
682
- msgid "Avoid duplicate values when merging them (only array type)?"
683
- msgstr "Doppelte Werte bei der Zusammenführung vermeiden (nur Array Typ)?"
684
-
685
- #: ../app/views/ansible_variables/_fields.erb:68
686
- msgid "Specify Matchers"
687
- msgstr "Prüfwert spezifizieren"
688
-
689
- #: ../app/views/ansible_variables/edit.html.erb:4
690
- #: ../app/views/ansible_variables/index.html.erb:1
691
- #: ../app/views/ansible_variables/new.html.erb:4
692
- msgid "Ansible Variables"
693
- msgstr "Ansible Variablen"
694
-
695
- #: ../app/views/ansible_variables/edit.html.erb:8
696
- msgid "Edit %s"
697
- msgstr "%s bearbeiten"
698
-
699
- #: ../app/views/ansible_variables/edit.html.erb:13
700
- msgid "Edit Ansible Variable"
701
- msgstr "Ansible Variable ändern"
702
-
703
- #: ../app/views/ansible_variables/import.html.erb:1
704
- msgid "Changed Ansible variables"
705
- msgstr "Geänderte Ansible Variablen"
706
-
707
- #: ../app/views/ansible_variables/import.html.erb:14
708
- msgid "Check/Uncheck update"
709
- msgstr ""
710
-
711
- #: ../app/views/ansible_variables/import.html.erb:25
712
- msgid "Ansible role"
713
- msgstr "Ansible Rolle"
714
-
715
- #: ../app/views/ansible_variables/index.html.erb:5
716
- msgid "New Ansible Variable"
717
- msgstr "Neue Ansible Variable"
718
-
719
- #: ../app/views/ansible_variables/index.html.erb:12
720
- msgid "Variable|Name"
721
- msgstr ""
722
-
723
- #: ../app/views/ansible_variables/index.html.erb:13
724
- msgid "Variable|Role"
725
- msgstr ""
726
-
727
- #: ../app/views/ansible_variables/index.html.erb:14
728
- msgid "Type"
729
- msgstr "Typ"
730
-
731
- #: ../app/views/ansible_variables/index.html.erb:15
732
- msgid "Imported?"
733
- msgstr "Importiert?"
734
-
735
- #: ../app/views/ansible_variables/index.html.erb:23
736
- msgid "Overriden"
737
- msgstr ""
738
-
739
- #: ../app/views/ansible_variables/new.html.erb:8
740
- #: ../app/views/ansible_variables/new.html.erb:13
741
- msgid "Create Ansible Variable"
742
- msgstr "Ansible Variable erstellen"
743
-
744
- #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
745
- msgid "Play Roles"
746
- msgstr ""
747
-
748
- #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
749
- msgid "Nest"
750
- msgstr "Verschachteln"
751
-
752
- #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
753
- msgid "Clone"
754
- msgstr "Klonen"
755
-
756
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
757
- msgid "Level"
758
- msgstr "Stufe"
759
-
760
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
761
- msgid "Module"
762
- msgstr "Modul"
763
-
764
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
765
- msgid "Arguments"
766
- msgstr "Argumente"
767
-
768
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
769
- msgid "Message"
770
- msgstr "Nachricht"
771
-
772
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
773
- msgid "Nothing to show"
774
- msgstr "Nichts anzuzeigen"
775
-
776
- #: ../db/seeds.d/90_notification_blueprints.rb:5
777
- msgid "Jobs"
778
- msgstr "Jobs"
779
-
780
- #: ../db/seeds.d/90_notification_blueprints.rb:7
781
- msgid ""
782
- "Insights remediation on %{hosts_count} host(s) has finished successfully"
783
- msgstr ""
784
-
785
- #: ../lib/foreman_ansible/register.rb:99
786
- msgid "Roles"
787
- msgstr "Rollen"
788
-
789
- #: ../lib/foreman_ansible/remote_execution.rb:20
790
- msgid "Run Ansible roles"
791
- msgstr ""
792
-
793
- #: ../lib/foreman_ansible/remote_execution.rb:21
794
- msgid ""
795
- "Runs an Ansible playbook which contains all the roles defined for a host"
796
- msgstr ""
797
-
798
- #: ../lib/foreman_ansible/remote_execution.rb:27
799
- msgid "Ansible: Run Insights maintenance plan"
800
- msgstr ""
801
-
802
- #: ../lib/foreman_ansible/remote_execution.rb:28
803
- msgid ""
804
- "Runs a given maintenance plan from Red Hat Access Insights given an ID."
805
- msgstr ""
806
-
807
- #: action_names.rb:2
808
- msgid "Remote action:"
809
- msgstr "Entfernte Aktion"
810
-
811
- #: action_names.rb:3
812
- msgid "Import Puppet classes"
813
- msgstr "Puppet-Klassen importieren"
814
-
815
- #: action_names.rb:4
816
- msgid "Import facts"
817
- msgstr "Fakten importieren"
818
-
819
- #: action_names.rb:5
820
- msgid "Action with sub plans"
821
- msgstr "Aktion mit Unterplänen"
822
-
823
- #: gemspec.rb:2
824
- msgid "Ansible support in Foreman"
825
- msgstr "Ansible Unterstützung in Foreman"