Add Ansible playbook for bot migration to new server
- Add inventory.ini with server configuration - Add playbook.yml with complete migration process - Configure user 'deploy' with UID/GID 1001:1001 - Add SSH key setup for GitHub access - Add Docker group membership for deploy user - Include data migration from old server - Add port validation for all services
This commit is contained in:
5
infra/ansible/inventory.ini
Normal file
5
infra/ansible/inventory.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[new_server]
|
||||
#your-new-server-ip ansible_user=deploy
|
||||
|
||||
[all:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
Reference in New Issue
Block a user