fixed ansible inventory
This commit is contained in:
parent
e26d4d72e5
commit
1c54419b10
2 changed files with 58 additions and 20 deletions
|
|
@ -3,10 +3,13 @@ all:
|
||||||
masters:
|
masters:
|
||||||
hosts:
|
hosts:
|
||||||
master:
|
master:
|
||||||
ansible_host: 192.168.1.94
|
ansible_host: api.statanly.com
|
||||||
|
ansible_port: 2202
|
||||||
workers:
|
workers:
|
||||||
hosts:
|
hosts:
|
||||||
worker:
|
worker:
|
||||||
ansible_host: 192.168.1.122
|
ansible_host: api.statanly.com
|
||||||
|
ansible_port: 2201
|
||||||
astra_worker:
|
astra_worker:
|
||||||
ansible_host: 192.168.1.9
|
ansible_host: api.statanly.com
|
||||||
|
ansible_port: 2205
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,52 @@
|
||||||
gunicorn == 21.2.0
|
annotated-types==0.7.0
|
||||||
requests == 2.26.0
|
anyio==4.11.0
|
||||||
httpx == 0.27.0
|
APScheduler==3.11.0
|
||||||
requests-oauthlib == 1.3.0
|
bcrypt==5.0.0
|
||||||
Flask == 3.0.2
|
blinker==1.9.0
|
||||||
Flask-HTTPAuth == 4.8.0
|
certifi==2025.10.5
|
||||||
Flask-APScheduler == 1.13.1
|
cffi==2.0.0
|
||||||
numpy == 1.26.2
|
charset-normalizer==2.0.12
|
||||||
pandas == 1.4.2
|
click==8.1.8
|
||||||
Werkzeug == 3.0.1
|
colorama==0.4.6
|
||||||
opencv-python-headless == 4.9.0.80
|
cryptography==46.0.2
|
||||||
paramiko == 3.4.0
|
exceptiongroup==1.3.0
|
||||||
tabulate == 0.9.0
|
Flask==3.0.2
|
||||||
psycopg2 == 2.9.9
|
Flask-APScheduler==1.13.1
|
||||||
pydantic==2.6.3
|
Flask-HTTPAuth==4.8.0
|
||||||
PyYAML == 6.0
|
gunicorn==21.2.0
|
||||||
websockets==12.0
|
h11==0.16.0
|
||||||
|
httpcore==1.0.9
|
||||||
|
httpx==0.27.0
|
||||||
|
idna==3.10
|
||||||
|
importlib_metadata==8.7.0
|
||||||
|
itsdangerous==2.2.0
|
||||||
|
Jinja2==3.1.6
|
||||||
|
MarkupSafe==3.0.3
|
||||||
|
numpy==2.4.0
|
||||||
|
oauthlib==3.3.1
|
||||||
|
opencv-python-headless==4.9.0.80
|
||||||
|
packaging==25.0
|
||||||
|
pandas==2.3.3
|
||||||
|
paramiko==3.4.0
|
||||||
|
psycopg2==2.9.9
|
||||||
|
pycparser==2.23
|
||||||
|
pydantic==2.12.5
|
||||||
|
pydantic_core==2.41.5
|
||||||
|
PyNaCl==1.6.0
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
pytz==2025.2
|
||||||
|
PyYAML==6.0
|
||||||
|
requests==2.26.0
|
||||||
|
requests-oauthlib==1.3.0
|
||||||
|
setuptools==56.0.0
|
||||||
|
six==1.17.0
|
||||||
|
sniffio==1.3.1
|
||||||
|
tabulate==0.9.0
|
||||||
|
typing-inspection==0.4.2
|
||||||
|
typing_extensions==4.15.0
|
||||||
|
tzdata==2025.2
|
||||||
|
tzlocal==5.3.1
|
||||||
|
urllib3==1.26.20
|
||||||
|
websockets==12.0
|
||||||
|
Werkzeug==3.0.1
|
||||||
|
zipp==3.23.0
|
||||||
Loading…
Reference in a new issue