hammer-cli-csv / test / config.template.yml @ 5146ac68
1 |
:ui:
|
---|---|
2 |
:interactive: true |
3 |
:per_page: 20 |
4 |
:history_file: './log/history' |
5 |
|
6 |
:watch_plain: true # enable/disable color output of logger in Clamp commands |
7 |
|
8 |
:log_dir: './log' |
9 |
:log_level: 'error' |
10 |
:log_api_calls: false |
11 |
:log_size: 5 # MB |
12 |
|
13 |
:csv:
|
14 |
:enable_module: true |
15 |
:host: 'https://localhost' |
16 |
:username: 'admin' |
17 |
:password: 'changeme' |
18 |
|
19 |
:foreman:
|
20 |
:enable_module: true |
21 |
:host: 'https://localhost' |
22 |
:username: 'admin' |
23 |
:password: 'changeme' |
24 |
|
25 |
:katello:
|
26 |
:enable_module: true |