blob: 808f4de7ed99e1fc9b57d3bf5fd0ae2fcd63da9b (
plain) (
tree)
|
|
---
ansible_hostname: "{{ ansible_host }}"
ansible_become_method: su
wireguard_domain_controller: "{{ __global_domain_controller }}"
relayd_domain_name: "{{ __global_domain_name }}"
acme_domain_name: "{{ __global_domain_name }}"
nfsclient_server: stack0
httpd_use_nfs: true
__is_vm: false
__ip:
external:
internal:
__services: {}
__global_domain_controller: dc0
__global_domain_name: rgoncalves.se
__global_domain_name_hosts: owo
__global_domain_name_servers:
- 8.8.8.8
- 1.1.1.1
__global_services:
- name: ssh
protocol: tcp
port: 22
- name: healthcheck
protocol: tcp
port: 8000
is_public: true
# __services:
# - domain: status.test
# is_public: true
# port: 120
# protocols:
# - tcp
# - udp
|