|
|
@ -65,6 +65,15 @@ global_apt_sources_directory: "/etc/apt/sources.list.d"
|
|
|
|
global_bind_configuration_directory: "/etc/bind"
|
|
|
|
global_bind_configuration_directory: "/etc/bind"
|
|
|
|
global_dns_zones_environment_directory: "{{ global_configuration_environment_directory }}/dns-zones"
|
|
|
|
global_dns_zones_environment_directory: "{{ global_configuration_environment_directory }}/dns-zones"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
global_dns_upstream_servers:
|
|
|
|
|
|
|
|
- "9.9.9.11"
|
|
|
|
|
|
|
|
- "149.112.112.11"
|
|
|
|
|
|
|
|
- "2620:fe::11"
|
|
|
|
|
|
|
|
- "2620:fe::fe:11"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
global_dnsmasq_configuration_file: "/etc/dnsmasq.conf"
|
|
|
|
|
|
|
|
global_dnsmasq_configuration_directory: "/etc/dnsmasq.d"
|
|
|
|
|
|
|
|
|
|
|
|
global_ip_discover_url: "https://keys.banananet.work/ping"
|
|
|
|
global_ip_discover_url: "https://keys.banananet.work/ping"
|
|
|
|
global_ip_discover_register_pass: "{{ lookup('password', 'credentials/ip_discover/register_pass chars=digits,ascii_letters length=256') }}"
|
|
|
|
global_ip_discover_register_pass: "{{ lookup('password', 'credentials/ip_discover/register_pass chars=digits,ascii_letters length=256') }}"
|
|
|
|
|
|
|
|
|
|
|
@ -75,6 +84,8 @@ global_nfs_directory: "{{ global_webservers_directory }}/nfs"
|
|
|
|
|
|
|
|
|
|
|
|
global_pamd: "/etc/pam.d"
|
|
|
|
global_pamd: "/etc/pam.d"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
global_resolv_conf: "/etc/resolv.conf"
|
|
|
|
|
|
|
|
|
|
|
|
global_ssh_configuration_directory: "/etc/ssh/"
|
|
|
|
global_ssh_configuration_directory: "/etc/ssh/"
|
|
|
|
global_ssh_configuration_environment_directory: "{{ global_configuration_environment_directory }}/ssh"
|
|
|
|
global_ssh_configuration_environment_directory: "{{ global_configuration_environment_directory }}/ssh"
|
|
|
|
global_ssh_configuration_link_name: "config"
|
|
|
|
global_ssh_configuration_link_name: "config"
|
|
|
|