You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/legacy/roles/netscaler_lb_monitor/tests/nitro/lb_monitor_http_inline/update.yaml

21 lines
420 B
YAML

---
- name: setup lb monitor
register: result
check_mode: "{{ check_mode }}"
delegate_to: localhost
netscaler_lb_monitor:
nitro_user: "{{nitro_user}}"
nitro_pass: "{{nitro_pass}}"
nsip: "{{nsip}}"
state: present
monitorname: lb-monitor-1
type: HTTP-INLINE
action: DOWN
respcode: [ "200-201"]
httprequest: "HEAD /new_file.html"
customheaders: "HEADER_CUSTOM: NONE\r\n"