Skip to content
Snippets Groups Projects
Commit bf22ccbb authored by Jannik Berges's avatar Jannik Berges
Browse files

ansible_user in hosts.yml

parent 001cd9e5
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,13 @@ prod: ...@@ -12,11 +12,13 @@ prod:
# ansible_ssh_common_args='-o ForwardAgent=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ProxyCommand="ssh -W %h:%p -q 159.69.57.51"' # ansible_ssh_common_args='-o ForwardAgent=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ProxyCommand="ssh -W %h:%p -q 159.69.57.51"'
weatherwax: weatherwax:
ansible_ssh_host: 192.168.0.200 ansible_ssh_host: 192.168.0.200
ansible_user: root
# Externe Server Warpzone # Externe Server Warpzone
# Öffentlicher Root Server Warpzone bei Hetzner # Öffentlicher Root Server Warpzone bei Hetzner
tiffany: tiffany:
ansible_ssh_host: 159.69.57.15 ansible_ssh_host: 159.69.57.15
ansible_user: root
vms: vms:
children: children:
...@@ -27,12 +29,14 @@ prod: ...@@ -27,12 +29,14 @@ prod:
# Wichtige Optionen: Nesting = Yes, keyctl = enabled # Wichtige Optionen: Nesting = Yes, keyctl = enabled
ogg: ogg:
ansible_ssh_host: 192.168.0.201 ansible_ssh_host: 192.168.0.201
ansible_user: root
# Server für VPN Verbindung zum Webserver # Server für VPN Verbindung zum Webserver
# Container auf dem internen Proxmox Server # Container auf dem internen Proxmox Server
# Wichtige Optionen: Nesting = Yes, keyctl = enabled # Wichtige Optionen: Nesting = Yes, keyctl = enabled
carrot: carrot:
ansible_ssh_host: 192.168.0.202 ansible_ssh_host: 192.168.0.202
ansible_user: root
tiffany-vms: tiffany-vms:
hosts: hosts:
...@@ -40,12 +44,14 @@ prod: ...@@ -40,12 +44,14 @@ prod:
# VM auf Tiffany # VM auf Tiffany
webserver: webserver:
ansible_ssh_host: 159.69.57.51 ansible_ssh_host: 159.69.57.51
ansible_user: root
# Vorstands-VM # Vorstands-VM
# VM auf Tiffany # VM auf Tiffany
# Auch erreichbar unter verwaltung.warpzone.ms # Auch erreichbar unter verwaltung.warpzone.ms
verwaltung: verwaltung:
ansible_ssh_host: 195.201.179.60 ansible_ssh_host: 195.201.179.60
ansible_user: root
event: event:
children: children:
...@@ -55,6 +61,7 @@ event: ...@@ -55,6 +61,7 @@ event:
# warpzone.remote Proxmox-Server # warpzone.remote Proxmox-Server
hex: hex:
ansible_ssh_host: 10.111.10.100 ansible_ssh_host: 10.111.10.100
ansible_user: root
vms: vms:
hosts: hosts:
...@@ -63,3 +70,4 @@ event: ...@@ -63,3 +70,4 @@ event:
# Wichtige Optionen: Nesting = Yes, keyctl = enabled # Wichtige Optionen: Nesting = Yes, keyctl = enabled
hix: hix:
ansible_ssh_host: 10.111.10.101 ansible_ssh_host: 10.111.10.101
ansible_user: root
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment