57 lines
1.8 KiB
INI
57 lines
1.8 KiB
INI
[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 |