haught.apcos.apcos_web (1.2.2) — module

Manage web configuration on APC OS devices.

Authors: Matt Haught (@haught)

Install collection

Install with ansible-galaxy collection install haught.apcos:==1.2.2


Add to requirements.yml

  collections:
    - name: haught.apcos
      version: 1.2.2

Description

This module provides declarative management of APC web configuration on APC UPS NMC systems.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Enable HTTPS
  haught.apcos.apcos_web:
    httpsenable: true

Inputs

    
httpport:
    description:
    - Port http uses.
    type: int

httpsport:
    description:
    - Port https uses.
    type: int

enablehttp:
    description:
    - http enable.
    type: bool

httpsproto:
    choices:
    - TLS1.1
    - TLS1.2
    description:
    - Minimum https protocol
    type: str

enablehttps:
    description:
    - https enable.
    type: bool

limitedstatus:
    description:
    - Limited status page enabled
    type: bool

tls12ciphersuite:
    choices:
    - 0
    - 1
    - 2
    - 3
    - 4
    description:
    - TLS1.2 Cipher Suite Filter
    type: int

limitedstatusdefault:
    description:
    - Limited status page enabled as default
    type: bool

Outputs

commands:
  description: The list of configuration mode commands to send to the device
  returned: always
  sample:
  - web -s enable
  type: list