Initial
This commit is contained in:
17
inventory/hosts
Normal file
17
inventory/hosts
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user