first commit

This commit is contained in:
ansible user
2025-10-23 12:56:30 +02:00
commit d944e464d0
7 changed files with 1048 additions and 0 deletions

19
.env Normal file
View File

@@ -0,0 +1,19 @@
# ===== RabbitMQ (HTTP Management API) =====
# If RabbitMQ is on the same VM, leave localhost and keep network_mode: host in compose.
RMQ_HOST=localhost
RMQ_PORT=15672
# Management user/pass
RMQ_USER=admin
RMQ_PASS=change_me
# Virtual host and queue to poll
VHOST=app
QUEUE=queue_controls
# Poll interval (seconds) when queue is empty
SLEEP_SECS=2
# ===== NetBox =====
NB_URL=http://netbox.gt-tiso.ikeja.co.za
NB_TOKEN=7648e4f5ee370cda7834682e61b47c2ee8e95623