ansible.hponcfg(3) - Linux man page

Name

hponcfg - Configure HP iLO interface using hponcfg

Description

This modules configures the HP iLO interface using hponcfg.

Options

src

The XML file as accepted by hponcfg(required)

minfw

The minimum firmware level needed."

Notes

You need a working hponcfg on the target system.

Examples

<ribcl VERSION="2.0">
  <login USER_LOGIN="user" PASSWORD="password">
    <rib_info MODE="WRITE">
      <mod_global_settings>
        <session_timeout value="0"/>
        <ssh_status value="Y"/>
        <ssh_port value="22"/>
        <serial_cli_status value="3"/>
        <serial_cli_speed value="5"/>
      </mod_global_settings>
    </rib_info>
  </login>
</ribcl>

hponcfg src=hponcfg.xml

Author

Dag Wieers

See Also

ansible(1), http://ansible.github.com/modules.html#hponcfg