Hi Ansible community,
I am working with Ansible AWX (24.6.1), and I need to understand the connectivity requirements for ports mentioned below. Specifically, I want to know if these ports need to be enabled bidirectionally or if unidirectional connectivity is sufficient.
System/Service Port(s)
1 VMware vCenter TCP 443 (HTTPS)
2 Windows/Linux Servers TCP 22 (SSH), TCP 3389 (RDP for Windows)
3 PowerShell TCP 5985 (HTTP), TCP 5986 (HTTPS)
4 Network Devices TCP 22 (SSH)
5 Databases
a) Oracle (Default) TCP 1521
b) MSSQL (Default) TCP 1433
c) Postgres TCP 5432
6 Active Directory TCP 389 (LDAP), TCP 636 (LDAPS)
7 Office 365 TCP 443 (HTTPS)
8 SMTP (Mail) TCP 25
Could someone please clarify this for me? Any insights or best practices would be greatly appreciated!
Thanks in advance!
Regards,
Gowtham