@@ -244,7 +244,7 @@ Some templates, such as txt_table and html_fancy, support columns. If a
244
244
template supports columns, you can use the ` --columns ` / ` -c ` command line
245
245
option to specify which columns to show.
246
246
247
- The ` --columns ` takes a comma- separated list of columns (no spaces!) which
247
+ The ` --columns ` takes a comma separated list of columns (no spaces!) which
248
248
should be shown. The columns must be specified by their ` id ` field. For
249
249
information on what ` id ` fields are supported by a template, take a look in the
250
250
template. Usually it's the column title, but in lowercase and with spaces
@@ -267,11 +267,8 @@ For example:
267
267
db03.prod.local Debian 6.0.10 192.168.58.3 0g 1
268
268
zoltar.electricmonk.nl Ubuntu 14.04 194.187.79.11 4g 2
269
269
270
- For interactive templates (` html_fancy ` and friends), the ` --columns ` option
271
- merely hides the columns by default. It doesn't remove them from the output,
272
- unlike the ` csv ` and other static templates. If you want to exclude columns
273
- from ` html_fancy ` and friends, use the ` --exclude-cols ` option. It works the
274
- same as ` --columns ` . For example:
270
+ You can use the ` --exclude-cols ` option to exclude specific columns. It works
271
+ the same as ` --columns ` . For example:
275
272
276
273
ansible-cmdb -t html_fancy_split \
277
274
--exclude-cols mem_usage,swap_usage,disk_usage,physdisk_size \
0 commit comments