https://github.com/mdwheele/hammer-cli-bluecat
https://github.com/mdwheele/hammer-cli-bluecat
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdwheele/hammer-cli-bluecat
- Owner: mdwheele
- License: mit
- Created: 2017-04-27T13:51:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T20:56:08.000Z (about 9 years ago)
- Last Synced: 2025-04-08T09:58:16.604Z (about 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HammerCliBluecat
Adds a set of commands to synchronize data from Bluecat Address Manager to a Foreman instance.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'hammer_cli_bluecat'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install hammer_cli_bluecat
## Usage
This Hammer CLI plugin relies on `hammer_cli_foreman` being installed and correctly configured. Additionally, you will need to configure this plugin (`~/.hammer/cli.modules.d/bluecat.yml`):
```
:bluecat:
:enable_module: true
:wsdl: https://hostname/Services/API?wsdl
:username: api-user
:password: api-password
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/mdwheele/hammer-cli-bluecat.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).