initial upload
This commit is contained in:
1
host_vars/admin.srv/ansible.yml
Normal file
1
host_vars/admin.srv/ansible.yml
Normal file
@@ -0,0 +1 @@
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
9
host_vars/admin.srv/datacenter.yml
Normal file
9
host_vars/admin.srv/datacenter.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
datacenter_id: msiserv
|
||||
datacenter_name: EU-Romania
|
||||
datacenter_full_name: Maruntiel
|
||||
datacenter_local_networks:
|
||||
- 10.11.11.0/24
|
||||
- 10.11.12.0/24
|
||||
|
||||
1
host_vars/admin.srv/network.yml
Normal file
1
host_vars/admin.srv/network.yml
Normal file
@@ -0,0 +1 @@
|
||||
network_private_ip: 10.11.11.200
|
||||
1
host_vars/eu.srv/ansible.yml
Normal file
1
host_vars/eu.srv/ansible.yml
Normal file
@@ -0,0 +1 @@
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
11
host_vars/eu.srv/datacenter.yml
Normal file
11
host_vars/eu.srv/datacenter.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
datacenter_id: msiserv
|
||||
datacenter_name: EU-Germany
|
||||
datacenter_full_name: Contabo
|
||||
datacenter_local_networks:
|
||||
- 192.168.255.0/24
|
||||
- 10.11.201.0/24
|
||||
datacenter_public_networks:
|
||||
- 62.171.160.169/32
|
||||
|
||||
2
host_vars/eu.srv/network.yml
Normal file
2
host_vars/eu.srv/network.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
network_public_ip: 62.171.160.169
|
||||
network_private_ip: 10.11.201.101
|
||||
1
host_vars/rpi4.srv/ansible.yml
Normal file
1
host_vars/rpi4.srv/ansible.yml
Normal file
@@ -0,0 +1 @@
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
9
host_vars/rpi4.srv/datacenter.yml
Normal file
9
host_vars/rpi4.srv/datacenter.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
datacenter_id: msiserv
|
||||
datacenter_name: EU-Romania
|
||||
datacenter_full_name: Maruntiel
|
||||
datacenter_local_networks:
|
||||
- 10.11.11.0/24
|
||||
- 10.11.12.0/24
|
||||
|
||||
1
host_vars/rpi4.srv/network.yml
Normal file
1
host_vars/rpi4.srv/network.yml
Normal file
@@ -0,0 +1 @@
|
||||
network_private_ip: 10.11.12.150
|
||||
1
host_vars/us.srv/ansible.yml
Normal file
1
host_vars/us.srv/ansible.yml
Normal file
@@ -0,0 +1 @@
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
10
host_vars/us.srv/datacenter.yml
Normal file
10
host_vars/us.srv/datacenter.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
datacenter_id: msiserv
|
||||
datacenter_name: US-New_York
|
||||
datacenter_full_name: Contabo
|
||||
datacenter_local_networks:
|
||||
- 192.168.255.0/24
|
||||
- 10.11.202.0/24
|
||||
datacenter_public_networks:
|
||||
- 207.244.234.58/32
|
||||
2
host_vars/us.srv/network.yml
Normal file
2
host_vars/us.srv/network.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
network_public_ip: 207.244.234.58
|
||||
network_private_ip: 10.11.202.101
|
||||
Reference in New Issue
Block a user