File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 33argument_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."
You can’t perform that action at this time.
0 commit comments