chore: add ansible backend docker frontend-prep

This commit is contained in:
2026-01-21 13:05:13 +01:00
parent 5a280b6b01
commit 943fe4de7d
14930 changed files with 2341433 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[all]
vm-postgres ansible_host=192.168.1.65 ansible_user=ubuntu ansible_ssh_pass=root
vm-redis ansible_host=192.168.1.62 ansible_user=ubuntu ansible_ssh_pass=root
vm-nginx ansible_host=192.168.1.67 ansible_user=ubuntu ansible_ssh_pass=root
vm-backend ansible_host=192.168.1.72 ansible_user=ubuntu ansible_ssh_pass=root
[postgres]
vm-postgres ansible_host=192.168.1.65 ansible_user=ubuntu ansible_ssh_pass=root
[redis]
vm-redis ansible_host=192.168.1.62 ansible_user=ubuntu ansible_ssh_pass=root
[nginx]
vm-nginx ansible_host=192.168.1.67 ansible_user=ubuntu ansible_ssh_pass=root
[backend]
vm-backend ansible_host=192.168.1.72 ansible_user=ubuntu ansible_ssh_pass=root
[services]
vm-redis ansible_host=192.168.1.62 ansible_user=ubuntu ansible_ssh_pass=root
vm-postgres ansible_host=192.168.1.65 ansible_user=ubuntu ansible_ssh_pass=root