Skip to content

Commit b0fc62b

Browse files
committed
Set defaults, not required.
1 parent d254554 commit b0fc62b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

meta/argument_specs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@
33
argument_specs:
44
main:
55
short_description: "Prepare a system to be managed by Ansible."
6+
description: >
7+
Install the minimum required set of packages (python and sudo) to allow Ansible to manage a system.
8+
This role tries to figure out what to install and uses the raw module to install the packages.
9+
author: Robert de Bock
610
options:
711
bootstrap_user:
812
type: "str"
9-
required: true
13+
default: root
1014
description: "The username to use to connect to machines."
1115
bootstrap_wait_for_host:
1216
type: "bool"
13-
required: true
17+
default: no
1418
description: "Wait for the machine to be available."
1519
bootstrap_timeout:
1620
type: "int"
17-
required: true
21+
default: 3
1822
description: "Time (in seconds) to wait for connection."

0 commit comments

Comments
 (0)