mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Move default task management system port to 6559 from 6556 to keep from
conflicting with Nagios plugins
This commit is contained in:
@@ -395,7 +395,7 @@ else:
|
|||||||
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
||||||
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
|
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_NOTIFICATION_PORT = "tcp://127.0.0.1:6557"
|
||||||
SOCKETIO_LISTEN_PORT = 8080
|
SOCKETIO_LISTEN_PORT = 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user