1
0
Fork 0

update readme

This commit is contained in:
Von Random 2024-09-25 14:46:52 +03:00
parent f0031c427e
commit c0f692e8a1

View file

@ -1,4 +1,7 @@
# yatf # yatf
## nginx setup on vms: ## nginx setup on vms:
```ansible-playbook nginx_setup.yml -bi ...,...``` ```bash
./mkinv 127.0.0.1 127.0.0.2
ansible-playbook nginx_setup.yml -bi ./inventory.ini
```