Ansible: единственный инвентарь production.yml

- production.yml переписан на живой Timeweb-хост, timeweb.yml удалён,
  HOSTS_FILE в tasks.py и примеры в README поправлены
- host-vars application_dir и mount_external_storage не перенесены: это
  наследие YC-диска, а после переезда в group_vars инвентарь их перебивает
- ansible.cfg: inventory по умолчанию, чтобы забытый -i не уводил в никуда
This commit is contained in:
av
2026-07-24 21:15:12 +03:00
parent 9c156df0c7
commit 4d976585ec
9 changed files with 12 additions and 49 deletions
+1 -3
View File
@@ -2,8 +2,6 @@
ungrouped:
hosts:
server:
ansible_host: "158.160.46.255"
ansible_host: "92.53.105.41"
ansible_user: "major"
ansible_become: true
application_dir: "/mnt/applications"
mount_external_storage: true