This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/os/config/production.yml

56 lines
1.4 KiB
YAML
Raw Normal View History

2020-10-22 15:57:02 +00:00
cluster_nodes:
hosts:
2021-01-20 09:21:18 +00:00
datura:
ansible_host: atuin.site.deuxfleurs.fr
2020-10-22 15:57:02 +00:00
ansible_port: 110
ansible_become: true
2021-04-04 18:04:25 +00:00
ipv4: 192.168.0.2
gatewayv4: 192.168.0.254
ipv6: 2a01:e0a:260:b5b0::2
2022-03-09 15:54:19 +00:00
gatewayv6: 2a01:e0a:260:b5b0::1
2020-10-22 15:57:02 +00:00
interface: eno1
dns_1: 212.27.40.240
dns_2: 212.27.40.241
2020-10-22 15:57:02 +00:00
ansible_python_interpreter: python3
2021-01-20 09:21:18 +00:00
digitale:
ansible_host: atuin.site.deuxfleurs.fr
2020-10-22 15:57:02 +00:00
ansible_port: 111
ansible_become: true
2021-04-04 18:04:25 +00:00
ipv4: 192.168.0.3
gatewayv4: 192.168.0.254
ipv6: 2a01:e0a:260:b5b0::3
gatewayv6: 2a01:e0a:260:b5b0::1
2020-10-22 15:57:02 +00:00
interface: eno1
dns_1: 212.27.40.240
dns_2: 212.27.40.241
2020-10-22 15:57:02 +00:00
ansible_python_interpreter: python3
2021-01-20 09:21:18 +00:00
drosera:
ansible_host: atuin.site.deuxfleurs.fr
2020-10-22 15:57:02 +00:00
ansible_port: 112
ansible_become: true
2021-04-04 18:04:25 +00:00
ipv4: 192.168.0.4
gatewayv4: 192.168.0.254
ipv6: 2a01:e0a:260:b5b0::4
gatewayv6: 2a01:e0a:260:b5b0::1
2020-10-22 15:57:02 +00:00
interface: eno1
dns_1: 212.27.40.240
dns_2: 212.27.40.241
2020-10-22 15:57:02 +00:00
ansible_python_interpreter: python3
2022-03-09 15:54:19 +00:00
extra_nodes:
hosts:
io:
2021-09-28 15:26:27 +00:00
ansible_host: io.machine.deuxfleurs.fr
ansible_port: 22
ansible_become: true
2021-09-28 15:26:27 +00:00
ipv4: 192.168.1.57
gatewayv4: 192.168.1.1
2021-09-28 15:26:27 +00:00
ipv6: 2a01:e0a:5e4:1d0::57
2023-02-02 06:45:38 +00:00
gatewayv6: 2a01:e0a:5e4:1d0::2
interface: enp2s0
2021-09-28 15:26:27 +00:00
dns_1: 9.9.9.10
dns_2: 149.112.112.10
ansible_python_interpreter: python3