Last active
September 6, 2016 20:14
-
-
Save iNecas/dcc21b1eccce751b75baacf8e21b1b25 to your computer and use it in GitHub Desktop.
smart-proxy-ansible devel setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'smart_proxy_dynflow', :git => '[email protected]:iNecas/smart_proxy_dynflow.git', :branch => 'integrate-foreman-tasks-core' | |
gem 'smart_proxy_dynflow_core', :git => '[email protected]:iNecas/smart_proxy_dynflow.git', :branch => 'integrate-foreman-tasks-core' | |
gem 'foreman-tasks-core', :git => '[email protected]:iNecas/foreman-tasks.git', :branch => 'foreman-tasks-core' | |
gem 'smart_proxy_ansible', :git => '[email protected]:iNecas/smart_proxy_ansible.git', :branch => 'ansible-run-rebase' | |
gem 'foreman_ansible_core', :git => '[email protected]:iNecas/foreman_ansible.git', :branch => 'run-via-proxy' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
:enabled: true | |
:ansible_dir: '/etc/ansible' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
:enabled: true | |
:database: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# after fresh [email protected]: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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to put into Foremans bundler.d/Gemfile.local.rb | |
gem 'foreman-tasks-core', :git => '[email protected]:iNecas/foreman-tasks.git', :branch => 'foreman-tasks-core' | |
gem 'foreman-tasks', :git => '[email protected]:iNecas/foreman-tasks.git', :branch => 'foreman-tasks-core' | |
gem 'foreman_ansible_core', :git => '[email protected]:iNecas/foreman_ansible.git', :branch => 'run-via-proxy' | |
gem 'foreman_ansible', :git => '[email protected]: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