-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsagenv-tools-check-remote-ports.yaml
45 lines (43 loc) · 1.2 KB
/
sagenv-tools-check-remote-ports.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
##start / stop any process...
## params:
## - inventory_pattern: ""
## - validation_ports: []
## - validation_ports_timeout: 300
## - ansible_hosts_lookup_mode: "alias"
## - ansible_hosts_lookup_clear_first: true
- hosts: commandcentral
become: true
become_user: "{{ webmethods_user }}"
tasks:
- import_role:
name: check-remote-ports
vars:
inventory_pattern: "universalmessaging,commandcentral,abe"
inventory_hosts_property: ""
validation_ports_delay: 0
validation_ports_timeout: 10
validation_ports:
- 8092
- name: reset
setup:
- import_role:
name: check-remote-ports
vars:
inventory_pattern: "universalmessaging,commandcentral,abe"
inventory_hosts_property: "ansible_host"
validation_ports_delay: 0
validation_ports_timeout: 10
validation_ports:
- 8092
- name: reset
setup:
- import_role:
name: check-remote-ports
vars:
inventory_pattern: "universalmessaging,commandcentral,abe"
inventory_hosts_property: "fqdn"
validation_ports_delay: 0
validation_ports_timeout: 10
validation_ports:
- 8092