mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Move default task management system port to 6559 from 6556 to keep from
conflicting with Nagios plugins
This commit is contained in:
parent
6e9becb4b8
commit
3cd5c40dd5
@ -395,7 +395,7 @@ else:
|
||||
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
||||
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
|
||||
|
||||
TASK_COMMAND_PORT = "tcp://127.0.0.1:6556"
|
||||
TASK_COMMAND_PORT = "tcp://127.0.0.1:6559"
|
||||
|
||||
SOCKETIO_NOTIFICATION_PORT = "tcp://127.0.0.1:6557"
|
||||
SOCKETIO_LISTEN_PORT = 8080
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user