diff --git a/.gitmodules b/.gitmodules index faa6459..1595c15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "roles/git"] path = roles/git url = https://git.redxen.eu/RedXen/ansible-git +[submodule "roles/mumble"] + path = roles/mumble + url = https://git.redxen.eu/RedXen/ansible-mumble diff --git a/mumble.yml b/mumble.yml new file mode 100644 index 0000000..ef180ad --- /dev/null +++ b/mumble.yml @@ -0,0 +1,7 @@ +--- +- hosts: mumble + vars_files: + - '{{ role_path }}/vars/database.yml' + - '{{ role_path }}/vault/keys.yml' + roles: + - mumble diff --git a/production b/production index 088b6cc..f2c5ed2 100644 --- a/production +++ b/production @@ -28,3 +28,6 @@ n4 [git] n0 + +[mumble] +n1 diff --git a/roles/common b/roles/common index 6721553..423df41 160000 --- a/roles/common +++ b/roles/common @@ -1 +1 @@ -Subproject commit 6721553a2dde0a47ce2762535287ce3b3dd9fd35 +Subproject commit 423df41568023d0864908aba913b1d630db1ebe9 diff --git a/roles/dns b/roles/dns index 4a229a4..e397c0d 160000 --- a/roles/dns +++ b/roles/dns @@ -1 +1 @@ -Subproject commit 4a229a4dc34b0d7dfd57b443d2a171d5c17e7aca +Subproject commit e397c0d0d271a5487f6474e67d1e5335d58706c9 diff --git a/roles/mumble b/roles/mumble new file mode 160000 index 0000000..680fa6d --- /dev/null +++ b/roles/mumble @@ -0,0 +1 @@ +Subproject commit 680fa6d4f3fed36a0498ca90fd987e00a34623c4