8 lines
144 B
YAML
8 lines
144 B
YAML
|
--
|
||
|
- name: reboot
|
||
|
hosts: [APLAMA,ACPRO,APPRO,NANOHD,ACLITE]
|
||
|
gather_facts: False
|
||
|
tasks:
|
||
|
- name: rk1gdil3
|
||
|
raw: reboot
|