10 lines
145 B
YAML
10 lines
145 B
YAML
#- hosts: all
|
|
# tasks:
|
|
# - name: "reboot all"
|
|
# reboot:
|
|
|
|
- hosts: Functional_Host
|
|
tasks:
|
|
- name: "reboot all compute blade"
|
|
reboot:
|