| Parameter |
Choices/Defaults |
Comments |
|
allow_useg
|
|
Allows micro-segmentation.
The APIC defaults to encap when unset during creation.
|
|
ap
|
|
Name of an existing application network profile, that will contain the EPGs.
aliases: app_profile, app_profile_name
|
|
certificate_name
|
|
The X.509 certificate name attached to the APIC AAA user used for signature-based authentication.
It defaults to the private_key basename, without extension.
aliases: cert_name
|
|
deploy_immediacy
|
|
Determines when the policy is pushed to hardware Policy CAM.
The APIC defaults to lazy when unset during creation.
|
|
domain
|
|
Name of the physical or virtual domain being associated with the EPG.
aliases: domain_name, domain_profile
|
|
domain_type
|
|
Determines if the Domain is physical (phys) or virtual (vmm).
aliases: type
|
encap
int |
|
The VLAN encapsulation for the EPG when binding a VMM Domain with static encap_mode.
This acts as the secondary encap when using useg.
Accepted values range between 1 and 4096.
|
|
encap_mode
|
|
The ecapsulataion method to be used.
The APIC defaults to auto when unset during creation.
|
|
epg
|
|
Name of the end point group.
aliases: epg_name, name
|
host
required |
|
IP Address or hostname of APIC resolvable by Ansible control host.
aliases: hostname
|
netflow
bool |
|
Determines if netflow should be enabled.
The APIC defaults to no when unset during creation.
|
|
output_level
|
Choices:
- debug
- info
normal ←
|
Influence the output of this ACI module.
normal means the standard output, incl. current dict
info adds informational output, incl. previous, proposed and sent dicts
debug adds debugging output, incl. filter_string, method, response, status and url information
|
password
required |
|
The password to use for authentication.
This option is mutual exclusive with private_key. If private_key is provided too, it will be used instead.
|
|
port
|
|
Port number to be used for REST connection.
The default value depends on parameter `use_ssl`.
|
primary_encap
int |
|
Determines the primary VLAN ID when using useg.
Accepted values range between 1 and 4096.
|
private_key
required |
|
PEM formatted file that contains your private key to be used for signature-based authentication.
The name of the key (without extension) is used as the certificate name in ACI, unless certificate_name is specified.
This option is mutual exclusive with password. If password is provided too, it will be ignored.
aliases: cert_key
|
|
resolution_immediacy
|
Choices:
- immediate
- lazy
- pre-provision
|
Determines when the policies should be resolved and available.
The APIC defaults to lazy when unset during creation.
|
|
state
|
Choices:
- absent
present ←
- query
|
Use present or absent for adding or removing.
Use query for listing an object or multiple objects.
|
|
tenant
|
|
Name of an existing tenant.
aliases: tenant_name
|
timeout
int |
Default:
30
|
The socket level timeout in seconds.
|
use_proxy
bool |
|
If no, it will not use a proxy, even if one is defined in an environment variable on the target hosts.
|
use_ssl
bool |
|
If no, an HTTP connection will be used instead of the default HTTPS connection.
|
|
username
|
Default:
admin
|
The username to use for authentication.
aliases: user
|
validate_certs
bool |
|
If no, SSL certificates will not be validated.
This should only set to no when used on personally controlled sites using self-signed certificates.
|
|
vm_provider
|
Choices:
- cloudfoundry
- kubernetes
- microsoft
- openshift
- openstack
- redhat
- vmware
|
The VM platform for VMM Domains.
Support for Kubernetes was added in ACI v3.0.
Support for CloudFoundry, OpenShift and Red Hat was added in ACI v3.1.
|