diff --git a/.gitmodules b/.gitmodules index 7e8d0b9..cdb505e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -141,3 +141,6 @@ [submodule "collections/ansible_collections/l3d/time"] path = collections/ansible_collections/l3d/time url = https://github.com/roles-ansible/ansible_collection_time.git +[submodule "roles/l3d.homebox"] + path = roles/l3d.homebox + url = https://github.com/roles-ansible/ansible_role_homebox.git diff --git a/collections/ansible_collections/l3d/git b/collections/ansible_collections/l3d/git index 2d3f508..98d754d 160000 --- a/collections/ansible_collections/l3d/git +++ b/collections/ansible_collections/l3d/git @@ -1 +1 @@ -Subproject commit 2d3f508d490d8576cff68dc32c64450b8c7894d3 +Subproject commit 98d754d5a3347b5cd53f861a152fb5605457e30e diff --git a/roles/l3d.homebox b/roles/l3d.homebox new file mode 160000 index 0000000..ea4670f --- /dev/null +++ b/roles/l3d.homebox @@ -0,0 +1 @@ +Subproject commit ea4670f5f64b6648039071132000cadf8e62a3a1 diff --git a/site.yml b/site.yml index cf050e1..bcd610a 100644 --- a/site.yml +++ b/site.yml @@ -50,6 +50,7 @@ - {role: do1jlr.etebase, tags: [etebase, etesync, calendar, kalender, contacts, kontakte]} - {role: grafana.grafana.grafana, tags: [grafana. monitoring]} - {role: prometheus.prometheus.prometheus, tags: [monitoring, prometheus]} + - {role: l3d.homebox, tags: [homebox]} - name: Deploy mail config hosts: mail