jieli_ftnt.fortiadc.fadcos_admin (1.0.2) — module

Configure FortiADC admin by RESTful API

| "added in version" 2.8 of jieli_ftnt.fortiadc"

Authors: Ansible by Red Hat (@rcarrillocruz)

preview | supported by network

Install collection

Install with ansible-galaxy collection install jieli_ftnt.fortiadc:==1.0.2


Add to requirements.yml

  collections:
    - name: jieli_ftnt.fortiadc
      version: 1.0.2

Description

Manage admin on FortiADC devices including creating, updating, removing admin objects, All operations are performed RESTful API.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Create admin
  fadcos_admin:
    name: newuser
    password: newpwd

Inputs

    
name:
    description:
    - Name of the admin.
    type: str

vdom:
    default: root
    description:
    - Destionation object of the access rule.
    type: str

profile:
    description:
    - profile
    type: str

password:
    description:
    - password
    required: true
    type: str

global_admin:
    default: true
    description:
    - global admin.
    type: str

trused_hosts:
    default: 0.0.0.0/0 ::/0
    description:
    - trused hosts.
    required: true
    type: str

Outputs

fadcos_admin:
  description: The FortiADC admin object created or updated.
  returned: always.
  type: string