foreman_ansible 15.0.5 → 16.0.0

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.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +10 -1
  3. data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +10 -1
  4. data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +10 -1
  5. data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +10 -1
  6. data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +10 -1
  7. data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +10 -1
  8. data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +10 -1
  9. data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +13 -4
  10. data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +10 -1
  11. data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +242 -233
  12. data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +10 -1
  13. data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +10 -1
  14. data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +10 -1
  15. data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +10 -1
  16. data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +10 -1
  17. data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +10 -1
  18. data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +10 -1
  19. data/app/controllers/concerns/foreman/controller/parameters/job_template_extensions.rb +1 -1
  20. data/app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb +1 -0
  21. data/app/models/foreman_ansible/ansible_provider.rb +1 -0
  22. data/app/views/api/v2/job_templates/job_templates.json.rabl +1 -1
  23. data/app/views/job_templates/_job_template_callback_tab_content.html.erb +1 -0
  24. data/db/migrate/20241022000000_add_ansible_check_mode_to_templates.rb +5 -0
  25. data/lib/foreman_ansible/register.rb +1 -1
  26. data/lib/foreman_ansible/version.rb +1 -1
  27. data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
  28. data/locale/ca/foreman_ansible.po +10 -1
  29. data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
  30. data/locale/cs_CZ/foreman_ansible.po +10 -1
  31. data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
  32. data/locale/de/foreman_ansible.po +10 -1
  33. data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
  34. data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
  35. data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
  36. data/locale/es/foreman_ansible.po +11 -2
  37. data/locale/foreman_ansible.pot +20 -7
  38. data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
  39. data/locale/fr/foreman_ansible.po +10 -1
  40. data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
  41. data/locale/gl/foreman_ansible.po +10 -1
  42. data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
  43. data/locale/it/foreman_ansible.po +10 -1
  44. data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
  45. data/locale/ja/foreman_ansible.po +14 -5
  46. data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
  47. data/locale/ka/foreman_ansible.po +10 -1
  48. data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
  49. data/locale/ko/foreman_ansible.po +244 -233
  50. data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
  51. data/locale/nl_NL/foreman_ansible.po +10 -1
  52. data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
  53. data/locale/pl/foreman_ansible.po +10 -1
  54. data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
  55. data/locale/pt_BR/foreman_ansible.po +10 -1
  56. data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
  57. data/locale/ru/foreman_ansible.po +10 -1
  58. data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
  59. data/locale/sv_SE/foreman_ansible.po +10 -1
  60. data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
  61. data/locale/zh_CN/foreman_ansible.po +10 -1
  62. data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
  63. data/locale/zh_TW/foreman_ansible.po +10 -1
  64. data/webpack/components/AnsibleHostDetail/AnsibleHostDetail.scss +1 -1
  65. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js +4 -11
  66. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js +2 -6
  67. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValueHelper.js +11 -5
  68. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverrides.test.js +1 -1
  69. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverridesDelete.test.js +2 -2
  70. data/webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobModal.scss +2 -2
  71. data/webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js +3 -10
  72. data/webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js +3 -10
  73. data/webpack/components/AnsibleHostDetail/components/JobsTab/__test__/JobsTab.test.js +2 -1
  74. data/webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js +3 -10
  75. data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesModal.scss +1 -1
  76. data/webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js +3 -10
  77. data/webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariables.js +3 -3
  78. data/webpack/components/DualList/ListControls.js +9 -9
  79. data/webpack/components/DualList/ListHeader.js +5 -3
  80. data/webpack/components/DualList/ListItem.js +9 -9
  81. data/webpack/components/DualList/ListPane.js +3 -3
  82. data/webpack/components/DualList/SelectedStatus.js +2 -2
  83. data/webpack/components/DualList/index.js +1 -1
  84. data/webpack/formHelper.js +26 -29
  85. data/webpack/routes/HostgroupJobs/__test__/HostgroupJobs.test.js +1 -0
  86. metadata +10 -16
  87. data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +0 -910
  88. data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +0 -910
  89. data/locale/en/foreman_ansible.po +0 -908
  90. data/locale/en_GB/foreman_ansible.po +0 -912
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5b81c6fcb6207b503f09e5e0d27af8691a17e1969d4a0479210a2610ee7d420
4
- data.tar.gz: 1d82cb680164d07a667bbb9a8e8ae71b2aebca64aafbba124e1125ce109ffd18
3
+ metadata.gz: 41ff724bbad2bbe9731c113a2840350c6ae278c7f28cc9e1e09ab2824a3291ea
4
+ data.tar.gz: 9b8329d3c3ac17afda9b7321c8cea51626786f781eb2fb8ce4cb27cf6f18f04c
5
5
  SHA512:
6
- metadata.gz: 48607f815901fc2f3a90454209f7bb9b7119c43d4d19cc0804e541d36822a2a1fa5d8b9e392183c1d33bcab6317d4fff128b81b7c0eb11da03cce00e72116373
7
- data.tar.gz: 58c733133263f9544af25c9e45b79faa633232f0708a88cf6f029eb6ecd94068fc3477bfa1092424395f4aecf31566f14adb3c113443b4724dc96e0c74ae6a4c
6
+ metadata.gz: a9a9618b63c012941d14a79cdc7e415bfb1643ae009b756152fbf257409225ede39aa34dd359b270d3383266d4c4f8a7b8b3b791cabbdaef4fb07b0943b01058
7
+ data.tar.gz: d3313dbcfa460238cdc8896085443c5c0326de0bb3f77365779cd23dee407f7f63bedd176e5446aaa1bd9ad93ad1704563101a50ab70b242da487e0ea5c8a890
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2023",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  ""
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  ""
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  ""
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  ""
820
829
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "Pavel Borecki <pavel.borecki@gmail.com>, 2023",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  ""
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  ""
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  ""
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  "Aktualizuje Ansible proměnné"
820
829
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "Wiederoder <stefanwiederoder@googlemail.com>, 2023",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  ""
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  ""
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  ""
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  "Aktualisiert die Ansible-Variable"
820
829
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "Carmela Rubiños <carmela.rubinos@gmail.com>, 2023",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  ""
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  ""
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  ""
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  "Actualiza la variable de Ansible"
820
829
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  "Activer Ansible Callback"
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  "Activer le plugin de rappel pour ce modèle"
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  "Mise à jour du smart proxy"
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  "Mises à jour des variables Ansible"
820
829
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "Carmela Rubiños <carmela.rubinos@gmail.com>, 2023",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  ""
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  ""
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  ""
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  ""
820
829
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2023",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  ""
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  ""
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  ""
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  ""
820
829
  ],
@@ -3,10 +3,10 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
- "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
9
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
10
10
  "Language-Team": "Japanese (https://app.transifex.com/foreman/teams/114/ja/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  "Ansible コールバックの有効化"
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  "このテンプレートの callback プラグインを有効にする"
289
295
  ],
@@ -549,7 +555,7 @@
549
555
  "Ansible 変数のデフォルト値を上書きします。"
550
556
  ],
551
557
  "Override value, required if omit is false": [
552
- "上書き値 (omit が false の場合に必要)"
558
+ "上書き値 (--omit が false の場合に必要)"
553
559
  ],
554
560
  "Overriden": [
555
561
  "上書き済み"
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  "Smart Proxy の更新"
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  "Ansible 変数を更新します"
820
829
  ],
@@ -876,7 +885,7 @@
876
885
  "ページを表示する権限がありません。 "
877
886
  ],
878
887
  "daily": [
879
- "daily (毎日)"
888
+ "毎日"
880
889
  ],
881
890
  "false": [
882
891
  "false"
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
9
  "Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023",
@@ -284,6 +284,12 @@
284
284
  "Enable Ansible Callback": [
285
285
  "Ansible-ის უკუგამოძახების ჩართვა"
286
286
  ],
287
+ "Enable Ansible Check Mode": [
288
+ ""
289
+ ],
290
+ "Enable Ansible Check Mode for this template": [
291
+ ""
292
+ ],
287
293
  "Enable the callback plugin for this template": [
288
294
  "უკუგამოძახების დამატების ჩართვა ამ ნიმუშისთვის"
289
295
  ],
@@ -815,6 +821,9 @@
815
821
  "Update Smart Proxy": [
816
822
  "ჭკვიანი პროქსის განახლება"
817
823
  ],
824
+ "Update an override value": [
825
+ ""
826
+ ],
818
827
  "Updates Ansible variable": [
819
828
  "Ansible-ის ცვლადის განახლება"
820
829
  ],