haught.apcos.apcos_ftp (1.2.2) — module

Manage FTP 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 FTP configuration on APC UPS NMC systems.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Enable FTP
  haught.apcos.apcos_ftp:
    enable: true

Inputs

    
port:
    description:
    - Port FTP uses.
    type: int

enable:
    description:
    - FTP enable.
    type: bool

Outputs

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