- 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
5 lines
108 B
INI
5 lines
108 B
INI
[new_server]
|
|
#your-new-server-ip ansible_user=deploy
|
|
|
|
[all:vars]
|
|
ansible_python_interpreter=/usr/bin/python3 |