summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'inventory')
-rw-r--r--inventory/add_host4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/add_host b/inventory/add_host
index 75c60232..4fd4e1eb 100644
--- a/inventory/add_host
+++ b/inventory/add_host
@@ -10,12 +10,12 @@ description:
version_added: "0.9"
options:
name:
- aliases: [ 'hostname' ]
+ aliases: [ 'hostname', 'host' ]
description:
- The hostname/ip of the host to add to the inventory, can include a colon and a port number.
required: true
groups:
- aliases: [ 'groupname' ]
+ aliases: [ 'groupname', 'group' ]
description:
- The groups to add the hostname to, comma separated.
required: false