Native YAML - remote_management (#3601)

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent 8a6df38cc5
commit fb50f129ea

@ -110,9 +110,19 @@ uefimode:
EXAMPLES = '''
# Ensure bootdevice is HD.
- ipmi_boot: name="test.testdomain.com" user="admin" password="password" bootdev="hd"
- ipmi_boot:
name: test.testdomain.com
user: admin
password: password
bootdev: hd
# Ensure bootdevice is not Network
- ipmi_boot: name="test.testdomain.com" user="admin" password="password" bootdev="network" state=absent
- ipmi_boot:
name: test.testdomain.com
user: admin
password: password
bootdev: network
state: absent
'''
# ==================================================

@ -83,7 +83,11 @@ powerstate:
EXAMPLES = '''
# Ensure machine is powered on.
- ipmi_power: name="test.testdomain.com" user="admin" password="password" state="on"
- ipmi_power:
name: test.testdomain.com
user: admin
password: password
state: on
'''
# ==================================================

Loading…
Cancel
Save