ansible/inventory.yml

77 lines
2.3 KiB
YAML
Raw Normal View History

2023-05-13 09:14:40 +08:00
all:
children:
soleil:
hosts:
core:
2023-07-05 18:12:41 +05:30
ansible_host: core.vpn.projectsegfau.lt
ansible_user: arya
ansible_port: 22
port: 22
ansible_become: yes # Run everything as root
docker:
2023-07-05 18:12:41 +05:30
ansible_host: docker.vpn.projectsegfau.lt
ansible_user: arya
ansible_port: 22
port: 22
ansible_become: yes # Run everything as root
lxc:
2023-07-05 18:12:41 +05:30
ansible_host: lxc.vpn.projectsegfau.lt
ansible_user: arya
ansible_port: 22
port: 22
ansible_become: yes # Run everything as root
db:
2023-07-05 18:12:41 +05:30
ansible_host: db.vpn.projectsegfau.lt
ansible_user: arya
ansible_port: 22
port: 22
ansible_become: yes # Run everything as root
backwards:
2023-07-05 18:12:41 +05:30
ansible_host: backwards.vpn.projectsegfau.lt
ansible_user: arya
ansible_port: 22
port: 22
2023-05-13 09:14:40 +08:00
ansible_become: yes # Run everything as root
privfrontends:
hosts:
eu:
2023-07-05 18:12:41 +05:30
ansible_host: pizza1.vpn.projectsegfau.lt
2023-05-13 09:14:40 +08:00
ansible_user: arya
ansible_port: 222
port: 222
2023-05-13 09:14:40 +08:00
ansible_become: yes # Run everything as root
caddy_extras_config: templates/1-extras.Caddyfile
country: Luxembourg
isp: BuyVM
2023-07-01 23:40:31 +05:30
wiki_page: Pizza-1
2023-05-29 16:38:34 +08:00
watchtower_mtrx_username: watchtower-pizza
2023-05-13 09:14:40 +08:00
us:
2023-07-05 18:12:41 +05:30
ansible_host: us.vpn.projectsegfau.lt
2023-05-13 09:14:40 +08:00
ansible_user: arya
ansible_port: 22
port: 22
2023-05-13 09:14:40 +08:00
ansible_become: yes # Run everything as root
caddy_extras_config: templates/2-extras.Caddyfile
country: United States
isp: Digital Ocean
wiki_page: US_Node
2023-05-29 16:38:34 +08:00
watchtower_mtrx_username: watchtower-us
2023-05-13 09:14:40 +08:00
in:
2023-07-05 18:12:41 +05:30
ansible_host: in.vpn.projectsegfau.lt
2023-05-13 09:14:40 +08:00
ansible_user: root
2023-07-05 18:12:41 +05:30
ansible_port: 22
port: 22
2023-05-13 09:14:40 +08:00
caddy_extras_config: templates/3-extras.Caddyfile
country: India
isp: Bharti Airtel
wiki_page: India_Node
2023-05-29 16:38:34 +08:00
watchtower_mtrx_username: watchtower-in
2023-07-05 18:12:41 +05:30
others:
hosts:
status:
ansible_host: status.projectsegfau.lt
ansible_user: arya
ansible_port: 22
port: 22
ansible_become: yes # Run everything as root