Skip to content

Instantly share code, notes, and snippets.

@thomasmckay
Created March 25, 2014 15:10
Show Gist options
  • Save thomasmckay/9763814 to your computer and use it in GitHub Desktop.
Save thomasmckay/9763814 to your computer and use it in GitHub Desktop.
hammer config.yml
:modules:
- hammer_cli_foreman
- hammer_cli_katello
- hammer_cli_csv
:csv:
:enable_plugin: true
:host: 'https://localhost:3000'
:username: 'admin'
:password: 'changeme'
:foreman:
:enable_plugin: true
:host: 'https://localhost:3000'
:username: 'admin'
:password: 'changeme'
:katello:
:enable_plugin: true
:host: 'https://localhost:3000'
:username: 'admin'
:password: 'changeme'
:watch_plain: true
:log_dir: '/tmp/hammer-cli-csv/log'
:log_level: 'error'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment