Skip to content

Commit

Permalink
added required param port in example for TCP monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
JchhatbarInfoblox committed Dec 11, 2023
1 parent 5a7577b commit bd05070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/delete_dtc_monitor_sip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
- name: Delete Nios DTC SIP monitor Test
infoblox.nios_modules.nios_dtc_monitor_sip:
name: sip_monitor
port: 8080
state: absent
provider: "{{ nios_provider }}"
2 changes: 2 additions & 0 deletions plugins/modules/nios_dtc_monitor_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
- name: Add a comment to an existing DTC TCP monitor
infoblox.nios_modules.nios_dtc_monitor_tcp:
name: tcp_monitor
port: 8080
comment: this is a test comment
state: present
provider:
Expand All @@ -107,6 +108,7 @@
- name: Remove a DTC TCP monitor from the system
infoblox.nios_modules.nios_dtc_monitor_tcp:
name: tcp_monitor
port: 8080
state: absent
provider:
host: "{{ inventory_hostname_short }}"
Expand Down

0 comments on commit bd05070

Please sign in to comment.