From a6804a368a6608cb594136708c3383658cefa6b2 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 26 Aug 2022 22:22:55 +0930 Subject: [PATCH] Added aditional submodules --- .gitmodules | 123 ++++++++++++++++++++++++++ .local/src/SF-Mono-Nerd-Font | 1 + .local/src/ansible-playbooks-generic | 1 + .local/src/ansible-playbooks-homelab | 1 + .local/src/ansible-playbooks-prod | 1 + .local/src/ansible-role-apt | 1 + .local/src/ansible-role-base | 1 + .local/src/ansible-role-bind | 1 + .local/src/ansible-role-certbot | 1 + .local/src/ansible-role-cloudinit | 1 + .local/src/ansible-role-cronapt | 1 + .local/src/ansible-role-disk | 1 + .local/src/ansible-role-drbd | 1 + .local/src/ansible-role-epel | 1 + .local/src/ansible-role-flags | 1 + .local/src/ansible-role-gitea | 1 + .local/src/ansible-role-groups | 1 + .local/src/ansible-role-haproxy | 1 + .local/src/ansible-role-hostname | 1 + .local/src/ansible-role-hostsfile | 1 + .local/src/ansible-role-interfaces | 1 + .local/src/ansible-role-keepalived | 1 + .local/src/ansible-role-logindefs | 1 + .local/src/ansible-role-mariadbgalera | 1 + .local/src/ansible-role-nfsclient | 1 + .local/src/ansible-role-nfsserver | 1 + .local/src/ansible-role-nginx | 1 + .local/src/ansible-role-nzbget | 1 + .local/src/ansible-role-ohmyzsh | 1 + .local/src/ansible-role-profile | 1 + .local/src/ansible-role-radarr | 1 + .local/src/ansible-role-resolvfile | 1 + .local/src/ansible-role-rootuser | 1 + .local/src/ansible-role-shorewall | 1 + .local/src/ansible-role-sonarr | 1 + .local/src/ansible-role-squid | 1 + .local/src/ansible-role-sssdad | 1 + .local/src/ansible-role-sudoers | 1 + .local/src/ansible-role-unifi | 1 + .local/src/ansible-vault-pass-client | 1 + .local/src/betterlockscreen | 1 + .local/src/mytoolsapi | 1 + 42 files changed, 164 insertions(+) create mode 160000 .local/src/SF-Mono-Nerd-Font create mode 160000 .local/src/ansible-playbooks-generic create mode 160000 .local/src/ansible-playbooks-homelab create mode 160000 .local/src/ansible-playbooks-prod create mode 160000 .local/src/ansible-role-apt create mode 160000 .local/src/ansible-role-base create mode 160000 .local/src/ansible-role-bind create mode 160000 .local/src/ansible-role-certbot create mode 160000 .local/src/ansible-role-cloudinit create mode 160000 .local/src/ansible-role-cronapt create mode 160000 .local/src/ansible-role-disk create mode 160000 .local/src/ansible-role-drbd create mode 160000 .local/src/ansible-role-epel create mode 160000 .local/src/ansible-role-flags create mode 160000 .local/src/ansible-role-gitea create mode 160000 .local/src/ansible-role-groups create mode 160000 .local/src/ansible-role-haproxy create mode 160000 .local/src/ansible-role-hostname create mode 160000 .local/src/ansible-role-hostsfile create mode 160000 .local/src/ansible-role-interfaces create mode 160000 .local/src/ansible-role-keepalived create mode 160000 .local/src/ansible-role-logindefs create mode 160000 .local/src/ansible-role-mariadbgalera create mode 160000 .local/src/ansible-role-nfsclient create mode 160000 .local/src/ansible-role-nfsserver create mode 160000 .local/src/ansible-role-nginx create mode 160000 .local/src/ansible-role-nzbget create mode 160000 .local/src/ansible-role-ohmyzsh create mode 160000 .local/src/ansible-role-profile create mode 160000 .local/src/ansible-role-radarr create mode 160000 .local/src/ansible-role-resolvfile create mode 160000 .local/src/ansible-role-rootuser create mode 160000 .local/src/ansible-role-shorewall create mode 160000 .local/src/ansible-role-sonarr create mode 160000 .local/src/ansible-role-squid create mode 160000 .local/src/ansible-role-sssdad create mode 160000 .local/src/ansible-role-sudoers create mode 160000 .local/src/ansible-role-unifi create mode 160000 .local/src/ansible-vault-pass-client create mode 160000 .local/src/betterlockscreen create mode 160000 .local/src/mytoolsapi diff --git a/.gitmodules b/.gitmodules index 54b82fa..9b57b05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,126 @@ [submodule ".config/password-store"] path = .config/password-store url = https://git.unkin.net/unkinben/pass.git +[submodule ".local/src/ansible-role-base"] + path = .local/src/ansible-role-base + url = git@github.com:neoloc/ansible-role-base.git +[submodule ".local/src/ansible-vault-pass-client"] + path = .local/src/ansible-vault-pass-client + url = https://github.com/me-vlad/ansible-vault-pass-client +[submodule ".local/src/ansible-role-rootuser"] + path = .local/src/ansible-role-rootuser + url = git@github.com:neoloc/ansible-role-rootuser.git +[submodule ".local/src/ansible-role-groups"] + path = .local/src/ansible-role-groups + url = git@github.com:neoloc/ansible-role-groups.git +[submodule ".local/src/ansible-playbooks-generic"] + path = .local/src/ansible-playbooks-generic + url = git@github.com:neoloc/ansible-playbooks-generic.git +[submodule ".local/src/ansible-role-logindefs"] + path = .local/src/ansible-role-logindefs + url = git@github.com:neoloc/ansible-role-logindefs.git +[submodule ".local/src/ansible-role-profile"] + path = .local/src/ansible-role-profile + url = git@github.com:neoloc/ansible-role-profile.git +[submodule ".local/src/ansible-role-apt"] + path = .local/src/ansible-role-apt + url = git@github.com:neoloc/ansible-role-apt.git +[submodule ".local/src/ansible-role-hostname"] + path = .local/src/ansible-role-hostname + url = git@github.com:neoloc/ansible-role-hostname.git +[submodule ".local/src/ansible-role-hostsfile"] + path = .local/src/ansible-role-hostsfile + url = git@github.com:neoloc/ansible-role-hostsfile.git +[submodule ".local/src/ansible-role-shorewall"] + path = .local/src/ansible-role-shorewall + url = git@github.com:neoloc/ansible-role-shorewall.git +[submodule ".local/src/ansible-role-sudoers"] + path = .local/src/ansible-role-sudoers + url = git@github.com:neoloc/ansible-role-sudoers.git +[submodule ".local/src/ansible-playbooks-homelab"] + path = .local/src/ansible-playbooks-homelab + url = ssh://git@git.unkin.net:2222/unkinben/ansible-playbooks-homelab.git +[submodule ".local/src/ansible-playbooks-prod"] + path = .local/src/ansible-playbooks-prod + url = git@github.com:neoloc/ansible-playbooks-prod.git +[submodule ".local/src/ansible-role-cloudinit"] + path = .local/src/ansible-role-cloudinit + url = git@github.com:neoloc/ansible-role-cloudinit.git +[submodule ".local/src/ansible-role-keepalived"] + path = .local/src/ansible-role-keepalived + url = git@github.com:neoloc/ansible-role-keepalived.git +[submodule ".local/src/ansible-role-bind"] + path = .local/src/ansible-role-bind + url = git@github.com:neoloc/ansible-role-bind.git +[submodule ".local/src/ansible-role-mariadbgalera"] + path = .local/src/ansible-role-mariadbgalera + url = git@github.com:neoloc/ansible-role-mariadbgalera.git +[submodule ".local/src/ansible-role-interfaces"] + path = .local/src/ansible-role-interfaces + url = git@github.com:neoloc/ansible-role-interfaces.git +[submodule ".local/src/ansible-role-resolvfile"] + path = .local/src/ansible-role-resolvfile + url = git@github.com:neoloc/ansible-role-resolvfile.git +[submodule ".local/src/ansible-role-certbot"] + path = .local/src/ansible-role-certbot + url = git@github.com:neoloc/ansible-role-certbot.git +[submodule ".local/src/ansible-role-epel"] + path = .local/src/ansible-role-epel + url = git@github.com:neoloc/ansible-role-epel.git +[submodule ".local/src/ansible-role-unifi"] + path = .local/src/ansible-role-unifi + url = git@github.com:neoloc/ansbible-role-unifi.git +[submodule ".local/src/ansible-role-haproxy"] + path = .local/src/ansible-role-haproxy + url = git@github.com:neoloc/ansible-role-haproxy.git +[submodule ".local/src/ansible-role-nfsclient"] + path = .local/src/ansible-role-nfsclient + url = git@github.com:neoloc/ansible-role-nfsclient.git +[submodule ".local/src/ansible-role-nfsserver"] + path = .local/src/ansible-role-nfsserver + url = git@github.com:neoloc/ansible-role-nfsserver.git +[submodule ".local/src/ansible-role-drbd"] + path = .local/src/ansible-role-drbd + url = git@github.com:neoloc/ansible-role-drbd.git +[submodule ".local/src/ansible-role-flags"] + path = .local/src/ansible-role-flags + url = git@github.com:neoloc/ansible-role-flags.git +[submodule ".local/src/ansible-role-gitea"] + path = .local/src/ansible-role-gitea + url = git@github.com:neoloc/ansible-role-gitea.git +[submodule ".local/src/ansible-role-cronapt"] + path = .local/src/ansible-role-cronapt + url = git@github.com:neoloc/ansible-role-cronapt.git +[submodule ".local/src/ansible-role-nzbget"] + path = .local/src/ansible-role-nzbget + url = git@github.com:neoloc/ansible-role-nzbget.git +[submodule ".local/src/ansible-role-radarr"] + path = .local/src/ansible-role-radarr + url = git@github.com:neoloc/ansible-role-radarr.git +[submodule ".local/src/ansible-role-sonarr"] + path = .local/src/ansible-role-sonarr + url = git@github.com:neoloc/ansible-role-sonarr.git +[submodule ".local/src/ansible-role-nginx"] + path = .local/src/ansible-role-nginx + url = https://git.unkin.net/unkinben/ansible-role-nginx.git +[submodule ".local/src/ansible-role-squid"] + path = .local/src/ansible-role-squid + url = git@github.com:neoloc/ansible-role-squid.git +[submodule ".local/src/ansible-role-disk"] + path = .local/src/ansible-role-disk + url = git@github.com:neoloc/ansible-role-disk.git +[submodule ".local/src/ansible-role-sssdad"] + path = .local/src/ansible-role-sssdad + url = git@github.com:neoloc/ansible-role-sssdad.git +[submodule ".local/src/ansible-role-ohmyzsh"] + path = .local/src/ansible-role-ohmyzsh + url = git@github.com:neoloc/ansible-role-ohmyzsh.git +[submodule ".local/src/betterlockscreen"] + path = .local/src/betterlockscreen + url = https://github.com/pavanjadhaw/betterlockscreen +[submodule ".local/src/mytoolsapi"] + path = .local/src/mytoolsapi + url = git@github.com:neoloc/mytoolsapi.git +[submodule ".local/src/SF-Mono-Nerd-Font"] + path = .local/src/SF-Mono-Nerd-Font + url = https://github.com/epk/SF-Mono-Nerd-Font.git diff --git a/.local/src/SF-Mono-Nerd-Font b/.local/src/SF-Mono-Nerd-Font new file mode 160000 index 0000000..9563bc3 --- /dev/null +++ b/.local/src/SF-Mono-Nerd-Font @@ -0,0 +1 @@ +Subproject commit 9563bc37c41253e625c207ed5772627698c35fac diff --git a/.local/src/ansible-playbooks-generic b/.local/src/ansible-playbooks-generic new file mode 160000 index 0000000..68cdd0c --- /dev/null +++ b/.local/src/ansible-playbooks-generic @@ -0,0 +1 @@ +Subproject commit 68cdd0c8c08dc09cb787e8e07895d8fc9dcd84f5 diff --git a/.local/src/ansible-playbooks-homelab b/.local/src/ansible-playbooks-homelab new file mode 160000 index 0000000..c5aa091 --- /dev/null +++ b/.local/src/ansible-playbooks-homelab @@ -0,0 +1 @@ +Subproject commit c5aa09154071db3114457cb899eccde3396cb2ae diff --git a/.local/src/ansible-playbooks-prod b/.local/src/ansible-playbooks-prod new file mode 160000 index 0000000..e634711 --- /dev/null +++ b/.local/src/ansible-playbooks-prod @@ -0,0 +1 @@ +Subproject commit e63471180860beebbc44b83c93a9a6ed80425abf diff --git a/.local/src/ansible-role-apt b/.local/src/ansible-role-apt new file mode 160000 index 0000000..0d153ed --- /dev/null +++ b/.local/src/ansible-role-apt @@ -0,0 +1 @@ +Subproject commit 0d153edda876543b1f618cdac1a427bda19e1e53 diff --git a/.local/src/ansible-role-base b/.local/src/ansible-role-base new file mode 160000 index 0000000..98e0a00 --- /dev/null +++ b/.local/src/ansible-role-base @@ -0,0 +1 @@ +Subproject commit 98e0a005aaa0a40efc378409d15889f5217f35d1 diff --git a/.local/src/ansible-role-bind b/.local/src/ansible-role-bind new file mode 160000 index 0000000..cc70bb5 --- /dev/null +++ b/.local/src/ansible-role-bind @@ -0,0 +1 @@ +Subproject commit cc70bb5c0c871de436679405e9cbfe5bcc61139c diff --git a/.local/src/ansible-role-certbot b/.local/src/ansible-role-certbot new file mode 160000 index 0000000..8c8819d --- /dev/null +++ b/.local/src/ansible-role-certbot @@ -0,0 +1 @@ +Subproject commit 8c8819d6e3ed200a05f6cd758f1604ac17908bfa diff --git a/.local/src/ansible-role-cloudinit b/.local/src/ansible-role-cloudinit new file mode 160000 index 0000000..1aa34f8 --- /dev/null +++ b/.local/src/ansible-role-cloudinit @@ -0,0 +1 @@ +Subproject commit 1aa34f8ff886938c6951ec5cf733903471b68e65 diff --git a/.local/src/ansible-role-cronapt b/.local/src/ansible-role-cronapt new file mode 160000 index 0000000..a6bdbb2 --- /dev/null +++ b/.local/src/ansible-role-cronapt @@ -0,0 +1 @@ +Subproject commit a6bdbb2e55985dd059898f9fcb4c9954dadc49f9 diff --git a/.local/src/ansible-role-disk b/.local/src/ansible-role-disk new file mode 160000 index 0000000..6585efa --- /dev/null +++ b/.local/src/ansible-role-disk @@ -0,0 +1 @@ +Subproject commit 6585efaf60b6f422c62d90a7bdd280dfb4d8e7c4 diff --git a/.local/src/ansible-role-drbd b/.local/src/ansible-role-drbd new file mode 160000 index 0000000..a54a6c8 --- /dev/null +++ b/.local/src/ansible-role-drbd @@ -0,0 +1 @@ +Subproject commit a54a6c81eb47828470dd2e6175bf548d3839c1bd diff --git a/.local/src/ansible-role-epel b/.local/src/ansible-role-epel new file mode 160000 index 0000000..b6b764b --- /dev/null +++ b/.local/src/ansible-role-epel @@ -0,0 +1 @@ +Subproject commit b6b764b0d0cf2ac7b7c13cbd7e3f60dc9cf5b223 diff --git a/.local/src/ansible-role-flags b/.local/src/ansible-role-flags new file mode 160000 index 0000000..7301189 --- /dev/null +++ b/.local/src/ansible-role-flags @@ -0,0 +1 @@ +Subproject commit 7301189d1b1f3910f00bc9e6f2767774ada12999 diff --git a/.local/src/ansible-role-gitea b/.local/src/ansible-role-gitea new file mode 160000 index 0000000..9134fc4 --- /dev/null +++ b/.local/src/ansible-role-gitea @@ -0,0 +1 @@ +Subproject commit 9134fc40ace4bb434c133d116d4b2011abd29066 diff --git a/.local/src/ansible-role-groups b/.local/src/ansible-role-groups new file mode 160000 index 0000000..a9148d7 --- /dev/null +++ b/.local/src/ansible-role-groups @@ -0,0 +1 @@ +Subproject commit a9148d784b2243b34d4c256b6fe6e092e84a3168 diff --git a/.local/src/ansible-role-haproxy b/.local/src/ansible-role-haproxy new file mode 160000 index 0000000..27c2ad3 --- /dev/null +++ b/.local/src/ansible-role-haproxy @@ -0,0 +1 @@ +Subproject commit 27c2ad3dd073a569553fc06daa3e34c1df14653d diff --git a/.local/src/ansible-role-hostname b/.local/src/ansible-role-hostname new file mode 160000 index 0000000..852146d --- /dev/null +++ b/.local/src/ansible-role-hostname @@ -0,0 +1 @@ +Subproject commit 852146d3c0bf90bbc1abb24474951eb705730787 diff --git a/.local/src/ansible-role-hostsfile b/.local/src/ansible-role-hostsfile new file mode 160000 index 0000000..3464232 --- /dev/null +++ b/.local/src/ansible-role-hostsfile @@ -0,0 +1 @@ +Subproject commit 346423217719c173be8c1aba12ad260ba59cc07a diff --git a/.local/src/ansible-role-interfaces b/.local/src/ansible-role-interfaces new file mode 160000 index 0000000..d3e32bf --- /dev/null +++ b/.local/src/ansible-role-interfaces @@ -0,0 +1 @@ +Subproject commit d3e32bf4c7154ce2ef5e4809dab4a088d1ba0e7d diff --git a/.local/src/ansible-role-keepalived b/.local/src/ansible-role-keepalived new file mode 160000 index 0000000..f582c5c --- /dev/null +++ b/.local/src/ansible-role-keepalived @@ -0,0 +1 @@ +Subproject commit f582c5ca1a51afca224fef8de8b4647e09989ed2 diff --git a/.local/src/ansible-role-logindefs b/.local/src/ansible-role-logindefs new file mode 160000 index 0000000..67fcdfe --- /dev/null +++ b/.local/src/ansible-role-logindefs @@ -0,0 +1 @@ +Subproject commit 67fcdfe71891779baa98758a30f81f2c02dc2675 diff --git a/.local/src/ansible-role-mariadbgalera b/.local/src/ansible-role-mariadbgalera new file mode 160000 index 0000000..17f313f --- /dev/null +++ b/.local/src/ansible-role-mariadbgalera @@ -0,0 +1 @@ +Subproject commit 17f313f8736d2ded24aeefc950a6ec7a55353ecc diff --git a/.local/src/ansible-role-nfsclient b/.local/src/ansible-role-nfsclient new file mode 160000 index 0000000..63bdca2 --- /dev/null +++ b/.local/src/ansible-role-nfsclient @@ -0,0 +1 @@ +Subproject commit 63bdca26a936eebc55c398f496cc120595d14f27 diff --git a/.local/src/ansible-role-nfsserver b/.local/src/ansible-role-nfsserver new file mode 160000 index 0000000..0d3dfcf --- /dev/null +++ b/.local/src/ansible-role-nfsserver @@ -0,0 +1 @@ +Subproject commit 0d3dfcf41db6d1caad3768aade50a11902b634ed diff --git a/.local/src/ansible-role-nginx b/.local/src/ansible-role-nginx new file mode 160000 index 0000000..25382bb --- /dev/null +++ b/.local/src/ansible-role-nginx @@ -0,0 +1 @@ +Subproject commit 25382bb457605b95ad5b8a94aa71d2c067d63a49 diff --git a/.local/src/ansible-role-nzbget b/.local/src/ansible-role-nzbget new file mode 160000 index 0000000..f277dfb --- /dev/null +++ b/.local/src/ansible-role-nzbget @@ -0,0 +1 @@ +Subproject commit f277dfbe0e4359e850adef49dc2e70d05733cfd9 diff --git a/.local/src/ansible-role-ohmyzsh b/.local/src/ansible-role-ohmyzsh new file mode 160000 index 0000000..88f72bf --- /dev/null +++ b/.local/src/ansible-role-ohmyzsh @@ -0,0 +1 @@ +Subproject commit 88f72bf96acb96aecc217ca6c994a5022bd5d754 diff --git a/.local/src/ansible-role-profile b/.local/src/ansible-role-profile new file mode 160000 index 0000000..4cd5585 --- /dev/null +++ b/.local/src/ansible-role-profile @@ -0,0 +1 @@ +Subproject commit 4cd5585cd971bb7feb91323481a68d30046b59ac diff --git a/.local/src/ansible-role-radarr b/.local/src/ansible-role-radarr new file mode 160000 index 0000000..6096d28 --- /dev/null +++ b/.local/src/ansible-role-radarr @@ -0,0 +1 @@ +Subproject commit 6096d28976d371f867ee03faefe3d6a57d2c8399 diff --git a/.local/src/ansible-role-resolvfile b/.local/src/ansible-role-resolvfile new file mode 160000 index 0000000..5e7355f --- /dev/null +++ b/.local/src/ansible-role-resolvfile @@ -0,0 +1 @@ +Subproject commit 5e7355f61b997db1f29d907a09df8b168c34d279 diff --git a/.local/src/ansible-role-rootuser b/.local/src/ansible-role-rootuser new file mode 160000 index 0000000..7278a63 --- /dev/null +++ b/.local/src/ansible-role-rootuser @@ -0,0 +1 @@ +Subproject commit 7278a6312569ed0debe2a3fba9ea74096273fcdb diff --git a/.local/src/ansible-role-shorewall b/.local/src/ansible-role-shorewall new file mode 160000 index 0000000..a3c0667 --- /dev/null +++ b/.local/src/ansible-role-shorewall @@ -0,0 +1 @@ +Subproject commit a3c0667c719c716aa0a2e318d071fdae3467d3eb diff --git a/.local/src/ansible-role-sonarr b/.local/src/ansible-role-sonarr new file mode 160000 index 0000000..cdccc7e --- /dev/null +++ b/.local/src/ansible-role-sonarr @@ -0,0 +1 @@ +Subproject commit cdccc7ed001b27342593efaf86c3781e031e39e4 diff --git a/.local/src/ansible-role-squid b/.local/src/ansible-role-squid new file mode 160000 index 0000000..329c89e --- /dev/null +++ b/.local/src/ansible-role-squid @@ -0,0 +1 @@ +Subproject commit 329c89e6f2f2bda4dcedd357c86a6639f9f5694e diff --git a/.local/src/ansible-role-sssdad b/.local/src/ansible-role-sssdad new file mode 160000 index 0000000..b4ed530 --- /dev/null +++ b/.local/src/ansible-role-sssdad @@ -0,0 +1 @@ +Subproject commit b4ed5305f3fbf7633df6d3cad8ada5c2a9df6bc3 diff --git a/.local/src/ansible-role-sudoers b/.local/src/ansible-role-sudoers new file mode 160000 index 0000000..30840e1 --- /dev/null +++ b/.local/src/ansible-role-sudoers @@ -0,0 +1 @@ +Subproject commit 30840e1e8cc8aae74969e52bc89a531701caec8c diff --git a/.local/src/ansible-role-unifi b/.local/src/ansible-role-unifi new file mode 160000 index 0000000..aad24f2 --- /dev/null +++ b/.local/src/ansible-role-unifi @@ -0,0 +1 @@ +Subproject commit aad24f2ea0501a486b9965b171917fd774e705c5 diff --git a/.local/src/ansible-vault-pass-client b/.local/src/ansible-vault-pass-client new file mode 160000 index 0000000..dd12982 --- /dev/null +++ b/.local/src/ansible-vault-pass-client @@ -0,0 +1 @@ +Subproject commit dd12982e7f21e55055bfa1bd8eb61364dff279d7 diff --git a/.local/src/betterlockscreen b/.local/src/betterlockscreen new file mode 160000 index 0000000..9e43994 --- /dev/null +++ b/.local/src/betterlockscreen @@ -0,0 +1 @@ +Subproject commit 9e43994c25e207fdc0932b3c2629fe99a178ed4f diff --git a/.local/src/mytoolsapi b/.local/src/mytoolsapi new file mode 160000 index 0000000..553caa1 --- /dev/null +++ b/.local/src/mytoolsapi @@ -0,0 +1 @@ +Subproject commit 553caa12daa8d3e48ded536d8eaf9657f3b1c82b