Refactor Docker Compose configurations and add deployment workflows for cloud-pc and mini-pc services
Deploy cloud-pc / deploy (push) Failing after 15s
Deploy mini-pc / deploy (push) Failing after 4s
Deploy ru-vps / deploy (push) Failing after 5s

This commit is contained in:
Dmitry
2026-05-27 15:41:15 +03:00
parent 90128b237d
commit dc3ff78d6d
39 changed files with 603 additions and 29 deletions
+31
View File
@@ -0,0 +1,31 @@
all:
vars:
ansible_python_interpreter: /usr/bin/python3
ansible_user: ada
children:
servers:
hosts:
ru-vps:
ansible_host: vps
cloud-pc:
ansible_host: 10.122.62.51
# ansible_host: 192.168.1.5
ansible_ssh_common_args: '-J mini-pc'
expected_lan_ip: 192.168.1.5
storage_mounts:
- src: UUID=ae278333-4116-4225-9b95-595496fadd26
path: /opt/data
fstype: ext4
- src: UUID=940a9a4e-10cf-4380-9d22-a71549066561
path: /mnt/backup
fstype: ext4
- src: UUID=89024d30-1ab6-4b2e-b23b-62837455b24a
path: /opt/samba
fstype: ext4
mini-pc:
ansible_host: 10.122.62.95
ansible_ssh_common_args: '-J vps'
expected_lan_ip: 192.168.1.10