hammer-cli-csv / test / config.template.yml @ 561a8ac9
1 | 561a8ac9 | Tom McKay | :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 | 9439ade5 | Tom McKay | :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 |