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
This commit is contained in:
2025-09-09 23:00:15 +03:00
parent 4981ae8877
commit bb91e139bc
3 changed files with 47 additions and 4 deletions

6
.gitignore vendored
View File

@@ -64,4 +64,8 @@ build/
# Bots
/bots/*
!/bots/.gitkeep
!/bots/.gitkeep
# Ansible inventory files (contain sensitive server info)
infra/ansible/inventory.ini
infra/ansible/inventory_*.ini