ansible-terraform rover port hack idea

This commit is contained in:
bluxmit 2022-07-23 19:32:18 +00:00
parent f3777d42bf
commit 137da0b270

View file

@ -0,0 +1,19 @@
# Improvements
## Fix non-standard port 9000 for terraform-rover
use socat.
Install
```
apt-get install -y socat
```
Create tunnel between port 9000 and 8033
```
socat tcp-listen:8033,reuseaddr,fork tcp:localhost:9000
```
Add this to supervisord