We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80331c7 commit d254554Copy full SHA for d254554
meta/argument_specs.yml
@@ -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
14
+ description: "Wait for the machine to be available."
15
+ bootstrap_timeout:
16
+ type: "int"
17
18
+ description: "Time (in seconds) to wait for connection."
0 commit comments