Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442.

reviewable/pr18780/r1
Michael DeHaan 11 years ago
parent 1cc0a8af6d
commit 04744ca706

@ -10,12 +10,12 @@ description:
version_added: "0.9" version_added: "0.9"
options: options:
name: name:
aliases: [ 'hostname' ] aliases: [ 'hostname', 'host' ]
description: description:
- The hostname/ip of the host to add to the inventory, can include a colon and a port number. - The hostname/ip of the host to add to the inventory, can include a colon and a port number.
required: true required: true
groups: groups:
aliases: [ 'groupname' ] aliases: [ 'groupname', 'group' ]
description: description:
- The groups to add the hostname to, comma separated. - The groups to add the hostname to, comma separated.
required: false required: false

Loading…
Cancel
Save