From 33d5638aa1ec7bafff1b7ddc5b280d84685a7ce1 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 7 Mar 2018 12:25:57 -0600 Subject: [PATCH] ansible: remove circus config template from kraken role Signed-off-by: Andrew Schoen --- ansible/roles/kraken/templates/circus.ini.j2 | 26 -------------------- 1 file changed, 26 deletions(-) delete mode 100644 ansible/roles/kraken/templates/circus.ini.j2 diff --git a/ansible/roles/kraken/templates/circus.ini.j2 b/ansible/roles/kraken/templates/circus.ini.j2 deleted file mode 100644 index 05fd4194..00000000 --- a/ansible/roles/kraken/templates/circus.ini.j2 +++ /dev/null @@ -1,26 +0,0 @@ -[watcher:helga] -cmd = {{ helga_home }}/bin/helga - -stdout_stream.class = FileStream -stdout_stream.filename=/var/log/circus/helga-stdout.log - -stderr_stream.class = FileStream -stderr_stream.filename=/var/log/circus/helga-stderr.log - - -[env:helga] -HELGA_SETTINGS=custom_settings - - -[circus] -statsd = 1 -httpd = 1 - -[watcher:webapp] -cmd = {{ helga_home }}/bin/chaussette --fd $(circus.sockets.web) -numprocesses = 3 -use_sockets = True - -[socket:web] -host = 0.0.0.0 -port = 9999 -- 2.47.3