| Parameter | Choices/Defaults | Comments | 
                
                                                            | add_analytics 
                    boolean
                                                                 |  | Collects statistics of the BIG-IP that the application is deployed to. This parameter is only relevant when specifying a service_environmentwhich is a BIG-IP; not an SSG. | 
                            
                                                            | client_ssl_profile 
                    dictionary
                                                                 |  | Specifies the SSL profile for managing client-side SSL traffic. | 
                                                        
                                                |  | cert_key_chain 
                    raw
                                                                 |  | One or more certificates and keys to associate with the SSL profile. This option is always a list. The keys in the list dictate the details of the client/key/chain/passphrase combination. Note that BIG-IPs can only have one of each type of each certificate/key type. This means that you can only have one RSA, one DSA, and one ECDSA per profile. If you attempt to assign two RSA, DSA, or ECDSA certificate/key combo, the device will reject this. This list is a complex list that specifies a number of keys. When creating a new profile, if this parameter is not specified, the default value of inheritwill be used. | 
                                                        
                                                |  |  | cert 
                    string
                                             / required                     |  | Specifies a cert name for use. | 
                            
                                                |  |  | chain 
                    string
                                                                 |  | Specifies a certificate chain that is relevant to the certificate and key mentioned earlier. This key is optional. | 
                            
                                                |  |  | key 
                    string
                                             / required                     |  | Specifies a key name. | 
                            
                                                |  |  | passphrase 
                    string
                                                                 |  | Contains the passphrase of the key file, should it require one. Passphrases are encrypted on the remote BIG-IP device. | 
                                            
                                                |  | name 
                    string
                                                                 |  | The name of the client SSL profile to created and used. When creating a new application, if this value is not specified, the default value of clientsslwill be used. | 
                                            
                                                            | description 
                    string
                                                                 |  | Description of the application. | 
                            
                                                            | domain_names 
                    list
                                                                 |  | Specifies host names that are used to access the web application that this security policy protects. When creating a new application, this parameter is required. | 
                            
                                                            | inbound_virtual 
                    dictionary
                                                                 |  | Settings to configure the virtual which will receive the inbound connection. This virtual will be used to host the HTTPS endpoint of the application. Traffic destined to the redirect_virtualwill be offloaded to this parameter to ensure that proper redirection from insecure, to secure, occurs. | 
                                                        
                                                |  | address 
                    string
                                                                 |  | Specifies destination IP address information to which the virtual server sends traffic. This parameter is required when creating a new application. | 
                            
                                                |  | netmask 
                    string
                                                                 |  | Specifies the netmask to associate with the given destination. This parameter is required when creating a new application. | 
                            
                                                |  | port 
                    string
                                                                 | Default: 
 443 | The port that the virtual listens for connections on. When creating a new application, if this parameter is not specified, the default value of 443will be used. | 
                                            
                                                            | name 
                    string
                                             / required                     |  | Name of the new application. | 
                            
                                                            | provider 
                    dictionary
                                                                 added in 2.5 |  | A dict object containing connection details. | 
                                                        
                                                |  | auth_provider 
                    string
                                                                 |  | Configures the auth provider for to obtain authentication tokens from the remote device. This option is really used when working with BIG-IQ devices. | 
                            
                                                |  | password 
                    string
                                             / required                     |  | The password for the user account used to connect to the BIG-IP. You may omit this option by setting the environment variable F5_PASSWORD. aliases: pass, pwd
 | 
                            
                                                |  | server 
                    string
                                             / required                     |  | The BIG-IP host. You may omit this option by setting the environment variable F5_SERVER. | 
                            
                                                |  | server_port 
                    integer
                                                                 | Default: 
 443 | The BIG-IP server port. You may omit this option by setting the environment variable F5_SERVER_PORT. | 
                            
                                                |  | ssh_keyfile 
                    path
                                                                 |  | Specifies the SSH keyfile to use to authenticate the connection to the remote device.  This argument is only used for cli transports. You may omit this option by setting the environment variable ANSIBLE_NET_SSH_KEYFILE. | 
                            
                                                |  | timeout 
                    integer
                                                                 |  | Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands.  If the timeout is exceeded before the operation is completed, the module will error. | 
                            
                                                |  | transport 
                    string
                                                                 |  | Configures the transport connection to use when connecting to the remote device. | 
                            
                                                |  | user 
                    string
                                             / required                     |  | The username to connect to the BIG-IP with. This user must have administrative privileges on the device. You may omit this option by setting the environment variable F5_USER. | 
                            
                                                |  | validate_certs 
                    boolean
                                                                 |  | If no, SSL certificates are not validated. Use this only on personally controlled sites using self-signed certificates. You may omit this option by setting the environment variable F5_VALIDATE_CERTS. | 
                                            
                                                            | redirect_virtual 
                    dictionary
                                                                 |  | Settings to configure the virtual which will receive the connection to be redirected. This virtual will be used to host the HTTP endpoint of the application. Traffic destined to this parameter will be offloaded to the inbound_virtualparameter to ensure that proper redirection from insecure, to secure, occurs. | 
                                                        
                                                |  | address 
                    string
                                                                 |  | Specifies destination IP address information to which the virtual server sends traffic. This parameter is required when creating a new application. | 
                            
                                                |  | netmask 
                    string
                                                                 |  | Specifies the netmask to associate with the given destination. This parameter is required when creating a new application. | 
                            
                                                |  | port 
                    string
                                                                 | Default: 
 80 | The port that the virtual listens for connections on. When creating a new application, if this parameter is not specified, the default value of 80will be used. | 
                                            
                                                            | servers 
                    list
                                                                 |  | A list of servers that the application is hosted on. If you are familiar with other BIG-IP setting, you might also refer to this list as the list of pool members. When creating a new application, at least one server is required. | 
                                                        
                                                |  | address 
                    string
                                                                 |  | The IP address of the server. | 
                            
                                                |  | port 
                    string
                                                                 | Default: 
 80 | The port of the server. | 
                                            
                                                            | service_environment 
                    string
                                                                 |  | Specifies the name of service environment that the application will be deployed to. When creating a new application, this parameter is required. | 
                            
                                                            | state 
                    string
                                                                 | Choices:
                                                                                                                                                            absentpresent ← | The state of the resource on the system. When present, guarantees that the resource exists with the provided attributes. When absent, removes the resource from the system. | 
                            
                                                            | wait 
                    boolean
                                                                 |  | If the module should wait for the application to be created, deleted or updated. |