-
Steps to reproduce :
**resources.tf**
```
resource "netscaler_lbmonitor" "lbmonitor" {
monitorname = "mon_${var.ingress["name"]}"
type = "${var.backends_config["service_type"]}"
interv…
-
https://docs.citrix.com/en-us/netscaler-mas/12/mas-as-api-proxy-server.html
The only thing needed would be the ability to specify a value for (one of) the headers as mentioned on above page, afaics
-
Creating a new virtual server I'm getting an odd error that I can't seem to track down.
This particular test playbook creates a set of servers, a service group, binds the servers to the service g…
-
"reasonphrase" and "responsestatuscode" seem to be missing in resource responderaction.
-
The definition for netscaler_lbmonitor resource is missing the respcode field.
From the Nitro API docs:
respcode | | Read-write | Response codes for which to mark the service as UP. For any othe…
-
I'm running a task to add servers like this:
```
- hosts: netscaler_frontend_hosts
gather_facts: no
tasks:
- name: Collect network information
setup:
gather_subset: '!all,!min…
-
Hi,
Property "loglevel" for resource "auditnslogaction" has type object instead of string (it is an enum).
Is this a mistake ?
PS: same thing for resource "auditsyslogaction" and property "builti…
-
`Use of uninitialized value in sprintf at /home/netdisco/perl5/lib/perl5/App/Netdisco/Web/TypeAhead.pm line 52.`
https://github.com/netdisco/netdisco/blob/3f211650b89e58c80d862632faf6c9529c6f8b…
-
FYI below.. I ended up deleting the whole section in the install.py that references the util as a workaround but I am not sure if that's the best option. Thanks
```
ansible --version
ansible …
-
## Environment
- Server - Azure Pipelines
- If using Azure Pipelines, provide the account name, team project name, build definition name/build number:
spektrix, spektrix, MigrateDB, Migr…