| Parameter | Choices/Defaults | Comments | 
                
                                                            | assigned_role 
                    string
                                                                 |  | Specifies the authorization (level of access) for the account. When creating a new remote role, if this parameter is not provided, the default is none. The partition_accessparameter controls which partitions the account can access. The chosen role may affect the partitions that one is allowed to specify. Specifically, roles such as administrator,auditorandresource-administratorrequired apartition_accessofall. A set of pre-existing roles ship with the system. They are none,guest,operator,application-editor,manager,certificate-manager,irule-manager,user-manager,resource-administrator,auditor,administrator,firewall-manager. | 
                            
                                                            | attribute_string 
                    string
                                                                 |  | Specifies the user account attributes saved in the group, in the format cn=, ou=, dc=. When creating a new remote role, this parameter is required. | 
                            
                                                            | line_order 
                    integer
                                                                 |  | Specifies the order of the line in the file /config/bigip/auth/remoterole. The LDAP and Active Directory servers read this file line by line. The order of the information is important; therefore, F5 recommends that you set the first line at 1000. This allows you, in the future, to insert lines before the first line. When creating a new remote role, this parameter is required. | 
                            
                                                            | name 
                    string
                                             / required                     |  | Specifies the name of the remote role. | 
                            
                                                            | partition_access 
                    string
                                                                 |  | Specifies the accessible partitions for the account. This parameter supports the reserved names allandCommon, as well as specific partitions a user may access. Users who have access to a partition can operate on objects in that partition, as determined by the permissions conferred by the user's assigned_role. When creating a new remote role, if this parameter is not specified, the default is all. | 
                            
                                                            | 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. | 
                                            
                                                            | remote_access 
                    boolean
                                                                 |  | Enables or disables remote access for the specified group of remotely authenticated users. When creating a new remote role, if this parameter is not specified, the default is yes. | 
                            
                                                            | state 
                    string
                                                                 | Choices:
                                                                                                                                                            absentpresent ← | When present, guarantees that the remote role exists. When absent, removes the remote role from the system. | 
                            
                                                            | terminal_access 
                    string
                                                                 |  | Specifies terminal-based accessibility for remote accounts not already explicitly assigned a user role. Common values for this include tmshandnone, however custom values may also be specified. When creating a new remote role, if this parameter is not specified, the default is none. |