Skip to content

Commit d254554

Browse files
committed
Prepare argument_specs for Ansible 2.11.1 and up.
1 parent 80331c7 commit d254554

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

meta/argument_specs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
3+
argument_specs:
4+
main:
5+
short_description: "Prepare a system to be managed by Ansible."
6+
options:
7+
bootstrap_user:
8+
type: "str"
9+
required: true
10+
description: "The username to use to connect to machines."
11+
bootstrap_wait_for_host:
12+
type: "bool"
13+
required: true
14+
description: "Wait for the machine to be available."
15+
bootstrap_timeout:
16+
type: "int"
17+
required: true
18+
description: "Time (in seconds) to wait for connection."

0 commit comments

Comments
 (0)