fix examples in hpilo_facts DOCUMENTATION

pull/1240/head
Jan-Piet Mens 12 years ago
parent f470ebe6b7
commit 91dc8bc136

@ -52,32 +52,32 @@ options:
required: false required: false
examples: examples:
- code: | - code: |
local_action: hpilo_facts host=$ilo_address login=$ilo_login password=$ilo_password match=$inventory_hostname_short local_action: hpilo_facts host=$ilo_address login=$ilo_login password=$ilo_password match=$inventory_hostname_short
only_if: "'$cmdb_hwmodel'.startswith('HP ') only_if: "'$cmdb_hwmodel'.startswith('HP ')
description: Task to gather facts from a HP iLO interface only if the system is an HP server description: Task to gather facts from a HP iLO interface only if the system is an HP server
- code: - description: Typical output of HP iLO_facts for a physical system
- hw_bios_date: "05/05/2011" code: |
hw_bios_version: "P68" - hw_bios_date: "05/05/2011"
hw_eth0: hw_bios_version: "P68"
- macaddress: "00:11:22:33:44:55 hw_eth0:
macaddress_dash: "00-11-22-33-44-55" - macaddress: "00:11:22:33:44:55"
hw_eth1: macaddress_dash: "00-11-22-33-44-55"
- macaddress: "00:11:22:33:44:57" hw_eth1:
macaddress_dash: "00-11-22-33-44-57" - macaddress: "00:11:22:33:44:57"
hw_eth2: macaddress_dash: "00-11-22-33-44-57"
- macaddress: "00:11:22:33:44:5A" hw_eth2:
macaddress_dash: "00-11-22-33-44-5A - macaddress: "00:11:22:33:44:5A"
hw_eth3: macaddress_dash: "00-11-22-33-44-5A"
- macaddress: "00:11:22:33:44:5C" hw_eth3:
macaddress_dash: "00-11-22-33-44-5C" - macaddress: "00:11:22:33:44:5C"
hw_eth_ilo: macaddress_dash: "00-11-22-33-44-5C"
- macaddress: "00:11:22:33:44:BA" hw_eth_ilo:
macaddress_dash: "00-11-22-33-44-BA" - macaddress: "00:11:22:33:44:BA"
hw_product_name: "ProLiant DL360 G7" macaddress_dash: "00-11-22-33-44-BA"
hw_product_uuid: "ef50bac8-2845-40ff-81d9-675315501dac" hw_product_name: "ProLiant DL360 G7"
hw_system_serial: "ABC12345D6 " hw_product_uuid: "ef50bac8-2845-40ff-81d9-675315501dac"
hw_uuid: "123456ABC78901D2" hw_system_serial: "ABC12345D6"
description: Typical output of HP iLO_facts for a physical system hw_uuid: "123456ABC78901D2"
notes: notes:
- This module ought to be run from a system that can access the HP iLO - This module ought to be run from a system that can access the HP iLO
interface directly, either by using C(local_action) or interface directly, either by using C(local_action) or

Loading…
Cancel
Save