mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Start setting up and developing homebox
This commit is contained in:
parent
88bc5e672a
commit
3c14e4c48d
4 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -141,3 +141,6 @@
|
||||||
[submodule "collections/ansible_collections/l3d/time"]
|
[submodule "collections/ansible_collections/l3d/time"]
|
||||||
path = collections/ansible_collections/l3d/time
|
path = collections/ansible_collections/l3d/time
|
||||||
url = https://github.com/roles-ansible/ansible_collection_time.git
|
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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2d3f508d490d8576cff68dc32c64450b8c7894d3
|
Subproject commit 98d754d5a3347b5cd53f861a152fb5605457e30e
|
1
roles/l3d.homebox
Submodule
1
roles/l3d.homebox
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ea4670f5f64b6648039071132000cadf8e62a3a1
|
1
site.yml
1
site.yml
|
@ -50,6 +50,7 @@
|
||||||
- {role: do1jlr.etebase, tags: [etebase, etesync, calendar, kalender, contacts, kontakte]}
|
- {role: do1jlr.etebase, tags: [etebase, etesync, calendar, kalender, contacts, kontakte]}
|
||||||
- {role: grafana.grafana.grafana, tags: [grafana. monitoring]}
|
- {role: grafana.grafana.grafana, tags: [grafana. monitoring]}
|
||||||
- {role: prometheus.prometheus.prometheus, tags: [monitoring, prometheus]}
|
- {role: prometheus.prometheus.prometheus, tags: [monitoring, prometheus]}
|
||||||
|
- {role: l3d.homebox, tags: [homebox]}
|
||||||
|
|
||||||
- name: Deploy mail config
|
- name: Deploy mail config
|
||||||
hosts: mail
|
hosts: mail
|
||||||
|
|
Loading…
Reference in a new issue