27 lines
699 B
YAML
27 lines
699 B
YAML
---
|
|
all:
|
|
children:
|
|
wireguard_sites:
|
|
hosts:
|
|
oci_amd:
|
|
ansible_host: oci-amd.ddupan.top
|
|
ansible_user: ubuntu
|
|
oci_routed_hosts:
|
|
hosts:
|
|
oci_arm:
|
|
ansible_host: oci-arm.ddupan.top
|
|
ansible_user: ubuntu
|
|
retired_wireguard_sites:
|
|
hosts:
|
|
laptop:
|
|
ansible_connection: local
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
site_routers:
|
|
hosts:
|
|
vyos_rtr:
|
|
ansible_host: 192.168.10.2
|
|
ansible_user: vyos
|
|
ansible_connection: ansible.netcommon.network_cli
|
|
ansible_network_os: vyos.vyos.vyos
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|