mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 14:04:24 +02:00
Fixed refactoring bugs of role namis
This commit is contained in:
parent
691b204512
commit
b494b80520
1
roles/alert-compose/vars/main.yml
Normal file
1
roles/alert-compose/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: compose
|
@ -1 +1,2 @@
|
||||
systemd_notifier_email_folder: "{{path_administrator_scripts}}alert-email/"
|
||||
systemd_notifier_email_folder: '{{path_administrator_scripts}}alert-email/'
|
||||
application_id: email
|
||||
|
@ -1,2 +1,3 @@
|
||||
systemd_telegram_folder: "/opt/ansible-roles/alert-telegram/"
|
||||
systemd_telegram_script: "{{systemd_telegram_folder}}alert-telegram.sh"
|
||||
systemd_telegram_folder: /opt/ansible-roles/alert-telegram/
|
||||
systemd_telegram_script: '{{systemd_telegram_folder}}alert-telegram.sh'
|
||||
application_id: telegram
|
||||
|
@ -3,7 +3,7 @@ roles:
|
||||
title: "Core & System"
|
||||
description: "Fundamental system configuration"
|
||||
icon: "fas fa-cogs"
|
||||
invokable: false
|
||||
invokable: true
|
||||
drv:
|
||||
title: "Drivers"
|
||||
description: "Roles for installing and configuring hardware drivers—covering printers, graphics, input devices, and other peripheral support."
|
||||
@ -13,7 +13,7 @@ roles:
|
||||
title: "Generic"
|
||||
description: "Helper roles & installers (git, locales, timer, etc.)"
|
||||
icon: "fas fa-wrench"
|
||||
invokable: false
|
||||
invokable: true
|
||||
desk:
|
||||
title: "Desktop"
|
||||
description: "Desktop environment roles & apps (GNOME, browser, LibreOffice, etc.)"
|
||||
@ -77,12 +77,12 @@ roles:
|
||||
title: "Monitoring"
|
||||
description: "Roles for system monitoring and health checks—encompassing bot-style automated checks and core low-level monitors for logs, containers, disk usage, and more."
|
||||
icon: "fas fa-chart-area"
|
||||
invokable: false
|
||||
invokable: true
|
||||
alert:
|
||||
title: "Alerting"
|
||||
description: "Notification handlers for system events"
|
||||
icon: "fas fa-bell"
|
||||
invokable: false
|
||||
invokable: true
|
||||
maint:
|
||||
title: "Maintenance & Healing"
|
||||
description: "Periodic maintenance & auto-recovery"
|
||||
|
1
roles/core-daemon/vars/main.yml
Normal file
1
roles/core-daemon/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: daemon
|
1
roles/core-journalctl/vars/main.yml
Normal file
1
roles/core-journalctl/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: journalctl
|
1
roles/core-security/vars/main.yml
Normal file
1
roles/core-security/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: security
|
1
roles/core-sshd/vars/main.yml
Normal file
1
roles/core-sshd/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: sshd
|
1
roles/core-sudo/vars/main.yml
Normal file
1
roles/core-sudo/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: sudo
|
@ -1 +1 @@
|
||||
application_id: git
|
||||
application_id: desk-git
|
||||
|
1
roles/gen-aur-helper/vars/main.yml
Normal file
1
roles/gen-aur-helper/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: aur-helper
|
1
roles/gen-certbot/vars/main.yml
Normal file
1
roles/gen-certbot/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: certbot
|
1
roles/gen-fakeroot/vars/main.yml
Normal file
1
roles/gen-fakeroot/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: fakeroot
|
1
roles/gen-gcc/vars/main.yml
Normal file
1
roles/gen-gcc/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: gcc
|
1
roles/gen-git/vars/main.yml
Normal file
1
roles/gen-git/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: git
|
1
roles/gen-hostname/vars/main.yml
Normal file
1
roles/gen-hostname/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: hostname
|
1
roles/gen-hunspell/vars/main.yml
Normal file
1
roles/gen-hunspell/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: hunspell
|
1
roles/gen-java/vars/main.yml
Normal file
1
roles/gen-java/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: java
|
1
roles/gen-locales/vars/main.yml
Normal file
1
roles/gen-locales/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: locales
|
1
roles/gen-make/vars/main.yml
Normal file
1
roles/gen-make/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: make
|
1
roles/gen-msmtp/vars/main.yml
Normal file
1
roles/gen-msmtp/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: msmtp
|
1
roles/gen-nodejs/vars/main.yml
Normal file
1
roles/gen-nodejs/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: nodejs
|
1
roles/gen-npm/vars/main.yml
Normal file
1
roles/gen-npm/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: npm
|
1
roles/gen-postfix/vars/main.yml
Normal file
1
roles/gen-postfix/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: postfix
|
1
roles/gen-python-pip/vars/main.yml
Normal file
1
roles/gen-python-pip/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: python-pip
|
1
roles/gen-python-yaml/vars/main.yml
Normal file
1
roles/gen-python-yaml/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: python-yaml
|
1
roles/gen-shell/vars/main.yml
Normal file
1
roles/gen-shell/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: shell
|
1
roles/gen-timer/vars/main.yml
Normal file
1
roles/gen-timer/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: timer
|
@ -1 +1,2 @@
|
||||
docker_health_btrfs_folder: "{{path_administrator_scripts}}mon-bot-btrfs/"
|
||||
docker_health_btrfs_folder: '{{path_administrator_scripts}}mon-bot-btrfs/'
|
||||
application_id: bot-btrfs
|
||||
|
@ -1,2 +1,3 @@
|
||||
health_csp_crawler_folder: "{{ path_administrator_scripts }}mon-bot-csp/"
|
||||
health_csp_crawler_script: "{{ health_csp_crawler_folder }}mon-bot-csp.py"
|
||||
health_csp_crawler_folder: '{{ path_administrator_scripts }}mon-bot-csp/'
|
||||
health_csp_crawler_script: '{{ health_csp_crawler_folder }}mon-bot-csp.py'
|
||||
application_id: bot-csp
|
||||
|
@ -1 +1,2 @@
|
||||
health_disc_space_folder: "{{path_administrator_scripts}}mon-bot-disc-space/"
|
||||
health_disc_space_folder: '{{path_administrator_scripts}}mon-bot-disc-space/'
|
||||
application_id: bot-disc-space
|
||||
|
@ -1 +1,2 @@
|
||||
health_docker_container_folder: "{{path_administrator_scripts}}mon-bot-docker-container/"
|
||||
health_docker_container_folder: '{{path_administrator_scripts}}mon-bot-docker-container/'
|
||||
application_id: bot-docker-container
|
||||
|
@ -1 +1,2 @@
|
||||
health_docker_volumes_folder: "{{path_administrator_scripts}}mon-bot-docker-volumes/"
|
||||
health_docker_volumes_folder: '{{path_administrator_scripts}}mon-bot-docker-volumes/'
|
||||
application_id: bot-docker-volumes
|
||||
|
@ -1 +1,2 @@
|
||||
health_journalctl_folder: "{{path_administrator_scripts}}mon-bot-journalctl/"
|
||||
health_journalctl_folder: '{{path_administrator_scripts}}mon-bot-journalctl/'
|
||||
application_id: bot-journalctl
|
||||
|
@ -1 +1,2 @@
|
||||
health_msmtp_folder: "{{ path_administrator_scripts }}mon-bot-msmtp/"
|
||||
health_msmtp_folder: '{{ path_administrator_scripts }}mon-bot-msmtp/'
|
||||
application_id: bot-msmtp
|
||||
|
@ -1 +1,2 @@
|
||||
health_nginx_folder: "{{ path_administrator_scripts }}mon-bot-webserver/"
|
||||
health_nginx_folder: '{{ path_administrator_scripts }}mon-bot-webserver/'
|
||||
application_id: bot-webserver
|
||||
|
Loading…
x
Reference in New Issue
Block a user