foreman_ansible 12.0.0 → 12.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +1 -0
  3. data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +1 -0
  4. data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +1 -0
  5. data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +1 -0
  6. data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +1 -0
  7. data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +1 -0
  8. data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +1 -0
  9. data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +1 -0
  10. data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +1 -0
  11. data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +1 -0
  12. data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +1 -0
  13. data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +1 -0
  14. data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +1 -0
  15. data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +1 -0
  16. data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +1 -0
  17. data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +1 -0
  18. data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +1 -0
  19. data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +1 -0
  20. data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +1 -0
  21. data/lib/foreman_ansible/version.rb +1 -1
  22. data/locale/Makefile +16 -22
  23. data/locale/action_names.rb +2 -2
  24. data/locale/ca/foreman_ansible.po +39 -0
  25. data/locale/cs_CZ/foreman_ansible.po +39 -0
  26. data/locale/de/foreman_ansible.po +39 -0
  27. data/locale/en/foreman_ansible.po +39 -0
  28. data/locale/en_GB/foreman_ansible.po +39 -0
  29. data/locale/es/foreman_ansible.po +39 -0
  30. data/locale/foreman_ansible.pot +120 -59
  31. data/locale/fr/foreman_ansible.po +39 -0
  32. data/locale/gl/foreman_ansible.po +39 -0
  33. data/locale/it/foreman_ansible.po +39 -0
  34. data/locale/ja/foreman_ansible.po +39 -0
  35. data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
  36. data/locale/ka/foreman_ansible.po +39 -0
  37. data/locale/ko/foreman_ansible.po +39 -0
  38. data/locale/nl_NL/foreman_ansible.po +39 -0
  39. data/locale/pl/foreman_ansible.po +39 -0
  40. data/locale/pt_BR/foreman_ansible.po +39 -0
  41. data/locale/ru/foreman_ansible.po +39 -0
  42. data/locale/sv_SE/foreman_ansible.po +39 -0
  43. data/locale/zh_CN/foreman_ansible.po +39 -0
  44. data/locale/zh_TW/foreman_ansible.po +39 -0
  45. metadata +35 -10
@@ -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: 2022-11-24 19:10+0100\n"
12
- "PO-Revision-Date: 2022-11-24 19:10+0100\n"
11
+ "POT-Creation-Date: 2023-05-19 10:13+0000\n"
12
+ "PO-Revision-Date: 2023-05-19 10:13+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -250,65 +250,106 @@ msgid ""
250
250
  msgstr ""
251
251
 
252
252
  #:
253
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
253
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:21
254
254
  msgid "Runs all Ansible roles on a hostgroup"
255
255
  msgstr ""
256
256
 
257
257
  #:
258
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
258
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
259
259
  msgid "Runs all Ansible roles on hostgroups"
260
260
  msgstr ""
261
261
 
262
262
  #:
263
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
263
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:32
264
264
  msgid "IDs of hostgroups to play roles on"
265
265
  msgstr ""
266
266
 
267
267
  #:
268
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
268
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:43
269
269
  msgid "List all Ansible roles for a hostgroup"
270
270
  msgstr ""
271
271
 
272
272
  #:
273
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:57
273
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:58
274
274
  msgid "Assigns Ansible roles to a hostgroup"
275
275
  msgstr ""
276
276
 
277
277
  #:
278
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:60
278
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:61
279
279
  msgid "Ansible roles to assign to a hostgroup"
280
280
  msgstr ""
281
281
 
282
+ #:
283
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:70
284
+ msgid "Directly add an Ansible role to a hostgroup"
285
+ msgstr ""
286
+
287
+ #:
288
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:73
289
+ msgid "Ansible role to add to a hostgroup"
290
+ msgstr ""
291
+
292
+ #:
293
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:83
294
+ msgid "Remove directly assigned Ansible role from a hostgroup"
295
+ msgstr ""
296
+
297
+ #:
298
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:86
299
+ msgid "Ansible role to remove from a hostgroup"
300
+ msgstr ""
301
+
282
302
  #:
283
303
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
284
304
  #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
285
305
  msgid "IDs of associated ansible roles"
286
306
  msgstr ""
287
307
 
288
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
308
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:28
289
309
  msgid "Runs all Ansible roles on a host"
290
310
  msgstr ""
291
311
 
292
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
312
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:37
293
313
  msgid "Runs all Ansible roles on hosts"
294
314
  msgstr ""
295
315
 
296
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
316
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:38
297
317
  msgid "IDs of hosts to play roles on"
298
318
  msgstr ""
299
319
 
300
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
320
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:48
301
321
  msgid "List all Ansible roles for a host"
302
322
  msgstr ""
303
323
 
304
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:58
324
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:60
305
325
  msgid "Assigns Ansible roles to a host"
306
326
  msgstr ""
307
327
 
308
- #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:61
328
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:63
309
329
  msgid "Ansible roles to assign to a host"
310
330
  msgstr ""
311
331
 
332
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:71
333
+ msgid "Directly add an Ansible role to a host"
334
+ msgstr ""
335
+
336
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:74
337
+ msgid "Ansible role to add to a host"
338
+ msgstr ""
339
+
340
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:84
341
+ msgid "Remove directly assigned Ansible role from a host"
342
+ msgstr ""
343
+
344
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:87
345
+ msgid "Ansible role to remove from a host"
346
+ msgstr ""
347
+
348
+ #:
349
+ #: ../app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb:12
350
+ msgid "Enable the callback plugin for this template"
351
+ msgstr ""
352
+
312
353
  #:
313
354
  #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
314
355
  msgid "Host group has no associated hosts"
@@ -330,20 +371,33 @@ msgstr ""
330
371
  msgid "Ansible Variable not found by id: %s"
331
372
  msgstr ""
332
373
 
333
- #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:7
334
- #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:9
374
+ #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:12
375
+ #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:14
335
376
  #: ../app/helpers/foreman_ansible/hosts_helper.rb:9
336
377
  msgid "Run all Ansible roles"
337
378
  msgstr ""
338
379
 
339
- #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:9
380
+ #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:14
340
381
  msgid "Run all Ansible roles on hosts belonging to this host group"
341
382
  msgstr ""
342
383
 
343
- #: ../app/helpers/foreman_ansible/ansible_reports_helper.rb:57
384
+ #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:23
385
+ #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:25
386
+ msgid "Configure Ansible Job"
387
+ msgstr ""
388
+
389
+ #: ../app/helpers/foreman_ansible/ansible_hostgroups_helper.rb:36
390
+ msgid "No roles/hosts assigned"
391
+ msgstr ""
392
+
393
+ #: ../app/helpers/foreman_ansible/ansible_reports_helper.rb:69
344
394
  msgid "No additional data"
345
395
  msgstr ""
346
396
 
397
+ #: ../app/helpers/foreman_ansible/ansible_reports_helper.rb:85
398
+ msgid "Show full value"
399
+ msgstr ""
400
+
347
401
  #: ../app/helpers/foreman_ansible/ansible_roles_data_preparations.rb:5
348
402
  msgid "Add"
349
403
  msgstr ""
@@ -384,7 +438,7 @@ msgstr ""
384
438
  msgid "%s ago"
385
439
  msgstr ""
386
440
 
387
- #: ../app/helpers/foreman_ansible/smart_proxies_helper.rb:35
441
+ #: ../app/helpers/foreman_ansible/smart_proxies_helper.rb:41
388
442
  msgid "Upgrade"
389
443
  msgstr ""
390
444
 
@@ -475,7 +529,7 @@ msgstr ""
475
529
 
476
530
  #: ../app/views/ansible_roles/index.html.erb:12
477
531
  #: ../app/views/ansible_roles/index.html.erb:29
478
- #: ../lib/foreman_ansible/register.rb:220
532
+ #: ../lib/foreman_ansible/register.rb:221
479
533
  #: ../webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js:18
480
534
  #: ../webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js:30
481
535
  #: ../webpack/components/AnsibleHostDetail/constants.js:6
@@ -661,10 +715,21 @@ msgstr ""
661
715
  msgid "Message"
662
716
  msgstr ""
663
717
 
664
- #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:39
718
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:43
665
719
  msgid "Nothing to show"
666
720
  msgstr ""
667
721
 
722
+ #: ../app/views/job_templates/_job_template_callback_tab_content.html.erb:2
723
+ msgid "Enable Ansible Callback"
724
+ msgstr ""
725
+
726
+ #: ../app/views/job_templates/_job_template_callback_tab_headers.html.erb:1
727
+ #: ../lib/foreman_ansible/register.rb:8 ../lib/foreman_ansible/register.rb:215
728
+ #: ../lib/foreman_ansible/register.rb:265
729
+ #: ../lib/foreman_ansible/register.rb:271
730
+ msgid "Ansible"
731
+ msgstr ""
732
+
668
733
  #: ../db/seeds.d/90_notification_blueprints.rb:5
669
734
  #: ../webpack/components/AnsibleHostDetail/constants.js:8
670
735
  msgid "Jobs"
@@ -677,7 +742,7 @@ msgstr ""
677
742
  #: ../db/seeds.d/90_notification_blueprints.rb:18
678
743
  #: ../db/seeds.d/90_notification_blueprints.rb:25
679
744
  #: ../db/seeds.d/90_notification_blueprints.rb:30
680
- #: ../lib/foreman_ansible/register.rb:216
745
+ #: ../lib/foreman_ansible/register.rb:217
681
746
  #: ../webpack/components/AnsibleHostDetail/constants.js:5
682
747
  msgid "Roles"
683
748
  msgstr ""
@@ -695,132 +760,128 @@ msgstr ""
695
760
  msgid "Import playbooks has finished successfully"
696
761
  msgstr ""
697
762
 
698
- #: ../lib/foreman_ansible/register.rb:7 ../lib/foreman_ansible/register.rb:214
699
- msgid "Ansible"
700
- msgstr ""
701
-
702
- #: ../lib/foreman_ansible/register.rb:10
763
+ #: ../lib/foreman_ansible/register.rb:11
703
764
  msgid ""
704
765
  "Use this to supply a path to an SSH Private Key that Ansible will use in lieu "
705
766
  "of a password Override with \"ansible_ssh_private_key_file\" host parameter"
706
767
  msgstr ""
707
768
 
708
- #: ../lib/foreman_ansible/register.rb:15
769
+ #: ../lib/foreman_ansible/register.rb:16
709
770
  msgid "Private Key Path"
710
771
  msgstr ""
711
772
 
712
- #: ../lib/foreman_ansible/register.rb:18
773
+ #: ../lib/foreman_ansible/register.rb:19
713
774
  msgid ""
714
775
  "Use this connection type by default when running Ansible playbooks. You can ov"
715
776
  "erride this on hosts by adding a parameter \"ansible_connection\""
716
777
  msgstr ""
717
778
 
718
- #: ../lib/foreman_ansible/register.rb:22
779
+ #: ../lib/foreman_ansible/register.rb:23
719
780
  msgid "Connection type"
720
781
  msgstr ""
721
782
 
722
- #: ../lib/foreman_ansible/register.rb:25
783
+ #: ../lib/foreman_ansible/register.rb:26
723
784
  msgid ""
724
785
  "Enable/disable WinRM server certificate validation when running Ansible playbo"
725
786
  "oks. You can override this on hosts by adding a parameter \"ansible_winrm_serve"
726
787
  "r_cert_validation\""
727
788
  msgstr ""
728
789
 
729
- #: ../lib/foreman_ansible/register.rb:30
790
+ #: ../lib/foreman_ansible/register.rb:31
730
791
  msgid "WinRM cert Validation"
731
792
  msgstr ""
732
793
 
733
- #: ../lib/foreman_ansible/register.rb:33
794
+ #: ../lib/foreman_ansible/register.rb:34
734
795
  msgid ""
735
796
  "Foreman will add this level of verbosity for additional debugging output when "
736
797
  "running Ansible playbooks."
737
798
  msgstr ""
738
799
 
739
- #: ../lib/foreman_ansible/register.rb:36
800
+ #: ../lib/foreman_ansible/register.rb:37
740
801
  msgid "Default verbosity level"
741
802
  msgstr ""
742
803
 
743
- #: ../lib/foreman_ansible/register.rb:39
804
+ #: ../lib/foreman_ansible/register.rb:40
744
805
  msgid "Disabled"
745
806
  msgstr ""
746
807
 
747
- #: ../lib/foreman_ansible/register.rb:40
808
+ #: ../lib/foreman_ansible/register.rb:41
748
809
  msgid "Level 1 (-v)"
749
810
  msgstr ""
750
811
 
751
- #: ../lib/foreman_ansible/register.rb:41
812
+ #: ../lib/foreman_ansible/register.rb:42
752
813
  msgid "Level 2 (-vv)"
753
814
  msgstr ""
754
815
 
755
- #: ../lib/foreman_ansible/register.rb:42
816
+ #: ../lib/foreman_ansible/register.rb:43
756
817
  msgid "Level 3 (-vvv)"
757
818
  msgstr ""
758
819
 
759
- #: ../lib/foreman_ansible/register.rb:43
820
+ #: ../lib/foreman_ansible/register.rb:44
760
821
  msgid "Level 4 (-vvvv)"
761
822
  msgstr ""
762
823
 
763
- #: ../lib/foreman_ansible/register.rb:47
824
+ #: ../lib/foreman_ansible/register.rb:48
764
825
  msgid ""
765
826
  "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles tas"
766
827
  "k after a host is fully provisioned. Set this to the maximum time you expect a"
767
828
  " host to take until it is ready after a reboot."
768
829
  msgstr ""
769
830
 
770
- #: ../lib/foreman_ansible/register.rb:52
831
+ #: ../lib/foreman_ansible/register.rb:53
771
832
  msgid "Post-provision timeout"
772
833
  msgstr ""
773
834
 
774
- #: ../lib/foreman_ansible/register.rb:55
835
+ #: ../lib/foreman_ansible/register.rb:56
775
836
  msgid "Timeout (in minutes) when hosts should have reported."
776
837
  msgstr ""
777
838
 
778
- #: ../lib/foreman_ansible/register.rb:57
839
+ #: ../lib/foreman_ansible/register.rb:58
779
840
  msgid "Ansible report timeout"
780
841
  msgstr ""
781
842
 
782
- #: ../lib/foreman_ansible/register.rb:60
843
+ #: ../lib/foreman_ansible/register.rb:61
783
844
  msgid ""
784
845
  "Disable host configuration status turning to out of sync for %{cfgmgmt} after "
785
846
  "report does not arrive within configured interval"
786
847
  msgstr ""
787
848
 
788
- #: ../lib/foreman_ansible/register.rb:64
849
+ #: ../lib/foreman_ansible/register.rb:65
789
850
  msgid "%{cfgmgmt} out of sync disabled"
790
851
  msgstr ""
791
852
 
792
- #: ../lib/foreman_ansible/register.rb:67
853
+ #: ../lib/foreman_ansible/register.rb:68
793
854
  msgid "Foreman will use this template to schedule the report with Ansible inventory"
794
855
  msgstr ""
795
856
 
796
- #: ../lib/foreman_ansible/register.rb:70
857
+ #: ../lib/foreman_ansible/register.rb:71
797
858
  msgid "Default Ansible inventory report template"
798
859
  msgstr ""
799
860
 
800
- #: ../lib/foreman_ansible/register.rb:73
861
+ #: ../lib/foreman_ansible/register.rb:74
801
862
  msgid ""
802
863
  "Those roles will be excluded when importing roles from smart proxy, The expect"
803
864
  "ed input is comma separated values and you can use * wildcard metacharactersFo"
804
865
  "r example: foo*, *b*,*bar"
805
866
  msgstr ""
806
867
 
807
- #: ../lib/foreman_ansible/register.rb:77
868
+ #: ../lib/foreman_ansible/register.rb:78
808
869
  msgid "Ansible roles to ignore"
809
870
  msgstr ""
810
871
 
811
- #: ../lib/foreman_ansible/register.rb:80
872
+ #: ../lib/foreman_ansible/register.rb:81
812
873
  msgid ""
813
874
  "Number of tasks which should be sent to the smart proxy in one request, if for"
814
875
  "eman_tasks_proxy_batch_trigger is enabled. If set, overrides foreman_tasks_pro"
815
876
  "xy_batch_size setting for Ansible jobs."
816
877
  msgstr ""
817
878
 
818
- #: ../lib/foreman_ansible/register.rb:84
879
+ #: ../lib/foreman_ansible/register.rb:85
819
880
  msgid "Proxy tasks batch size for Ansible"
820
881
  msgstr ""
821
882
 
822
- #: ../lib/foreman_ansible/register.rb:250
823
- #: ../lib/foreman_ansible/register.rb:256
883
+ #: ../lib/foreman_ansible/register.rb:253
884
+ #: ../lib/foreman_ansible/register.rb:259
824
885
  msgid "Update Smart Proxy"
825
886
  msgstr ""
826
887
 
@@ -922,12 +983,12 @@ msgid "Invalid, expected to match a regex: %s"
922
983
  msgstr ""
923
984
 
924
985
  #:
925
- #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:94
986
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:98
926
987
  msgid "Invalid, expected one of: %s"
927
988
  msgstr ""
928
989
 
929
990
  #:
930
- #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:100
991
+ #: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTableHelper.js:104
931
992
  msgid "is required"
932
993
  msgstr ""
933
994
 
@@ -1300,11 +1361,11 @@ msgstr ""
1300
1361
  msgid "Permission denied"
1301
1362
  msgstr ""
1302
1363
 
1303
- #: ../webpack/permissionsHelper.js:34
1364
+ #: ../webpack/permissionsHelper.js:37
1304
1365
  msgid "You are not authorized to view the page. "
1305
1366
  msgstr ""
1306
1367
 
1307
- #: ../webpack/permissionsHelper.js:37
1368
+ #: ../webpack/permissionsHelper.js:40
1308
1369
  msgid "Request the following permissions from administrator: %s."
1309
1370
  msgstr ""
1310
1371
 
@@ -1317,11 +1378,11 @@ msgid "Action with sub plans"
1317
1378
  msgstr ""
1318
1379
 
1319
1380
  #: action_names.rb:3
1320
- msgid "Import facts"
1381
+ msgid "Import Puppet classes"
1321
1382
  msgstr ""
1322
1383
 
1323
1384
  #: action_names.rb:4
1324
- msgid "Import Puppet classes"
1385
+ msgid "Import facts"
1325
1386
  msgstr ""
1326
1387
 
1327
1388
  #: action_names.rb:5
@@ -113,6 +113,18 @@ msgstr "Noms des rôles Ansible à importer"
113
113
  msgid "Ansible role names to be synced"
114
114
  msgstr "Noms des rôles Ansible à synchroniser"
115
115
 
116
+ msgid "Ansible role to add to a host"
117
+ msgstr ""
118
+
119
+ msgid "Ansible role to add to a hostgroup"
120
+ msgstr ""
121
+
122
+ msgid "Ansible role to remove from a host"
123
+ msgstr ""
124
+
125
+ msgid "Ansible role to remove from a hostgroup"
126
+ msgstr ""
127
+
116
128
  msgid "Ansible roles assigned directly to host"
117
129
  msgstr "Rôles Ansible assignés directement à l'hôte"
118
130
 
@@ -179,6 +191,9 @@ msgstr "Rôles Ansible modifiés"
179
191
  msgid "Close"
180
192
  msgstr "Fermer"
181
193
 
194
+ msgid "Configure Ansible Job"
195
+ msgstr ""
196
+
182
197
  msgid "Configure Recurring Job"
183
198
  msgstr "Configurer un job récurrent"
184
199
 
@@ -254,6 +269,12 @@ msgstr "Description de la variable"
254
269
  msgid "Destroy an override value"
255
270
  msgstr "Détruire une valeur de substitution"
256
271
 
272
+ msgid "Directly add an Ansible role to a host"
273
+ msgstr ""
274
+
275
+ msgid "Directly add an Ansible role to a hostgroup"
276
+ msgstr ""
277
+
257
278
  msgid "Directly assigned to Host"
258
279
  msgstr "Directement affecté à l'hôte"
259
280
 
@@ -275,6 +296,12 @@ msgstr "Modifier Variable Ansible"
275
296
  msgid "Edit Ansible roles"
276
297
  msgstr "Modifier les rôles Ansible"
277
298
 
299
+ msgid "Enable Ansible Callback"
300
+ msgstr ""
301
+
302
+ msgid "Enable the callback plugin for this template"
303
+ msgstr ""
304
+
278
305
  msgid "Enable web console"
279
306
  msgstr "Activer la console web"
280
307
 
@@ -510,6 +537,9 @@ msgstr "Aucun proxy trouvé pour l'import des variables. Assurez vous qu'un smar
510
537
  msgid "No roles assigned directly to the host"
511
538
  msgstr ""
512
539
 
540
+ msgid "No roles/hosts assigned"
541
+ msgstr ""
542
+
513
543
  msgid "Nothing Found!"
514
544
  msgstr "Rien trouvé !"
515
545
 
@@ -588,6 +618,12 @@ msgstr "Supprimer le rôle"
588
618
  msgid "Remove all"
589
619
  msgstr "Supprimer tout"
590
620
 
621
+ msgid "Remove directly assigned Ansible role from a host"
622
+ msgstr ""
623
+
624
+ msgid "Remove directly assigned Ansible role from a hostgroup"
625
+ msgstr ""
626
+
591
627
  msgid "Remove duplicate values (only array type)"
592
628
  msgstr "Supprime les valeurs dupliquées (seulement pour le type tableau)"
593
629
 
@@ -675,6 +711,9 @@ msgstr "Afficher l'inventaire Ansible des groupes d’hôtes"
675
711
  msgid "Show Ansible inventory for hosts"
676
712
  msgstr "Afficher l’inventaire Ansible des hôtes"
677
713
 
714
+ msgid "Show full value"
715
+ msgstr ""
716
+
678
717
  msgid "Show role"
679
718
  msgstr "Afficher un rôle"
680
719
 
@@ -106,6 +106,18 @@ msgstr ""
106
106
  msgid "Ansible role names to be synced"
107
107
  msgstr ""
108
108
 
109
+ msgid "Ansible role to add to a host"
110
+ msgstr ""
111
+
112
+ msgid "Ansible role to add to a hostgroup"
113
+ msgstr ""
114
+
115
+ msgid "Ansible role to remove from a host"
116
+ msgstr ""
117
+
118
+ msgid "Ansible role to remove from a hostgroup"
119
+ msgstr ""
120
+
109
121
  msgid "Ansible roles assigned directly to host"
110
122
  msgstr ""
111
123
 
@@ -172,6 +184,9 @@ msgstr ""
172
184
  msgid "Close"
173
185
  msgstr "Pechar"
174
186
 
187
+ msgid "Configure Ansible Job"
188
+ msgstr ""
189
+
175
190
  msgid "Configure Recurring Job"
176
191
  msgstr ""
177
192
 
@@ -247,6 +262,12 @@ msgstr ""
247
262
  msgid "Destroy an override value"
248
263
  msgstr ""
249
264
 
265
+ msgid "Directly add an Ansible role to a host"
266
+ msgstr ""
267
+
268
+ msgid "Directly add an Ansible role to a hostgroup"
269
+ msgstr ""
270
+
250
271
  msgid "Directly assigned to Host"
251
272
  msgstr ""
252
273
 
@@ -268,6 +289,12 @@ msgstr ""
268
289
  msgid "Edit Ansible roles"
269
290
  msgstr ""
270
291
 
292
+ msgid "Enable Ansible Callback"
293
+ msgstr ""
294
+
295
+ msgid "Enable the callback plugin for this template"
296
+ msgstr ""
297
+
271
298
  msgid "Enable web console"
272
299
  msgstr ""
273
300
 
@@ -501,6 +528,9 @@ msgstr ""
501
528
  msgid "No roles assigned directly to the host"
502
529
  msgstr ""
503
530
 
531
+ msgid "No roles/hosts assigned"
532
+ msgstr ""
533
+
504
534
  msgid "Nothing Found!"
505
535
  msgstr ""
506
536
 
@@ -579,6 +609,12 @@ msgstr ""
579
609
  msgid "Remove all"
580
610
  msgstr ""
581
611
 
612
+ msgid "Remove directly assigned Ansible role from a host"
613
+ msgstr ""
614
+
615
+ msgid "Remove directly assigned Ansible role from a hostgroup"
616
+ msgstr ""
617
+
582
618
  msgid "Remove duplicate values (only array type)"
583
619
  msgstr ""
584
620
 
@@ -666,6 +702,9 @@ msgstr ""
666
702
  msgid "Show Ansible inventory for hosts"
667
703
  msgstr ""
668
704
 
705
+ msgid "Show full value"
706
+ msgstr ""
707
+
669
708
  msgid "Show role"
670
709
  msgstr ""
671
710
 
@@ -110,6 +110,18 @@ msgstr ""
110
110
  msgid "Ansible role names to be synced"
111
111
  msgstr ""
112
112
 
113
+ msgid "Ansible role to add to a host"
114
+ msgstr ""
115
+
116
+ msgid "Ansible role to add to a hostgroup"
117
+ msgstr ""
118
+
119
+ msgid "Ansible role to remove from a host"
120
+ msgstr ""
121
+
122
+ msgid "Ansible role to remove from a hostgroup"
123
+ msgstr ""
124
+
113
125
  msgid "Ansible roles assigned directly to host"
114
126
  msgstr ""
115
127
 
@@ -176,6 +188,9 @@ msgstr ""
176
188
  msgid "Close"
177
189
  msgstr "Chiudi"
178
190
 
191
+ msgid "Configure Ansible Job"
192
+ msgstr ""
193
+
179
194
  msgid "Configure Recurring Job"
180
195
  msgstr ""
181
196
 
@@ -251,6 +266,12 @@ msgstr ""
251
266
  msgid "Destroy an override value"
252
267
  msgstr "Elimina un valore di override"
253
268
 
269
+ msgid "Directly add an Ansible role to a host"
270
+ msgstr ""
271
+
272
+ msgid "Directly add an Ansible role to a hostgroup"
273
+ msgstr ""
274
+
254
275
  msgid "Directly assigned to Host"
255
276
  msgstr ""
256
277
 
@@ -272,6 +293,12 @@ msgstr ""
272
293
  msgid "Edit Ansible roles"
273
294
  msgstr ""
274
295
 
296
+ msgid "Enable Ansible Callback"
297
+ msgstr ""
298
+
299
+ msgid "Enable the callback plugin for this template"
300
+ msgstr ""
301
+
275
302
  msgid "Enable web console"
276
303
  msgstr ""
277
304
 
@@ -505,6 +532,9 @@ msgstr "Nessun proxy trovato dal quale importare le variabili, assicurati di ave
505
532
  msgid "No roles assigned directly to the host"
506
533
  msgstr ""
507
534
 
535
+ msgid "No roles/hosts assigned"
536
+ msgstr ""
537
+
508
538
  msgid "Nothing Found!"
509
539
  msgstr ""
510
540
 
@@ -583,6 +613,12 @@ msgstr ""
583
613
  msgid "Remove all"
584
614
  msgstr ""
585
615
 
616
+ msgid "Remove directly assigned Ansible role from a host"
617
+ msgstr ""
618
+
619
+ msgid "Remove directly assigned Ansible role from a hostgroup"
620
+ msgstr ""
621
+
586
622
  msgid "Remove duplicate values (only array type)"
587
623
  msgstr ""
588
624
 
@@ -670,6 +706,9 @@ msgstr ""
670
706
  msgid "Show Ansible inventory for hosts"
671
707
  msgstr ""
672
708
 
709
+ msgid "Show full value"
710
+ msgstr ""
711
+
673
712
  msgid "Show role"
674
713
  msgstr "Mostra ruolo"
675
714