Skip to content

Instantly share code, notes, and snippets.

@iNecas
Last active September 6, 2016 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iNecas/dcc21b1eccce751b75baacf8e21b1b25 to your computer and use it in GitHub Desktop.
Save iNecas/dcc21b1eccce751b75baacf8e21b1b25 to your computer and use it in GitHub Desktop.
smart-proxy-ansible devel setup
gem 'smart_proxy_dynflow', :git => 'git@github.com:iNecas/smart_proxy_dynflow.git', :branch => 'integrate-foreman-tasks-core'
gem 'smart_proxy_dynflow_core', :git => 'git@github.com:iNecas/smart_proxy_dynflow.git', :branch => 'integrate-foreman-tasks-core'
gem 'foreman-tasks-core', :git => 'git@github.com:iNecas/foreman-tasks.git', :branch => 'foreman-tasks-core'
gem 'smart_proxy_ansible', :git => 'git@github.com:iNecas/smart_proxy_ansible.git', :branch => 'ansible-run-rebase'
gem 'foreman_ansible_core', :git => 'git@github.com:iNecas/foreman_ansible.git', :branch => 'run-via-proxy'
---
:enabled: true
:ansible_dir: '/etc/ansible'
---
:enabled: true
:database:
# after fresh git@github.com:theforeman/smart-proxy.git smart-proxy-test
---
:foreman_url: http://127.0.0.1:3000
:http_port: 9292
:log_file: 'logs/proxy.log'
:log_level: 'DEBUG'
# to put into Foremans bundler.d/Gemfile.local.rb
gem 'foreman-tasks-core', :git => 'git@github.com:iNecas/foreman-tasks.git', :branch => 'foreman-tasks-core'
gem 'foreman-tasks', :git => 'git@github.com:iNecas/foreman-tasks.git', :branch => 'foreman-tasks-core'
gem 'foreman_ansible_core', :git => 'git@github.com:iNecas/foreman_ansible.git', :branch => 'run-via-proxy'
gem 'foreman_ansible', :git => 'git@github.com:iNecas/foreman_ansible.git', :branch => 'run-via-proxy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment