Class: Proxy::Ansible::ConfigurationLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/smart_proxy_ansible/configuration_loader.rb

Instance Method Summary collapse

Instance Method Details

#load_classesObject



3
4
5
6
7
8
9
10
11
# File 'lib/smart_proxy_ansible/configuration_loader.rb', line 3

def load_classes
  require 'smart_proxy_dynflow'
  require 'smart_proxy_dynflow/continuous_output'
  require 'smart_proxy_ansible/task_launcher/ansible_runner'
  require 'smart_proxy_ansible/runner/ansible_runner'

  Proxy::Dynflow::TaskLauncherRegistry.register('ansible-runner',
                                                TaskLauncher::AnsibleRunner)
end