2023-05-13 06:44:40 +05:30
|
|
|
all:
|
|
|
|
children:
|
|
|
|
soleil:
|
|
|
|
hosts:
|
|
|
|
core:
|
|
|
|
ansible_host: soleil.projectsegfau.lt
|
2023-05-30 11:50:34 +05:30
|
|
|
ansible_user: core
|
|
|
|
ansible_port: 2271
|
|
|
|
port: 22
|
|
|
|
ansible_become: yes # Run everything as root
|
|
|
|
docker:
|
|
|
|
ansible_host: soleil.projectsegfau.lt
|
|
|
|
ansible_user: docker
|
|
|
|
ansible_port: 2271
|
|
|
|
port: 22
|
|
|
|
ansible_become: yes # Run everything as root
|
|
|
|
lxc:
|
|
|
|
ansible_host: soleil.projectsegfau.lt
|
|
|
|
ansible_user: lxc
|
|
|
|
ansible_port: 2271
|
|
|
|
port: 22
|
|
|
|
ansible_become: yes # Run everything as root
|
|
|
|
db:
|
|
|
|
ansible_host: soleil.projectsegfau.lt
|
|
|
|
ansible_user: db
|
|
|
|
ansible_port: 2271
|
|
|
|
port: 22
|
|
|
|
ansible_become: yes # Run everything as root
|
|
|
|
backwards:
|
|
|
|
ansible_host: soleil.projectsegfau.lt
|
|
|
|
ansible_user: backwards
|
|
|
|
ansible_port: 2271
|
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
|
2023-07-01 23:40:31 +05:30
|
|
|
wiki_page: Pizza-1
|
2023-05-29 14:08:34 +05:30
|
|
|
watchtower_mtrx_username: watchtower-pizza
|
2023-05-13 06:44:40 +05:30
|
|
|
us:
|
2023-06-05 13:48:37 +05:30
|
|
|
ansible_host: 100.64.0.3
|
2023-05-13 06:44:40 +05:30
|
|
|
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
|