.. _cisco.asa.asa_og_module:
****************
cisco.asa.asa_og
****************
**(deprecated, removed after 2022-06-01) Manage object groups on a Cisco ASA**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
DEPRECATED
----------
:Removed in collection release after 2022-06-01
:Why: Newer and updated modules released with more functionality in Ansible 2.10
:Alternative: asa_ogs
Synopsis
--------
- This module allows you to create and update object-group network/service on Cisco ASA device.
Parameters
----------
.. raw:: html
| Parameter |
Choices/Defaults |
Comments |
|
description
string
|
|
The description for the object-group.
|
|
group_object
list
/ elements=string
|
|
The group-object for network object-group.
|
|
group_type
string
/ required
|
Choices:
- network-object
- service-object
- port-object
|
The object group type.
|
|
host_ip
list
/ elements=string
|
|
The host IP address for object-group network.
|
|
ip_mask
list
/ elements=string
|
|
The IP address and mask for network object-group.
|
|
name
string
/ required
|
|
Name of the object group.
|
|
port_eq
list
/ elements=string
|
|
The single port for port-object.
|
|
port_range
list
/ elements=string
|
|
The port range for port-object.
|
|
protocol
string
|
|
The protocol for object-group service with port-object.
|
|
service_cfg
list
/ elements=string
|
|
The service-object configuration protocol, direction, range or port.
|
|
state
string
|
Choices:
present ←
- absent
- replace
|
Manage the state of the resource.
|