This commit is contained in:
Gabenov Stanislav
2026-02-09 20:12:53 +03:00
commit 0b058c35de
17 changed files with 208 additions and 0 deletions

View File

View File

View File

17
inventory/hosts Normal file
View File

@@ -0,0 +1,17 @@
# ansible/inventory/hosts
# Все хосты
[all:vars]
ansible_python_interpreter=/usr/bin/python3
ansible_user=root
ansible_port=22
ansible_ssh_private_key_file=~/.ssh/id_rsa
# VPN серверы
[vpnservers]
access.stanito.me ansible_user=root
# Группы по ОС
[ubuntu_servers:children]
vpnservers