--- !ruby/object:Gem::Specification
name: foreman_ansible
version: !ruby/object:Gem::Version
  version: 4.0.5
platform: ruby
authors:
- Daniel Lobato Garcia
autorequire: 
bindir: bin
cert_chain: []
date: 2020-03-09 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rubocop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.52'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.52'
- !ruby/object:Gem::Dependency
  name: foreman_ansible_core
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.0'
- !ruby/object:Gem::Dependency
  name: deface
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "<"
      - !ruby/object:Gem::Version
        version: '2.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "<"
      - !ruby/object:Gem::Version
        version: '2.0'
- !ruby/object:Gem::Dependency
  name: foreman_remote_execution
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.0.0
- !ruby/object:Gem::Dependency
  name: ipaddress
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.8.0
    - - "<"
      - !ruby/object:Gem::Version
        version: '1.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.8.0
    - - "<"
      - !ruby/object:Gem::Version
        version: '1.0'
description: Ansible integration with Foreman
email:
- elobatocs@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- LICENSE
- README.md
- Rakefile
- app/assets/images/foreman_ansible/Ansible.png
- app/assets/stylesheets/foreman_ansible/foreman-ansible.css
- app/controllers/ansible_roles_controller.rb
- app/controllers/ansible_variables_controller.rb
- app/controllers/api/v2/ansible_inventories_controller.rb
- app/controllers/api/v2/ansible_override_values_controller.rb
- app/controllers/api/v2/ansible_roles_controller.rb
- app/controllers/api/v2/ansible_variables_controller.rb
- app/controllers/concerns/foreman/controller/parameters/ansible_override_value.rb
- app/controllers/concerns/foreman/controller/parameters/ansible_variable.rb
- app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb
- app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb
- app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb
- app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb
- app/controllers/foreman_ansible/concerns/api_common.rb
- app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb
- app/controllers/foreman_ansible/concerns/hosts_controller_extensions.rb
- app/controllers/foreman_ansible/concerns/import_controller_helper.rb
- app/controllers/foreman_ansible/concerns/job_invocation_helper.rb
- app/controllers/ui_ansible_roles_controller.rb
- app/helpers/foreman_ansible/ansible_plugin_helper.rb
- app/helpers/foreman_ansible/ansible_reports_helper.rb
- app/helpers/foreman_ansible/ansible_roles_helper.rb
- app/helpers/foreman_ansible/hosts_helper_extensions.rb
- app/lib/actions/foreman_ansible/helpers/play_roles_description.rb
- app/lib/proxy_api/ansible.rb
- app/models/ansible_role.rb
- app/models/ansible_variable.rb
- app/models/concerns/foreman_ansible/host_managed_extensions.rb
- app/models/concerns/foreman_ansible/hostgroup_extensions.rb
- app/models/foreman_ansible/ansible_provider.rb
- app/models/foreman_ansible/fact_name.rb
- app/models/host_ansible_role.rb
- app/models/hostgroup_ansible_role.rb
- app/models/setting/ansible.rb
- app/overrides/ansible_roles_tab.rb
- app/overrides/hostgroup_ansible_roles_tab.rb
- app/overrides/hostgroup_play_roles.rb
- app/overrides/report_output.rb
- app/services/foreman_ansible/ansible_info.rb
- app/services/foreman_ansible/ansible_report_importer.rb
- app/services/foreman_ansible/ansible_report_scanner.rb
- app/services/foreman_ansible/api_roles_importer.rb
- app/services/foreman_ansible/fact_importer.rb
- app/services/foreman_ansible/fact_parser.rb
- app/services/foreman_ansible/fact_sparser.rb
- app/services/foreman_ansible/insights_notification_builder.rb
- app/services/foreman_ansible/insights_plan_runner.rb
- app/services/foreman_ansible/inventory_creator.rb
- app/services/foreman_ansible/operating_system_parser.rb
- app/services/foreman_ansible/playbook_creator.rb
- app/services/foreman_ansible/proxy_api.rb
- app/services/foreman_ansible/renderer_methods.rb
- app/services/foreman_ansible/roles_importer.rb
- app/services/foreman_ansible/structured_fact_importer.rb
- app/services/foreman_ansible/ui_roles_importer.rb
- app/services/foreman_ansible/variables_importer.rb
- app/views/ansible_roles/import.html.erb
- app/views/ansible_roles/index.html.erb
- app/views/ansible_roles/welcome.html.erb
- app/views/ansible_variables/_fields.erb
- app/views/ansible_variables/edit.html.erb
- app/views/ansible_variables/import.html.erb
- app/views/ansible_variables/index.html.erb
- app/views/ansible_variables/new.html.erb
- app/views/api/v2/ansible_override_values/show.json.rabl
- app/views/api/v2/ansible_roles/import.json.rabl
- app/views/api/v2/ansible_roles/index.json.rabl
- app/views/api/v2/ansible_roles/obsolete.json.rabl
- app/views/api/v2/ansible_roles/show.json.rabl
- app/views/api/v2/ansible_variables/create.json.rabl
- app/views/api/v2/ansible_variables/destroy.json.rabl
- app/views/api/v2/ansible_variables/import.json.rabl
- app/views/api/v2/ansible_variables/index.json.rabl
- app/views/api/v2/ansible_variables/obsolete.json.rabl
- app/views/api/v2/ansible_variables/show.json.rabl
- app/views/api/v2/hostgroups/ansible_roles.json.rabl
- app/views/api/v2/hosts/ansible_roles.json.rabl
- app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb
- app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
- app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb
- app/views/foreman_ansible/api/v2/ansible_roles/import.json.rabl
- app/views/foreman_ansible/api/v2/ansible_roles/index.json.rabl
- app/views/foreman_ansible/api/v2/ansible_roles/obsolete.json.rabl
- app/views/foreman_ansible/api/v2/ansible_roles/show.json.rabl
- app/views/foreman_ansible/config_reports/_ansible.html.erb
- app/views/foreman_ansible/config_reports/_output.html.erb
- app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb
- app/views/foreman_ansible/job_templates/ansible_roles_-_install_from_galaxy.erb
- app/views/foreman_ansible/job_templates/ansible_roles_-_install_from_git.erb
- app/views/foreman_ansible/job_templates/maintenance_plan.erb
- app/views/foreman_ansible/job_templates/module_action_-_ansible_default.erb
- app/views/foreman_ansible/job_templates/package_action_-_ansible_default.erb
- app/views/foreman_ansible/job_templates/power_action_-_ansible_default.erb
- app/views/foreman_ansible/job_templates/puppet_run_once_-_ansible_default.erb
- app/views/foreman_ansible/job_templates/run_command_-_ansible_default.erb
- app/views/foreman_ansible/job_templates/run_playbook-ansible_default.erb
- app/views/foreman_ansible/job_templates/service_action_-_ansible_default.erb
- app/views/ui_ansible_roles/index.json.rabl
- app/views/ui_ansible_roles/main.json.rabl
- app/views/ui_ansible_roles/show.json.rabl
- config/routes.rb
- db/migrate/20160705082036_create_ansible_role.rb
- db/migrate/20160706074540_create_join_table_hosts_ansible_roles.rb
- db/migrate/20160707195442_create_host_ansible_roles.rb
- db/migrate/20160729094457_add_columns_to_ansible_role.rb
- db/migrate/20160802153302_create_join_table_hostgroup_ansible_roles.rb
- db/migrate/20160805094233_add_primary_key_hostgroup_ansible_roles.rb
- db/migrate/20161122154057_automatically_set_role_timestamps.rb
- db/migrate/20180410125416_rename_ansible_job_categories.rb
- db/migrate/20180628125416_add_ansible_role_id_to_lookup_keys.rb
- db/migrate/20190318094437_add_imported_attr_to_ansible_variables.rb
- db/migrate/20190328114657_remove_top_level_ansible_variables_setting.rb
- db/migrate/20191010074208_remove_ansible_implementation_setting.rb
- db/seeds.d/62_ansible_proxy_feature.rb
- db/seeds.d/75_job_templates.rb
- db/seeds.d/90_notification_blueprints.rb
- lib/foreman_ansible.rb
- lib/foreman_ansible/engine.rb
- lib/foreman_ansible/register.rb
- lib/foreman_ansible/remote_execution.rb
- lib/foreman_ansible/version.rb
- locale/Makefile
- locale/action_names.rb
- locale/de/LC_MESSAGES/foreman_ansible.mo
- locale/de/foreman_ansible.edit.po
- locale/de/foreman_ansible.po
- locale/de/foreman_ansible.po.time_stamp
- locale/en/LC_MESSAGES/foreman_ansible.mo
- locale/en/foreman_ansible.edit.po
- locale/en/foreman_ansible.po
- locale/en/foreman_ansible.po.time_stamp
- locale/es/LC_MESSAGES/foreman_ansible.mo
- locale/es/foreman_ansible.edit.po
- locale/es/foreman_ansible.po
- locale/es/foreman_ansible.po.time_stamp
- locale/foreman_ansible.pot
- locale/fr/LC_MESSAGES/foreman_ansible.mo
- locale/fr/foreman_ansible.edit.po
- locale/fr/foreman_ansible.po
- locale/fr/foreman_ansible.po.time_stamp
- locale/gemspec.rb
- locale/it/LC_MESSAGES/foreman_ansible.mo
- locale/it/foreman_ansible.edit.po
- locale/it/foreman_ansible.po
- locale/it/foreman_ansible.po.time_stamp
- locale/ja/LC_MESSAGES/foreman_ansible.mo
- locale/ja/foreman_ansible.edit.po
- locale/ja/foreman_ansible.po
- locale/ja/foreman_ansible.po.time_stamp
- locale/ko/LC_MESSAGES/foreman_ansible.mo
- locale/ko/foreman_ansible.edit.po
- locale/ko/foreman_ansible.po
- locale/ko/foreman_ansible.po.time_stamp
- locale/pt_BR/LC_MESSAGES/foreman_ansible.mo
- locale/pt_BR/foreman_ansible.edit.po
- locale/pt_BR/foreman_ansible.po
- locale/pt_BR/foreman_ansible.po.time_stamp
- locale/ru/LC_MESSAGES/foreman_ansible.mo
- locale/ru/foreman_ansible.edit.po
- locale/ru/foreman_ansible.po
- locale/ru/foreman_ansible.po.time_stamp
- locale/zh_CN/LC_MESSAGES/foreman_ansible.mo
- locale/zh_CN/foreman_ansible.edit.po
- locale/zh_CN/foreman_ansible.po
- locale/zh_CN/foreman_ansible.po.time_stamp
- locale/zh_TW/LC_MESSAGES/foreman_ansible.mo
- locale/zh_TW/foreman_ansible.edit.po
- locale/zh_TW/foreman_ansible.po
- locale/zh_TW/foreman_ansible.po.time_stamp
- package.json
- test/factories/ansible_proxy.rb
- test/factories/ansible_roles.rb
- test/factories/ansible_variables.rb
- test/fixtures/insights_playbook.yaml
- test/fixtures/report.json
- test/fixtures/sample_facts.json
- test/functional/ansible_roles_controller_test.rb
- test/functional/ansible_variables_controller_test.rb
- test/functional/api/v2/ansible_inventories_controller_test.rb
- test/functional/api/v2/ansible_roles_controller_test.rb
- test/functional/api/v2/ansible_variables_controller_test.rb
- test/functional/api/v2/hostgroups_controller_test.rb
- test/functional/api/v2/hosts_controller_test.rb
- test/functional/hosts_controller_test.rb
- test/functional/ui_ansible_roles_controller_test.rb
- test/test_plugin_helper.rb
- test/unit/actions/run_ansible_job_test.rb
- test/unit/actions/run_proxy_ansible_command_test.rb
- test/unit/ansible_provider_test.rb
- test/unit/ansible_role_test.rb
- test/unit/ansible_variable_test.rb
- test/unit/concerns/config_reports_extensions_test.rb
- test/unit/concerns/host_managed_extensions_test.rb
- test/unit/concerns/hostgroup_extensions_test.rb
- test/unit/helpers/ansible_reports_helper_test.rb
- test/unit/host_ansible_role_test.rb
- test/unit/hostgroup_ansible_role_test.rb
- test/unit/lib/foreman_ansible_core/ansible_runner_test.rb
- test/unit/lib/foreman_ansible_core/command_creator_test.rb
- test/unit/lib/foreman_ansible_core/playbook_runner_test.rb
- test/unit/lib/proxy_api/ansible_test.rb
- test/unit/services/ansible_report_importer_test.rb
- test/unit/services/ansible_variables_importer_test.rb
- test/unit/services/api_roles_importer_test.rb
- test/unit/services/fact_importer_test.rb
- test/unit/services/fact_parser_test.rb
- test/unit/services/fact_sparser_test.rb
- test/unit/services/insights_plan_runner_test.rb
- test/unit/services/inventory_creator_test.rb
- test/unit/services/roles_importer_test.rb
- test/unit/services/structured_fact_importer_test.rb
- test/unit/services/ui_roles_importer_test.rb
- webpack/__mocks__/foremanReact/common/I18n.js
- webpack/__mocks__/foremanReact/components/Pagination/PaginationWrapper.js
- webpack/__mocks__/foremanReact/components/common/EmptyState.js
- webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcher.js
- webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcher.scss
- webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcherActions.js
- webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcherConstants.js
- webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcherHelpers.js
- webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcherReducer.js
- webpack/components/AnsibleRolesSwitcher/AnsibleRolesSwitcherSelectors.js
- webpack/components/AnsibleRolesSwitcher/__fixtures__/ansibleRolesData.fixtures.js
- webpack/components/AnsibleRolesSwitcher/__fixtures__/ansibleRolesSwitcherReducer.fixtures.js
- webpack/components/AnsibleRolesSwitcher/__tests__/AnsibleRolesSwitcher.test.js
- webpack/components/AnsibleRolesSwitcher/__tests__/AnsibleRolesSwitcherReducer.test.js
- webpack/components/AnsibleRolesSwitcher/__tests__/AnsibleRolesSwitcherSelectors.test.js
- webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
- webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherReducer.test.js.snap
- webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
- webpack/components/AnsibleRolesSwitcher/components/AnsiblePermissionDenied.js
- webpack/components/AnsibleRolesSwitcher/components/AnsiblePermissionDenied.test.js
- webpack/components/AnsibleRolesSwitcher/components/AnsibleRole.js
- webpack/components/AnsibleRolesSwitcher/components/AnsibleRole.test.js
- webpack/components/AnsibleRolesSwitcher/components/AnsibleRoleActionButton.js
- webpack/components/AnsibleRolesSwitcher/components/AnsibleRolesSwitcherError.js
- webpack/components/AnsibleRolesSwitcher/components/AssignedRolesList.js
- webpack/components/AnsibleRolesSwitcher/components/AssignedRolesList.test.js
- webpack/components/AnsibleRolesSwitcher/components/AvailableRolesList.js
- webpack/components/AnsibleRolesSwitcher/components/AvailableRolesList.test.js
- webpack/components/AnsibleRolesSwitcher/components/__snapshots__/AnsiblePermissionDenied.test.js.snap
- webpack/components/AnsibleRolesSwitcher/components/__snapshots__/AnsibleRole.test.js.snap
- webpack/components/AnsibleRolesSwitcher/components/__snapshots__/AssignedRolesList.test.js.snap
- webpack/components/AnsibleRolesSwitcher/components/__snapshots__/AvailableRolesList.test.js.snap
- webpack/components/AnsibleRolesSwitcher/components/withProtectedView.js
- webpack/components/AnsibleRolesSwitcher/index.js
- webpack/components/ReportJsonViewer.js
- webpack/index.js
- webpack/reducer.js
- webpack/test_setup.js
homepage: https://github.com/theforeman/foreman_ansible
licenses:
- GPL-3.0
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.0.3
signing_key: 
specification_version: 4
summary: Ansible integration with Foreman (theforeman.org)
test_files:
- test/factories/ansible_proxy.rb
- test/factories/ansible_variables.rb
- test/factories/ansible_roles.rb
- test/test_plugin_helper.rb
- test/unit/host_ansible_role_test.rb
- test/unit/ansible_role_test.rb
- test/unit/services/ui_roles_importer_test.rb
- test/unit/services/roles_importer_test.rb
- test/unit/services/insights_plan_runner_test.rb
- test/unit/services/ansible_report_importer_test.rb
- test/unit/services/inventory_creator_test.rb
- test/unit/services/fact_importer_test.rb
- test/unit/services/fact_sparser_test.rb
- test/unit/services/structured_fact_importer_test.rb
- test/unit/services/fact_parser_test.rb
- test/unit/services/ansible_variables_importer_test.rb
- test/unit/services/api_roles_importer_test.rb
- test/unit/ansible_variable_test.rb
- test/unit/lib/foreman_ansible_core/playbook_runner_test.rb
- test/unit/lib/foreman_ansible_core/command_creator_test.rb
- test/unit/lib/foreman_ansible_core/ansible_runner_test.rb
- test/unit/lib/proxy_api/ansible_test.rb
- test/unit/hostgroup_ansible_role_test.rb
- test/unit/concerns/hostgroup_extensions_test.rb
- test/unit/concerns/host_managed_extensions_test.rb
- test/unit/concerns/config_reports_extensions_test.rb
- test/unit/helpers/ansible_reports_helper_test.rb
- test/unit/actions/run_proxy_ansible_command_test.rb
- test/unit/actions/run_ansible_job_test.rb
- test/unit/ansible_provider_test.rb
- test/fixtures/insights_playbook.yaml
- test/fixtures/sample_facts.json
- test/fixtures/report.json
- test/functional/hosts_controller_test.rb
- test/functional/api/v2/hosts_controller_test.rb
- test/functional/api/v2/ansible_roles_controller_test.rb
- test/functional/api/v2/ansible_variables_controller_test.rb
- test/functional/api/v2/hostgroups_controller_test.rb
- test/functional/api/v2/ansible_inventories_controller_test.rb
- test/functional/ansible_roles_controller_test.rb
- test/functional/ansible_variables_controller_test.rb
- test/functional/ui_ansible_roles_controller_test.rb