Initial commit

This commit is contained in:
Alex 2020-04-02 19:54:11 +02:00
commit bfaef031ba
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
13 changed files with 49 additions and 0 deletions

15
.gitmodules vendored Normal file
View File

@ -0,0 +1,15 @@
[submodule "roles/database"]
path = roles/database
url = ssh://git.redxen.eu/RedXen/ansible-database
[submodule "roles/common"]
path = roles/common
url = ssh://git.redxen.eu/RedXen/ansible-common
[submodule "roles/dns"]
path = roles/dns
url = ssh://git.redxen.eu/RedXen/ansible-dns
[submodule "roles/web"]
path = roles/web
url = ssh://git.redxen.eu/RedXen/ansible-web
[submodule "roles/monitoring"]
path = roles/monitoring
url = ssh://git.redxen.eu/RedXen/ansible-monitoring

4
common.yml Normal file
View File

@ -0,0 +1,4 @@
---
- hosts: all
roles:
- common

4
database.yml Normal file
View File

@ -0,0 +1,4 @@
---
- hosts: database
roles:
- database

4
dns.yml Normal file
View File

@ -0,0 +1,4 @@
---
- hosts: dns
roles:
- dns

4
monitoring.yml Normal file
View File

@ -0,0 +1,4 @@
---
- hosts: monitoring
roles:
- monitoring

9
production Normal file
View File

@ -0,0 +1,9 @@
[web]
78.46.164.141
78.46.197.89
[dns]
116.203.189.84
[database]
78.46.197.89

1
roles/common Submodule

@ -0,0 +1 @@
Subproject commit a01d7916e104c7fd86ffb80e490700b04fce8e77

1
roles/database Submodule

@ -0,0 +1 @@
Subproject commit 301653ec5f7f38ba3f12591291398a31afaa38be

1
roles/dns Submodule

@ -0,0 +1 @@
Subproject commit a297501524141d31d142ad09099006dafaadfe3b

1
roles/monitoring Submodule

@ -0,0 +1 @@
Subproject commit fef66f3389adf275f336351f97d8ce28cabfa3b7

1
roles/web Submodule

@ -0,0 +1 @@
Subproject commit 8c73d5a6a7080862bf96ce50fbac32e9dbbc7786

0
testing Normal file
View File

4
web.yml Normal file
View File

@ -0,0 +1,4 @@
---
- hosts: web
roles:
- web