ansiblerunner
This commit is contained in:
parent
3daebdf9c2
commit
28da2cdb48
1
all/files/ansiblerunner.pub
Normal file
1
all/files/ansiblerunner.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBzN/H0Xs9KRztnNGE+oesHKCW1WFOjwua2dXhsCH94p ansiblerunner
|
@ -43,6 +43,7 @@
|
|||||||
- mrlerien
|
- mrlerien
|
||||||
- devrand
|
- devrand
|
||||||
- midou
|
- midou
|
||||||
|
- ansiblerunner
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
- name: password
|
- name: password
|
||||||
prompt: What is password to be used for all accs? (initial if no password is already set)
|
prompt: What is password to be used for all accs? (initial if no password is already set)
|
||||||
|
@ -3,39 +3,39 @@ all:
|
|||||||
soleil:
|
soleil:
|
||||||
hosts:
|
hosts:
|
||||||
core:
|
core:
|
||||||
ansible_host: soleil.projectsegfau.lt
|
ansible_host: core.vpn.projectsegfau.lt
|
||||||
ansible_user: core
|
ansible_user: arya
|
||||||
ansible_port: 2271
|
ansible_port: 22
|
||||||
port: 22
|
port: 22
|
||||||
ansible_become: yes # Run everything as root
|
ansible_become: yes # Run everything as root
|
||||||
docker:
|
docker:
|
||||||
ansible_host: soleil.projectsegfau.lt
|
ansible_host: docker.vpn.projectsegfau.lt
|
||||||
ansible_user: docker
|
ansible_user: arya
|
||||||
ansible_port: 2271
|
ansible_port: 22
|
||||||
port: 22
|
port: 22
|
||||||
ansible_become: yes # Run everything as root
|
ansible_become: yes # Run everything as root
|
||||||
lxc:
|
lxc:
|
||||||
ansible_host: soleil.projectsegfau.lt
|
ansible_host: lxc.vpn.projectsegfau.lt
|
||||||
ansible_user: lxc
|
ansible_user: arya
|
||||||
ansible_port: 2271
|
ansible_port: 22
|
||||||
port: 22
|
port: 22
|
||||||
ansible_become: yes # Run everything as root
|
ansible_become: yes # Run everything as root
|
||||||
db:
|
db:
|
||||||
ansible_host: soleil.projectsegfau.lt
|
ansible_host: db.vpn.projectsegfau.lt
|
||||||
ansible_user: db
|
ansible_user: arya
|
||||||
ansible_port: 2271
|
ansible_port: 22
|
||||||
port: 22
|
port: 22
|
||||||
ansible_become: yes # Run everything as root
|
ansible_become: yes # Run everything as root
|
||||||
backwards:
|
backwards:
|
||||||
ansible_host: soleil.projectsegfau.lt
|
ansible_host: backwards.vpn.projectsegfau.lt
|
||||||
ansible_user: backwards
|
ansible_user: arya
|
||||||
ansible_port: 2271
|
ansible_port: 22
|
||||||
port: 22
|
port: 22
|
||||||
ansible_become: yes # Run everything as root
|
ansible_become: yes # Run everything as root
|
||||||
privfrontends:
|
privfrontends:
|
||||||
hosts:
|
hosts:
|
||||||
eu:
|
eu:
|
||||||
ansible_host: pizza1.projectsegfau.lt
|
ansible_host: pizza1.vpn.projectsegfau.lt
|
||||||
ansible_user: arya
|
ansible_user: arya
|
||||||
ansible_port: 222
|
ansible_port: 222
|
||||||
port: 222
|
port: 222
|
||||||
@ -46,7 +46,7 @@ all:
|
|||||||
wiki_page: Pizza-1
|
wiki_page: Pizza-1
|
||||||
watchtower_mtrx_username: watchtower-pizza
|
watchtower_mtrx_username: watchtower-pizza
|
||||||
us:
|
us:
|
||||||
ansible_host: 100.64.0.3
|
ansible_host: us.vpn.projectsegfau.lt
|
||||||
ansible_user: arya
|
ansible_user: arya
|
||||||
ansible_port: 22
|
ansible_port: 22
|
||||||
port: 22
|
port: 22
|
||||||
@ -57,12 +57,20 @@ all:
|
|||||||
wiki_page: US_Node
|
wiki_page: US_Node
|
||||||
watchtower_mtrx_username: watchtower-us
|
watchtower_mtrx_username: watchtower-us
|
||||||
in:
|
in:
|
||||||
ansible_host: in.projectsegfau.lt
|
ansible_host: in.vpn.projectsegfau.lt
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
ansible_port: 6922
|
ansible_port: 22
|
||||||
port: 22
|
port: 22
|
||||||
caddy_extras_config: templates/3-extras.Caddyfile
|
caddy_extras_config: templates/3-extras.Caddyfile
|
||||||
country: India
|
country: India
|
||||||
isp: Bharti Airtel
|
isp: Bharti Airtel
|
||||||
wiki_page: India_Node
|
wiki_page: India_Node
|
||||||
watchtower_mtrx_username: watchtower-in
|
watchtower_mtrx_username: watchtower-in
|
||||||
|
others:
|
||||||
|
hosts:
|
||||||
|
status:
|
||||||
|
ansible_host: status.projectsegfau.lt
|
||||||
|
ansible_user: arya
|
||||||
|
ansible_port: 22
|
||||||
|
port: 22
|
||||||
|
ansible_become: yes # Run everything as root
|
||||||
|
Loading…
Reference in New Issue
Block a user