2023-05-13 06:44:40 +05:30
|
|
|
all:
|
|
|
|
children:
|
|
|
|
soleil:
|
|
|
|
hosts:
|
|
|
|
core:
|
|
|
|
ansible_host: soleil.projectsegfau.lt
|
|
|
|
ansible_user: user
|
|
|
|
ansible_port: 2270
|
2023-05-14 16:38:15 +05:30
|
|
|
port: 22
|
2023-05-13 06:44:40 +05:30
|
|
|
ansible_become: yes # Run everything as root
|
|
|
|
privfrontends:
|
|
|
|
hosts:
|
|
|
|
eu:
|
|
|
|
ansible_host: pizza1.projectsegfau.lt
|
|
|
|
ansible_user: arya
|
|
|
|
ansible_port: 222
|
2023-05-14 16:38:15 +05:30
|
|
|
port: 222
|
2023-05-13 06:44:40 +05:30
|
|
|
ansible_become: yes # Run everything as root
|
|
|
|
caddy_extras_config: templates/1-extras.Caddyfile
|
2023-05-14 16:38:15 +05:30
|
|
|
country: Luxembourg
|
|
|
|
isp: BuyVM
|
|
|
|
wiki_page: Pizza1
|
2023-05-29 14:08:34 +05:30
|
|
|
watchtower_mtrx_username: watchtower-pizza
|
2023-05-13 06:44:40 +05:30
|
|
|
us:
|
|
|
|
ansible_host: us.projectsegfau.lt
|
|
|
|
ansible_user: arya
|
|
|
|
ansible_port: 22
|
2023-05-14 16:38:15 +05:30
|
|
|
port: 22
|
2023-05-13 06:44:40 +05:30
|
|
|
ansible_become: yes # Run everything as root
|
|
|
|
caddy_extras_config: templates/2-extras.Caddyfile
|
2023-05-14 16:38:15 +05:30
|
|
|
country: United States
|
|
|
|
isp: Digital Ocean
|
|
|
|
wiki_page: US_Node
|
2023-05-29 14:08:34 +05:30
|
|
|
watchtower_mtrx_username: watchtower-us
|
2023-05-13 06:44:40 +05:30
|
|
|
in:
|
|
|
|
ansible_host: in.projectsegfau.lt
|
|
|
|
ansible_user: root
|
|
|
|
ansible_port: 6922
|
2023-05-14 16:38:15 +05:30
|
|
|
port: 22
|
2023-05-13 06:44:40 +05:30
|
|
|
caddy_extras_config: templates/3-extras.Caddyfile
|
2023-05-14 16:38:15 +05:30
|
|
|
country: India
|
|
|
|
isp: Bharti Airtel
|
|
|
|
wiki_page: India_Node
|
2023-05-29 14:08:34 +05:30
|
|
|
watchtower_mtrx_username: watchtower-in
|