From f313f528da0436cc1f95d3833aee2f1c917bbf22 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 28 Mar 2017 16:18:21 +0100 Subject: [PATCH] Update README for dell-switch-bmp role --- ansible/roles/dell-switch-bmp/README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/ansible/roles/dell-switch-bmp/README.md b/ansible/roles/dell-switch-bmp/README.md index 24b95f193..41bdc4cb9 100644 --- a/ansible/roles/dell-switch-bmp/README.md +++ b/ansible/roles/dell-switch-bmp/README.md @@ -16,18 +16,14 @@ Role Variables `dell_switch_bmp_images` is a list of images to provide a BMP configuration for, and defaults to an empty list. Each item should be a dict with the -following keys: -`url` - URL of the image to download. -`dest` - Name of the file to download the image to. -`match` - dnsmasq match rule to match hosts against. -`tag` - dnsmasq tag to apply to matching hosts. -`checksum` - optional checksum of image, in format required for Ansible's `get_url` - module. +following items: + +- `url` - URL of the image to download. +- `dest`- name of the file to download the image to. +- `match` - dnsmasq match rule to match hosts against. +- `tag` - dnsmasq tag to apply to matching hosts. +- `checksum` - optional checksum of image, in format required for Ansible's + `get_url` module. `dell_switch_bmp_http_base_url` is the base URL of HTTP server.