foreman_ansible 15.0.6 → 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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +13 -4
- data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +242 -233
- data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +10 -1
- data/app/controllers/concerns/foreman/controller/parameters/job_template_extensions.rb +1 -1
- data/app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb +1 -0
- data/app/models/foreman_ansible/ansible_provider.rb +1 -0
- data/app/views/api/v2/job_templates/job_templates.json.rabl +1 -1
- data/app/views/job_templates/_job_template_callback_tab_content.html.erb +1 -0
- data/db/migrate/20241022000000_add_ansible_check_mode_to_templates.rb +5 -0
- data/lib/foreman_ansible/register.rb +1 -1
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ca/foreman_ansible.po +10 -1
- data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/cs_CZ/foreman_ansible.po +10 -1
- data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/de/foreman_ansible.po +10 -1
- data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/foreman_ansible.po +11 -2
- data/locale/foreman_ansible.pot +20 -7
- data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/fr/foreman_ansible.po +10 -1
- data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/gl/foreman_ansible.po +10 -1
- data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/it/foreman_ansible.po +10 -1
- data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ja/foreman_ansible.po +14 -5
- data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ka/foreman_ansible.po +10 -1
- data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ko/foreman_ansible.po +244 -233
- data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/nl_NL/foreman_ansible.po +10 -1
- data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pl/foreman_ansible.po +10 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pt_BR/foreman_ansible.po +10 -1
- data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ru/foreman_ansible.po +10 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/sv_SE/foreman_ansible.po +10 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_CN/foreman_ansible.po +10 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_TW/foreman_ansible.po +10 -1
- data/webpack/components/AnsibleHostDetail/AnsibleHostDetail.scss +1 -1
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js +4 -11
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValueHelper.js +11 -5
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverrides.test.js +1 -1
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverridesDelete.test.js +2 -2
- data/webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobModal.scss +2 -2
- data/webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/JobsTab/__test__/JobsTab.test.js +2 -1
- data/webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesModal.scss +1 -1
- data/webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js +3 -10
- data/webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariables.js +3 -3
- data/webpack/components/DualList/ListControls.js +9 -9
- data/webpack/components/DualList/ListHeader.js +5 -3
- data/webpack/components/DualList/ListItem.js +9 -9
- data/webpack/components/DualList/ListPane.js +3 -3
- data/webpack/components/DualList/SelectedStatus.js +2 -2
- data/webpack/components/DualList/index.js +1 -1
- data/webpack/formHelper.js +26 -29
- data/webpack/routes/HostgroupJobs/__test__/HostgroupJobs.test.js +1 -0
- metadata +10 -16
- data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +0 -910
- data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +0 -910
- data/locale/en/foreman_ansible.po +0 -908
- data/locale/en_GB/foreman_ansible.po +0 -912
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_ansible": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_ansible 15.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>, 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.
|
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": "Michał Foryt <michal.foryt@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.
|
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": "Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 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
|
"Atualiza a variável do 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.
|
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,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_ansible": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_ansible 15.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": "johnny.westerlund <johnny.westerlund@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.
|
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
|
"启用 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
|
],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_ansible": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_ansible 15.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
|
],
|
@@ -10,6 +10,7 @@ module ForemanAnsible
|
|
10
10
|
update_api(:create, :update) do
|
11
11
|
param :job_template, Hash do
|
12
12
|
param :ansible_callback_enabled, :bool, :desc => N_('Enable the callback plugin for this template')
|
13
|
+
param :ansible_check_mode, :bool, :desc => N_('Enable Ansible Check Mode for this template')
|
13
14
|
end
|
14
15
|
end
|
15
16
|
end
|
@@ -33,6 +33,7 @@ if defined? ForemanRemoteExecution
|
|
33
33
|
),
|
34
34
|
:name => host.name,
|
35
35
|
:check_mode => host.host_param('ansible_roles_check_mode'),
|
36
|
+
:job_check_mode => template_invocation.template.ansible_check_mode,
|
36
37
|
:cleanup_working_dirs => cleanup_working_dirs?(host)
|
37
38
|
)
|
38
39
|
end
|
@@ -1,3 +1,4 @@
|
|
1
1
|
<div class="tab-pane" id="ansible_callback_enabled">
|
2
2
|
<%= checkbox_f f, :ansible_callback_enabled, :label => _('Enable Ansible Callback'), :disabled => @template.locked? %>
|
3
|
+
<%= checkbox_f f, :ansible_check_mode, :label => _('Enable Ansible Check Mode'), :disabled => @template.locked? %>
|
3
4
|
</div>
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
11
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
14
14
|
"Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2023\n"
|
@@ -286,6 +286,12 @@ msgstr ""
|
|
286
286
|
msgid "Enable Ansible Callback"
|
287
287
|
msgstr ""
|
288
288
|
|
289
|
+
msgid "Enable Ansible Check Mode"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Enable Ansible Check Mode for this template"
|
293
|
+
msgstr ""
|
294
|
+
|
289
295
|
msgid "Enable the callback plugin for this template"
|
290
296
|
msgstr ""
|
291
297
|
|
@@ -822,6 +828,9 @@ msgstr ""
|
|
822
828
|
msgid "Update Smart Proxy"
|
823
829
|
msgstr ""
|
824
830
|
|
831
|
+
msgid "Update an override value"
|
832
|
+
msgstr ""
|
833
|
+
|
825
834
|
msgid "Updates Ansible variable"
|
826
835
|
msgstr ""
|
827
836
|
|
Binary file
|
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
13
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
16
16
|
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2023\n"
|
@@ -290,6 +290,12 @@ msgstr ""
|
|
290
290
|
msgid "Enable Ansible Callback"
|
291
291
|
msgstr ""
|
292
292
|
|
293
|
+
msgid "Enable Ansible Check Mode"
|
294
|
+
msgstr ""
|
295
|
+
|
296
|
+
msgid "Enable Ansible Check Mode for this template"
|
297
|
+
msgstr ""
|
298
|
+
|
293
299
|
msgid "Enable the callback plugin for this template"
|
294
300
|
msgstr ""
|
295
301
|
|
@@ -823,6 +829,9 @@ msgstr ""
|
|
823
829
|
msgid "Update Smart Proxy"
|
824
830
|
msgstr ""
|
825
831
|
|
832
|
+
msgid "Update an override value"
|
833
|
+
msgstr ""
|
834
|
+
|
826
835
|
msgid "Updates Ansible variable"
|
827
836
|
msgstr "Aktualizuje Ansible proměnné"
|
828
837
|
|
Binary file
|
@@ -21,7 +21,7 @@
|
|
21
21
|
#
|
22
22
|
msgid ""
|
23
23
|
msgstr ""
|
24
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
24
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
25
25
|
"Report-Msgid-Bugs-To: \n"
|
26
26
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
27
27
|
"Last-Translator: Wiederoder <stefanwiederoder@googlemail.com>, 2023\n"
|
@@ -299,6 +299,12 @@ msgstr "Ansible-Rollen bearbeiten"
|
|
299
299
|
msgid "Enable Ansible Callback"
|
300
300
|
msgstr ""
|
301
301
|
|
302
|
+
msgid "Enable Ansible Check Mode"
|
303
|
+
msgstr ""
|
304
|
+
|
305
|
+
msgid "Enable Ansible Check Mode for this template"
|
306
|
+
msgstr ""
|
307
|
+
|
302
308
|
msgid "Enable the callback plugin for this template"
|
303
309
|
msgstr ""
|
304
310
|
|
@@ -832,6 +838,9 @@ msgstr "Rollenvariablen entfernen"
|
|
832
838
|
msgid "Update Smart Proxy"
|
833
839
|
msgstr ""
|
834
840
|
|
841
|
+
msgid "Update an override value"
|
842
|
+
msgstr ""
|
843
|
+
|
835
844
|
msgid "Updates Ansible variable"
|
836
845
|
msgstr "Aktualisiert die Ansible-Variable"
|
837
846
|
|
Binary file
|
Binary file
|
Binary file
|
@@ -8,13 +8,13 @@
|
|
8
8
|
# Jared Nelson <jared@ajpadilla.com>, 2022
|
9
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
10
10
|
# Gustavo Varela <gustavo.varela@gmail.com>, 2022
|
11
|
-
# Sergio Ocón-Cárdenas
|
11
|
+
# Sergio Ocón-Cárdenas, 2022
|
12
12
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
13
13
|
# Carmela Rubiños <carmela.rubinos@gmail.com>, 2023
|
14
14
|
#
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
17
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
19
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
20
20
|
"Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2023\n"
|
@@ -293,6 +293,12 @@ msgstr "Editar roles de Ansible"
|
|
293
293
|
msgid "Enable Ansible Callback"
|
294
294
|
msgstr ""
|
295
295
|
|
296
|
+
msgid "Enable Ansible Check Mode"
|
297
|
+
msgstr ""
|
298
|
+
|
299
|
+
msgid "Enable Ansible Check Mode for this template"
|
300
|
+
msgstr ""
|
301
|
+
|
296
302
|
msgid "Enable the callback plugin for this template"
|
297
303
|
msgstr ""
|
298
304
|
|
@@ -828,6 +834,9 @@ msgstr "Actualizar variables de función"
|
|
828
834
|
msgid "Update Smart Proxy"
|
829
835
|
msgstr ""
|
830
836
|
|
837
|
+
msgid "Update an override value"
|
838
|
+
msgstr ""
|
839
|
+
|
831
840
|
msgid "Updates Ansible variable"
|
832
841
|
msgstr "Actualiza la variable de Ansible"
|
833
842
|
|
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: 2025-02-20 11:49+0100\n"
|
12
|
+
"PO-Revision-Date: 2025-02-20 11:49+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -81,6 +81,10 @@ msgid "Create an override value for a specific ansible variable"
|
|
81
81
|
msgstr ""
|
82
82
|
|
83
83
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
|
84
|
+
msgid "Update an override value"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:51
|
84
88
|
msgid "Destroy an override value"
|
85
89
|
msgstr ""
|
86
90
|
|
@@ -350,6 +354,11 @@ msgstr ""
|
|
350
354
|
msgid "Enable the callback plugin for this template"
|
351
355
|
msgstr ""
|
352
356
|
|
357
|
+
#:
|
358
|
+
#: ../app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb:13
|
359
|
+
msgid "Enable Ansible Check Mode for this template"
|
360
|
+
msgstr ""
|
361
|
+
|
353
362
|
#:
|
354
363
|
#: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
|
355
364
|
msgid "Host group has no associated hosts"
|
@@ -466,23 +475,23 @@ msgstr ""
|
|
466
475
|
msgid "Unable to get playbooks from Ansible"
|
467
476
|
msgstr ""
|
468
477
|
|
469
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
478
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:69
|
470
479
|
msgid "Tags"
|
471
480
|
msgstr ""
|
472
481
|
|
473
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
482
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:76
|
474
483
|
msgid "Include/Exclude Tags"
|
475
484
|
msgstr ""
|
476
485
|
|
477
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
486
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:88
|
478
487
|
msgid "Ansible provider specific inputs"
|
479
488
|
msgstr ""
|
480
489
|
|
481
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
490
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:93
|
482
491
|
msgid "A comma separated list of tags to use for Ansible run"
|
483
492
|
msgstr ""
|
484
493
|
|
485
|
-
#: ../app/models/foreman_ansible/ansible_provider.rb:
|
494
|
+
#: ../app/models/foreman_ansible/ansible_provider.rb:98
|
486
495
|
msgid "Include\\Exclude tags for Ansible run"
|
487
496
|
msgstr ""
|
488
497
|
|
@@ -715,6 +724,10 @@ msgstr ""
|
|
715
724
|
msgid "Enable Ansible Callback"
|
716
725
|
msgstr ""
|
717
726
|
|
727
|
+
#: ../app/views/job_templates/_job_template_callback_tab_content.html.erb:3
|
728
|
+
msgid "Enable Ansible Check Mode"
|
729
|
+
msgstr ""
|
730
|
+
|
718
731
|
#: ../app/views/job_templates/_job_template_callback_tab_headers.html.erb:1
|
719
732
|
#: ../lib/foreman_ansible/register.rb:8 ../lib/foreman_ansible/register.rb:213
|
720
733
|
#: ../lib/foreman_ansible/register.rb:263
|
Binary file
|
@@ -15,7 +15,7 @@
|
|
15
15
|
#
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
18
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
21
21
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
@@ -295,6 +295,12 @@ msgstr "Modifier les rôles Ansible"
|
|
295
295
|
msgid "Enable Ansible Callback"
|
296
296
|
msgstr "Activer Ansible Callback"
|
297
297
|
|
298
|
+
msgid "Enable Ansible Check Mode"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
msgid "Enable Ansible Check Mode for this template"
|
302
|
+
msgstr ""
|
303
|
+
|
298
304
|
msgid "Enable the callback plugin for this template"
|
299
305
|
msgstr "Activer le plugin de rappel pour ce modèle"
|
300
306
|
|
@@ -830,6 +836,9 @@ msgstr "Mise à jour des variables de rôle"
|
|
830
836
|
msgid "Update Smart Proxy"
|
831
837
|
msgstr "Mise à jour du smart proxy"
|
832
838
|
|
839
|
+
msgid "Update an override value"
|
840
|
+
msgstr ""
|
841
|
+
|
833
842
|
msgid "Updates Ansible variable"
|
834
843
|
msgstr "Mises à jour des variables Ansible"
|
835
844
|
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
11
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
14
14
|
"Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2023\n"
|
@@ -286,6 +286,12 @@ msgstr ""
|
|
286
286
|
msgid "Enable Ansible Callback"
|
287
287
|
msgstr ""
|
288
288
|
|
289
|
+
msgid "Enable Ansible Check Mode"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Enable Ansible Check Mode for this template"
|
293
|
+
msgstr ""
|
294
|
+
|
289
295
|
msgid "Enable the callback plugin for this template"
|
290
296
|
msgstr ""
|
291
297
|
|
@@ -819,6 +825,9 @@ msgstr ""
|
|
819
825
|
msgid "Update Smart Proxy"
|
820
826
|
msgstr ""
|
821
827
|
|
828
|
+
msgid "Update an override value"
|
829
|
+
msgstr ""
|
830
|
+
|
822
831
|
msgid "Updates Ansible variable"
|
823
832
|
msgstr ""
|
824
833
|
|
Binary file
|
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
msgid ""
|
13
13
|
msgstr ""
|
14
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
14
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
16
16
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
17
17
|
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2023\n"
|
@@ -290,6 +290,12 @@ msgstr ""
|
|
290
290
|
msgid "Enable Ansible Callback"
|
291
291
|
msgstr ""
|
292
292
|
|
293
|
+
msgid "Enable Ansible Check Mode"
|
294
|
+
msgstr ""
|
295
|
+
|
296
|
+
msgid "Enable Ansible Check Mode for this template"
|
297
|
+
msgstr ""
|
298
|
+
|
293
299
|
msgid "Enable the callback plugin for this template"
|
294
300
|
msgstr ""
|
295
301
|
|
@@ -823,6 +829,9 @@ msgstr ""
|
|
823
829
|
msgid "Update Smart Proxy"
|
824
830
|
msgstr ""
|
825
831
|
|
832
|
+
msgid "Update an override value"
|
833
|
+
msgstr ""
|
834
|
+
|
826
835
|
msgid "Updates Ansible variable"
|
827
836
|
msgstr ""
|
828
837
|
|
Binary file
|