ansible_tower_client_ruby:Ansible Tower REST API的Ruby gem

时间:2021-05-24 14:03:26
【文件属性】:
文件名称:ansible_tower_client_ruby:Ansible Tower REST API的Ruby gem
文件大小:70KB
文件格式:ZIP
更新时间:2021-05-24 14:03:26
Ruby AnsibleTowerClient 安装 将此行添加到您的应用程序的Gemfile中: gem 'ansible_tower_client' 然后执行: $ bundle 或将其自己安装为: $ gem install ansible_tower_client 用法 require 'ansible_tower_client' # Optionally set a global logger AnsibleTowerClient . logger = Logger . new ( STDOUT ) # Create a connection conn = AnsibleTowerClient :: Connection . new ( :base_url => "https://awx.example.com/" , :username => "admin
【文件预览】:
ansible_tower_client_ruby-master
----.rubocop_cc.yml(84B)
----.gitignore(130B)
----README.md(3KB)
----.codeclimate.yml(613B)
----.rubocop.yml(88B)
----CHANGELOG.md(9KB)
----bin()
--------console(345B)
--------setup(115B)
----Gemfile(242B)
----ansible_tower_client.gemspec(1KB)
----.rspec(53B)
----.rubocop_local.yml(0B)
----spec()
--------ad_hoc_command_spec.rb(483B)
--------base_model_spec.rb(2KB)
--------job_template_spec.rb(3KB)
--------job_spec.rb(3KB)
--------support()
--------workflow_job_node_spec.rb(2KB)
--------group_spec.rb(630B)
--------job_template_v2_spec.rb(3KB)
--------workflow_job_template_node_spec.rb(1KB)
--------inventory_spec.rb(2KB)
--------activity_stream_spec.rb(138B)
--------api_spec.rb(6KB)
--------factories()
--------credential_spec.rb(2KB)
--------organization_spec.rb(667B)
--------middleware()
--------workflow_job_spec.rb(1KB)
--------collection_spec.rb(4KB)
--------project_update_spec.rb(1KB)
--------inventory_update_spec.rb(870B)
--------job_event_spec.rb(204B)
--------workflow_job_template_spec.rb(4KB)
--------project_spec.rb(3KB)
--------null_logger_spec.rb(163B)
--------connection_spec.rb(709B)
--------inventory_source_spec.rb(2KB)
--------spec_helper.rb(392B)
--------system_job_template_spec.rb(855B)
--------host_spec.rb(714B)
----LICENSE.txt(1KB)
----.travis.yml(71B)
----lib()
--------ansible_tower_client()
--------ansible_tower_client.rb(2KB)
----Rakefile(117B)

网友评论