ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 12407e86d67c44988803b9f3d534cdc60a1e0770
parent 2c5dd829cc81ed297c1b57dddc1b57f437c2f214
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 21 Feb 2021 16:29:17 +0100

add todo.txt
1 file changed, 60 insertions(+), 0 deletions(-)
A
todo.txt
|
60
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
diff --git a/todo.txt b/todo.txt
@@ -0,0 +1,60 @@
+todo:
+ -> mariadb role 
+ -> etherpad role 
+ -> mumble role 
+ -> minecraft role 
+ -> fbexporter role and aur package 
+ -> ctucx-gallery role and aur package
+ -> moodle role 
+ -> vnstat role
+ -> phpmyadmin role
+ -> alertmanager role 
+ -> acme-redirect role
+   - check for unneeded configs
+   - create certs for new defined configs 
+
+
+
+config:
+
+services:
+  mariadb:
+    enable: true
+    databases:
+      - name: db1
+      - name: db
+    users:
+      - username: test1
+        password: test1
+        privileges:
+          - "list"
+          - "of"
+          - "privileges"
+      - username: test2
+        password: test2
+        privileges:
+          - "list"
+          - "of"
+          - "privileges"
+
+  serial2tcp:
+    enable: true
+    device: tempsensors0
+
+  zigbee2mqtt:
+    enable: true
+    config:
+      <yamlconfig>
+
+  php:
+  	version: 8
+  	extraModules:
+  	  - xml
+  	  - rrd
+  	fpm:
+  	  enable: true
+  	  user: leah
+  	  group: leah
+  	  listenerPath: /run/php-fpm/php-fpm.sock
+  	  listenerOwner: nginx
+  	  listenerGroup: nginx