server_automation

This repo is destined for my server automations and setup.

1 KBGITMODULES
.gitmodules
1 KB46 lines • plaintext
1[submodule "roles/user"]
2	path = roles/user
3	url = ../user
4[submodule "roles/system"]
5	path = roles/system
6	url = ../system
7[submodule "roles/gui-gnome"]
8	path = roles/gui-gnome
9	url = ../gui-gnome
10[submodule "roles/backup"]
11	path = roles/backup
12	url = ../backup
13[submodule "roles/homeassistant"]
14	path = roles/homeassistant
15	url = ../homeassistant
16[submodule "roles/nas"]
17	path = roles/nas
18	url = ../nas
19[submodule "roles/runner"]
20	path = roles/runner
21	url = ../runner
22[submodule "roles/gpu"]
23	path = roles/gpu
24	url = ../gpu
25[submodule "roles/docker-framework"]
26	path = roles/docker-framework
27	url = ../docker-framework
28[submodule "roles/storage"]
29	path = roles/storage
30	url = ../storage
31[submodule "roles/connectivity"]
32	path = roles/connectivity
33	url = ../connectivity
34[submodule "roles/entrance"]
35	path = roles/entrance
36	url = ../entrance
37[submodule "roles/monitoring"]
38	path = roles/monitoring
39	url = ../monitoring
40[submodule "roles/doorbell"]
41	path = roles/doorbell
42	url = ../doorbell
43[submodule "roles/audio-client"]
44	path = roles/audio-client
45	url = ../audio-client
46