mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Remove RabbitMQ.
This commit is contained in:
parent
29afec8f26
commit
4eb1eb8036
@ -18,9 +18,9 @@
|
||||
|
||||
if [ -e /etc/debian_version ]
|
||||
then
|
||||
SERVICES=(postgresql rabbitmq-server apache2 supervisor)
|
||||
SERVICES=(postgresql redis apache2 supervisor)
|
||||
else
|
||||
SERVICES=(postgresql rabbitmq-server httpd supervisord)
|
||||
SERVICES=(postgresql redis httpd supervisord)
|
||||
fi
|
||||
|
||||
service_action() {
|
||||
|
||||
@ -27,7 +27,7 @@ if LooseVersion(sos.__version__) >= LooseVersion('3.0'):
|
||||
"/var/log/tower",
|
||||
"/var/log/httpd",
|
||||
"/var/log/apache2",
|
||||
"/var/log/rabbitmq",
|
||||
"/var/log/redis",
|
||||
"/var/log/supervisor",
|
||||
"/var/log/syslog",
|
||||
"/var/log/udev",
|
||||
@ -66,7 +66,7 @@ else:
|
||||
"/var/log/tower",
|
||||
"/var/log/httpd",
|
||||
"/var/log/apache2",
|
||||
"/var/log/rabbitmq",
|
||||
"/var/log/redis",
|
||||
"/var/log/supervisor",
|
||||
"/var/log/syslog",
|
||||
"/var/log/udev",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user