Andrii Miroshnychenko
Andrii Miroshnychenko
@cavaliercoder - the changes are just **debian** folder which contains all the rules. After that I build it with the next: ``` dpkg-buildpackage -rfakeroot -us -uc ```
@seantree - had you a chance to get the emu up and running?
Actually we have a script which comes since 16.04 times. We debootstrap the image, then install kernel, then set up /etc/network/interfaces and mounts in /etc/fstab. Seems like netplan in 22.04...
Hello, I guess you might need to have a docker volume mounted inside the container.
Seems like broadcast messages with Redis broker works with Celery 4.4.2 and Redis 6.0.3 (I used [this one)](https://github.com/docker-library/redis/blob/9c9d49d25acd7428ea30669f0395506f4a7f78fc/6.0/alpine/Dockerfile).
@auvipy yes, I'm building the app with Flask and Celery right now and tested that 12 hrs ago. There is a problem which I found and the problem is that...
@tomsozolins - Thank you for your workaround. It works with AWX 19.5.0 which I'd deployed the Operator of v0.16.0. I have OpenShift cluster `4.5.0-0.okd-2020-07-29-070316` and NFS storage. My YAML looks...
@Dan-Vizor seems like you need 2 installations for that. We created several systemd units and nginx virtualhosts in order to achieve this. probably, you can play with location prefixes at...
``` root@stix:~# cat /opt/opentaxii/taxii2/config.yml.template --- # Ansible managed auth_api: class: opentaxii.auth.sqldb.SQLDatabaseAPI parameters: create_tables: true db_connection: ${A_URL} pool_pre_ping: true pool_recycle: 600 pool_size: 10 secret: hJ8s****************jO7pO token_ttl_secs: 36000 domain: stix2.example.com logging: opentaxii:...
It would be very nice to have this module on board