syscom-dev-environment/hosts

21 lines
616 B
Plaintext
Raw Normal View History

2021-04-29 17:13:38 -04:00
[containers]
dns ansible_lxc_host=dns
mail ansible_lxc_host=mail
coffee ansible_lxc_host=coffee
2021-05-28 00:04:03 -04:00
auth1 ansible_lxc_host=auth1
2021-04-29 17:13:38 -04:00
outsider ansible_lxc_host=outsider
[containers:vars]
ansible_connection = lxc
ansible_python_interpreter = python3
base_domain = csclub.internal
ipv4_subnet = 192.168.122.0/24
ipv4_gateway = 192.168.122.1
upstream_dns = 192.168.122.1
host_ipv4_addr = 192.168.122.226
outsider_ipv4_addr = 192.168.125.2
dns_ipv4_addr = 192.168.122.4
mail_ipv4_addr = 192.168.122.52
coffee_ipv4_addr = 192.168.122.20
2021-05-28 00:04:03 -04:00
auth1_ipv4_addr = 192.168.122.117