foreman_ansible 6.3.2 → 6.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49f289f46429611b1f8d183bab027589b46367fca60323c57e5370848ad12b7a
4
- data.tar.gz: 887cf57c344a0f2a4baf1ee8fb6ae3be635ac9ab5e3073adf88e797a8eaca51f
3
+ metadata.gz: 4a67f34724383faf6ead25e0d28e47d86b30d817839e3d9e3e6ef0531f9a4c5a
4
+ data.tar.gz: e758ebdaa34fe47e84aac20c5cd12af9013cad2d17810b73f894a7b6177e570b
5
5
  SHA512:
6
- metadata.gz: 38061c87845fdd6d73817ba6b3e60a6470fb72302f731600fe06360dd7ce5593775dabb71c3d1414fe00ebd5711640250302bd3f5ef831699847d4d3b8987cf5
7
- data.tar.gz: 9c79bd81e50619cbc49ad5b80a93a9702144b21eed1a39b3d0988e949f594a04e2e9bed73700eb090a4b17eb6580d6996f6b440f3e0a10286f3d7880c4b25617
6
+ metadata.gz: 0a3f9e4fe92c5325908b61e9542e4a99c4256f1c9b0b66f58873e73c8fa3b90194d39a054c2857060edc37ebd214b2186d8dced6078950f936ec8e9ae4b5fde4
7
+ data.tar.gz: 82aab4e76eedc22109debf0c1a60bc316c512677749dff6b1a53a4357c66d16dee37260fdc53ce643b362fcbc253a5ad6b3c8ff9636c736faee22ad229f821b7
@@ -34,6 +34,7 @@ if defined? ForemanRemoteExecution
34
34
 
35
35
  def secrets(host)
36
36
  {
37
+ :key_passphrase => Setting[:remote_execution_ssh_key_passphrase],
37
38
  'per-host' => {
38
39
  host.name => {
39
40
  'ansible_password' => rex_ssh_password(host),
@@ -4,5 +4,5 @@
4
4
  # This way other parts of Foreman can just call ForemanAnsible::VERSION
5
5
  # and detect what version the plugin is running.
6
6
  module ForemanAnsible
7
- VERSION = '6.3.2'
7
+ VERSION = '6.3.3'
8
8
  end
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: 6.3.2
4
+ version: 6.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-05 00:00:00.000000000 Z
11
+ date: 2021-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foreman_ansible_core
@@ -374,7 +374,7 @@ homepage: https://github.com/theforeman/foreman_ansible
374
374
  licenses:
375
375
  - GPL-3.0
376
376
  metadata: {}
377
- post_install_message:
377
+ post_install_message:
378
378
  rdoc_options: []
379
379
  require_paths:
380
380
  - lib
@@ -390,7 +390,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
390
390
  version: '0'
391
391
  requirements: []
392
392
  rubygems_version: 3.1.2
393
- signing_key:
393
+ signing_key:
394
394
  specification_version: 4
395
395
  summary: Ansible integration with Foreman (theforeman.org)
396
396
  test_files:
@@ -399,14 +399,14 @@ test_files:
399
399
  - test/factories/ansible_roles.rb
400
400
  - test/factories/host_ansible_enhancements.rb
401
401
  - test/fixtures/insights_playbook.yaml
402
- - test/fixtures/report.json
403
402
  - test/fixtures/sample_facts.json
403
+ - test/fixtures/report.json
404
404
  - test/functional/ansible_roles_controller_test.rb
405
- - test/functional/api/v2/ansible_inventories_controller_test.rb
406
405
  - test/functional/api/v2/ansible_variables_controller_test.rb
406
+ - test/functional/api/v2/ansible_roles_controller_test.rb
407
407
  - test/functional/api/v2/hostgroups_controller_test.rb
408
408
  - test/functional/api/v2/hosts_controller_test.rb
409
- - test/functional/api/v2/ansible_roles_controller_test.rb
409
+ - test/functional/api/v2/ansible_inventories_controller_test.rb
410
410
  - test/functional/ui_ansible_roles_controller_test.rb
411
411
  - test/functional/ansible_variables_controller_test.rb
412
412
  - test/functional/hosts_controller_test.rb
@@ -419,24 +419,24 @@ test_files:
419
419
  - test/unit/concerns/host_managed_extensions_test.rb
420
420
  - test/unit/concerns/hostgroup_extensions_test.rb
421
421
  - test/unit/helpers/ansible_reports_helper_test.rb
422
- - test/unit/lib/foreman_ansible_core/command_creator_test.rb
422
+ - test/unit/lib/proxy_api/ansible_test.rb
423
423
  - test/unit/lib/foreman_ansible_core/ansible_runner_test.rb
424
+ - test/unit/lib/foreman_ansible_core/command_creator_test.rb
424
425
  - test/unit/lib/foreman_ansible_core/playbook_runner_test.rb
425
- - test/unit/lib/proxy_api/ansible_test.rb
426
426
  - test/unit/services/ansible_report_importer_test.rb
427
- - test/unit/services/fact_importer_test.rb
428
- - test/unit/services/fact_sparser_test.rb
429
427
  - test/unit/services/insights_plan_runner_test.rb
430
428
  - test/unit/services/roles_importer_test.rb
429
+ - test/unit/services/fact_importer_test.rb
430
+ - test/unit/services/fact_parser_test.rb
431
+ - test/unit/services/fact_sparser_test.rb
431
432
  - test/unit/services/structured_fact_importer_test.rb
432
433
  - test/unit/services/ansible_variables_importer_test.rb
433
- - test/unit/services/ui_roles_importer_test.rb
434
434
  - test/unit/services/api_roles_importer_test.rb
435
- - test/unit/services/fact_parser_test.rb
436
435
  - test/unit/services/inventory_creator_test.rb
436
+ - test/unit/services/ui_roles_importer_test.rb
437
437
  - test/unit/ansible_provider_test.rb
438
438
  - test/unit/host_ansible_role_test.rb
439
- - test/unit/import_roles_and_variables.rb
440
439
  - test/unit/ignore_roles_test.rb
440
+ - test/unit/import_roles_and_variables.rb
441
441
  - test/unit/hostgroup_ansible_role_test.rb
442
442
  - test/foreman_ansible/helpers/ansible_roles_helper_test.rb