diff --git a/.gitmodules b/.gitmodules index 833d6ca..8c3cf57 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "roles/tor"] path = roles/tor url = https://git.redxen.eu/RedXen/ansible-tor +[submodule "roles/minecraft"] + path = roles/minecraft + url = https://git.redxen.eu/RedXen/ansible-minecraft diff --git a/minecraft.yml b/minecraft.yml new file mode 100644 index 0000000..4e15e34 --- /dev/null +++ b/minecraft.yml @@ -0,0 +1,4 @@ +--- +- hosts: minecraft + roles: + - minecraft diff --git a/production b/production index d92b255..1a1e9ab 100644 --- a/production +++ b/production @@ -1,40 +1,25 @@ n0 -n1 -n2 -n3 -n4 [web] n0 -n2 -n4 - -[database] -n4 [monitoring] n0 -n1 -n2 -n3 -n4 [dns] n0 -n1 -n2 -n3 -n4 [git] n0 [mumble] -n1 +n0 [wireguard] n0 -n3 [tor] -n2 +n0 + +[minecraft] +n0 diff --git a/roles/common b/roles/common index 423df41..4256189 160000 --- a/roles/common +++ b/roles/common @@ -1 +1 @@ -Subproject commit 423df41568023d0864908aba913b1d630db1ebe9 +Subproject commit 42561893f32b7c9cfcdcaacb50202badb4207b58 diff --git a/roles/database b/roles/database index 4d0231a..7f08db3 160000 --- a/roles/database +++ b/roles/database @@ -1 +1 @@ -Subproject commit 4d0231ad82aa641b5d69811821794caa846c5466 +Subproject commit 7f08db387335c5be4a68d60e8b9b21973e23945f diff --git a/roles/dns b/roles/dns index e397c0d..4edad79 160000 --- a/roles/dns +++ b/roles/dns @@ -1 +1 @@ -Subproject commit e397c0d0d271a5487f6474e67d1e5335d58706c9 +Subproject commit 4edad7987c6b2239afbb2c96df4f5a1be7264361 diff --git a/roles/git b/roles/git index 6811bbd..5982eba 160000 --- a/roles/git +++ b/roles/git @@ -1 +1 @@ -Subproject commit 6811bbd1f49c078e9bfdda6aac5d89c7f7e032e6 +Subproject commit 5982eba06b0c200ff7e22ce641d366650696cf97 diff --git a/roles/minecraft b/roles/minecraft new file mode 160000 index 0000000..cd9b292 --- /dev/null +++ b/roles/minecraft @@ -0,0 +1 @@ +Subproject commit cd9b29238316025b7f059b81a9abe319932f37d0 diff --git a/roles/monitoring b/roles/monitoring index 4ebafc1..ba6610e 160000 --- a/roles/monitoring +++ b/roles/monitoring @@ -1 +1 @@ -Subproject commit 4ebafc1e6f77932593fb3d70c91eea6b86a4d0e4 +Subproject commit ba6610e22a91835a866dd60681dff3d1da6b1a61 diff --git a/roles/mumble b/roles/mumble index 680fa6d..2418e25 160000 --- a/roles/mumble +++ b/roles/mumble @@ -1 +1 @@ -Subproject commit 680fa6d4f3fed36a0498ca90fd987e00a34623c4 +Subproject commit 2418e25b617116e66099a37cf8cb7d31b770deb9 diff --git a/roles/tor b/roles/tor index b385165..63873d8 160000 --- a/roles/tor +++ b/roles/tor @@ -1 +1 @@ -Subproject commit b385165ce210507db72baadb10f65892adc60cfd +Subproject commit 63873d89d13c6df9aa4fec9d2e94e604b4bc4b0f diff --git a/roles/web b/roles/web index 26048a9..b5568de 160000 --- a/roles/web +++ b/roles/web @@ -1 +1 @@ -Subproject commit 26048a9e1c12c6a20afca76974d4ab8bcd723a01 +Subproject commit b5568de7c5bda3f0965e9ddedaf71fb4a31dadd8 diff --git a/roles/wireguard b/roles/wireguard index 773137c..0cd5cb1 160000 --- a/roles/wireguard +++ b/roles/wireguard @@ -1 +1 @@ -Subproject commit 773137c9d3c2e9b8424856b91f21595c1c179cf9 +Subproject commit 0cd5cb1cf8c9d1da13a7826678626c6c8d9254c7