Files
prod/infra/ansible/inventory.ini
Andrey bb91e139bc Update Ansible configuration and enhance playbook
- Add UFW configuration to secure server ports
- Install additional packages including vim, zsh, and monitoring tools
- Change default shell for 'deploy' user to zsh
- Update .gitignore to include Ansible inventory files
2025-09-09 23:00:15 +03:00

5 lines
98 B
INI

[new_server]
127.0.0.1 ansible_user=deploy
[all:vars]
ansible_python_interpreter=/usr/bin/python3