Update README for dell-switch-bmp role
This commit is contained in:
@@ -16,18 +16,14 @@ Role Variables
|
|||||||
|
|
||||||
`dell_switch_bmp_images` is a list of images to provide a BMP configuration
|
`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
|
for, and defaults to an empty list. Each item should be a dict with the
|
||||||
following keys:
|
following items:
|
||||||
`url`
|
|
||||||
URL of the image to download.
|
- `url` - URL of the image to download.
|
||||||
`dest`
|
- `dest`- name of the file to download the image to.
|
||||||
Name of the file to download the image to.
|
- `match` - dnsmasq match rule to match hosts against.
|
||||||
`match`
|
- `tag` - dnsmasq tag to apply to matching hosts.
|
||||||
dnsmasq match rule to match hosts against.
|
- `checksum` - optional checksum of image, in format required for Ansible's
|
||||||
`tag`
|
`get_url` module.
|
||||||
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.
|
`dell_switch_bmp_http_base_url` is the base URL of HTTP server.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user