Files
ansible/inventory/hosts
Gabenov Stanislav a6d2623802 vpn
2026-02-09 20:42:24 +03:00

18 lines
307 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 серверы
[vpn]
access.stanito.me ansible_user=root
# Группы по ОС
[ubuntu_servers:children]
vpnservers