From 1c54419b100fdd12fe626c798f7858476697c93e Mon Sep 17 00:00:00 2001 From: IcyAltair Date: Mon, 29 Dec 2025 17:17:44 +0300 Subject: [PATCH] fixed ansible inventory --- ansible/hosts/inventory.yml | 9 +++-- master-node/requirements.txt | 69 +++++++++++++++++++++++++++--------- 2 files changed, 58 insertions(+), 20 deletions(-) diff --git a/ansible/hosts/inventory.yml b/ansible/hosts/inventory.yml index 9283840..1085e0d 100644 --- a/ansible/hosts/inventory.yml +++ b/ansible/hosts/inventory.yml @@ -3,10 +3,13 @@ all: masters: hosts: master: - ansible_host: 192.168.1.94 + ansible_host: api.statanly.com + ansible_port: 2202 workers: hosts: worker: - ansible_host: 192.168.1.122 + ansible_host: api.statanly.com + ansible_port: 2201 astra_worker: - ansible_host: 192.168.1.9 + ansible_host: api.statanly.com + ansible_port: 2205 diff --git a/master-node/requirements.txt b/master-node/requirements.txt index 9f09707..7e8e6c4 100644 --- a/master-node/requirements.txt +++ b/master-node/requirements.txt @@ -1,17 +1,52 @@ -gunicorn == 21.2.0 -requests == 2.26.0 -httpx == 0.27.0 -requests-oauthlib == 1.3.0 -Flask == 3.0.2 -Flask-HTTPAuth == 4.8.0 -Flask-APScheduler == 1.13.1 -numpy == 1.26.2 -pandas == 1.4.2 -Werkzeug == 3.0.1 -opencv-python-headless == 4.9.0.80 -paramiko == 3.4.0 -tabulate == 0.9.0 -psycopg2 == 2.9.9 -pydantic==2.6.3 -PyYAML == 6.0 -websockets==12.0 \ No newline at end of file +annotated-types==0.7.0 +anyio==4.11.0 +APScheduler==3.11.0 +bcrypt==5.0.0 +blinker==1.9.0 +certifi==2025.10.5 +cffi==2.0.0 +charset-normalizer==2.0.12 +click==8.1.8 +colorama==0.4.6 +cryptography==46.0.2 +exceptiongroup==1.3.0 +Flask==3.0.2 +Flask-APScheduler==1.13.1 +Flask-HTTPAuth==4.8.0 +gunicorn==21.2.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 \ No newline at end of file