reboot(role): intro. reboot role, which handles local conns. gracefully
Some checks failed
/ Ansible Lint (push) Failing after 1m58s
Some checks failed
/ Ansible Lint (push) Failing after 1m58s
This commit is contained in:
parent
7616f9a568
commit
835e6c5838
4 changed files with 41 additions and 0 deletions
13
roles/reboot/meta/argument_specs.yaml
Normal file
13
roles/reboot/meta/argument_specs.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
argument_specs:
|
||||
main:
|
||||
options:
|
||||
reboot__local_handling:
|
||||
type: str
|
||||
required: false
|
||||
choices:
|
||||
- "none"
|
||||
- "ignore"
|
||||
- "file"
|
||||
reboot__local_handling_file:
|
||||
type: path
|
||||
required: false
|
Loading…
Add table
Add a link
Reference in a new issue