From 9d6d32675e9b2fe21685558e15f97605e1994af4 Mon Sep 17 00:00:00 2001 From: zailon Date: Wed, 15 Apr 2026 17:17:58 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20inventories/hosts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventories/hosts | 116 +++++++++++++++++++++++----------------------- 1 file changed, 59 insertions(+), 57 deletions(-) diff --git a/inventories/hosts b/inventories/hosts index 0a8dc51..6a2d54f 100644 --- a/inventories/hosts +++ b/inventories/hosts @@ -1,57 +1,59 @@ -[all:vars] -ansible_user=root -ansible_become=yes -ansible_become_method=sudo -ansible_ssh_private_key_file=/root/.ssh/id_rsa - -[infra] -proxmox ansible_host=192.168.1.200 int_ip=192.168.1.200 ansible_python_interpreter=/usr/bin/python3 -gateway ansible_host=192.168.1.201 int_ip=192.168.1.201 ansible_python_interpreter=/usr/bin/python3 -data ansible_host=192.168.1.202 int_ip=192.168.1.202 ansible_python_interpreter=/usr/bin/python3 -media ansible_host=192.168.1.203 int_ip=192.168.1.203 ansible_python_interpreter=/usr/bin/python3 -photo ansible_host=192.168.1.204 int_ip=192.168.1.204 ansible_python_interpreter=/usr/bin/python3 -#cloud ansible_host=192.168.1.225 int_ip=192.168.1.225 ansible_python_interpreter=/usr/bin/python3 -talk ansible_host=192.168.1.206 int_ip=192.168.1.206 ansible_python_interpreter=/usr/bin/python3 -games ansible_host=192.168.1.207 int_ip=192.168.1.207 ansible_python_interpreter=/usr/bin/python3 -manage ansible_host=192.168.1.208 int_ip=192.168.1.208 ansible_python_interpreter=/usr/bin/python3 -git ansible_host=192.168.1.209 int_ip=192.168.1.209 ansible_python_interpreter=/usr/bin/python3 -ansible ansible_host=192.168.1.210 int_ip=192.168.1.210 ansible_python_interpreter=/usr/bin/python3 -torrent ansible_host=192.168.1.211 int_ip=192.168.1.211 ansible_python_interpreter=/usr/bin/python3 -gitea ansible_host=192.168.1.214 int_ip=192.168.1.214 ansible_python_interpreter=/usr/bin/python3 - -[pve-server] -proxmox - -[gateway-server] -gateway - -[data-server] -data - -[media-server] -media - -[photo-server] -photo - -[talk-server] -talk - -#[cloud-server] -#cloud - -[games-server] -games - -[manage-server] -manage - -[git-server] -git -gitea - -[ansible-server] -ansible - -[torrent-server] -torrent \ No newline at end of file +[all:vars] +ansible_user=root +ansible_become=yes +ansible_become_method=sudo +ansible_ssh_private_key_file=/root/.ssh/id_rsa + +[infra] +proxmox ansible_host=192.168.1.200 int_ip=192.168.1.200 ansible_python_interpreter=/usr/bin/python3 +gateway ansible_host=192.168.1.201 int_ip=192.168.1.201 ansible_python_interpreter=/usr/bin/python3 +data ansible_host=192.168.1.202 int_ip=192.168.1.202 ansible_python_interpreter=/usr/bin/python3 +media ansible_host=192.168.1.203 int_ip=192.168.1.203 ansible_python_interpreter=/usr/bin/python3 +photo ansible_host=192.168.1.204 int_ip=192.168.1.204 ansible_python_interpreter=/usr/bin/python3 +#cloud ansible_host=192.168.1.205 int_ip=192.168.1.205 ansible_python_interpreter=/usr/bin/python3 +talk ansible_host=192.168.1.206 int_ip=192.168.1.206 ansible_python_interpreter=/usr/bin/python3 +games ansible_host=192.168.1.207 int_ip=192.168.1.207 ansible_python_interpreter=/usr/bin/python3 +manage ansible_host=192.168.1.208 int_ip=192.168.1.208 ansible_python_interpreter=/usr/bin/python3 +git ansible_host=192.168.1.209 int_ip=192.168.1.209 ansible_python_interpreter=/usr/bin/python3 +ansible ansible_host=192.168.1.210 int_ip=192.168.1.210 ansible_python_interpreter=/usr/bin/python3 +torrent ansible_host=192.168.1.211 int_ip=192.168.1.211 ansible_python_interpreter=/usr/bin/python3 +mail ansible_host=192.168.1.212 int_ip=192.168.1.212 ansible_python_interpreter=/usr/bin/python3 + +[pve-server] +proxmox + +[gateway-server] +gateway + +[data-server] +data + +[media-server] +media + +[photo-server] +photo + +[talk-server] +talk + +#[cloud-server] +#cloud + +[games-server] +games + +[manage-server] +manage + +[git-server] +git + +[ansible-server] +ansible + +[torrent-server] +torrent + +[mail-server] +mail \ No newline at end of file