Files
ansible/inventory/hosts
Gabenov Stanislav 0b058c35de Initial
2026-02-09 20:12:53 +03:00

18 lines
314 B
INI
Raw 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 серверы
[vpnservers]
access.stanito.me ansible_user=root
# Группы по ОС
[ubuntu_servers:children]
vpnservers