..
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 03:25:03 +02:00
2025-07-09 02:26:50 +02:00
2025-07-08 14:03:51 +02:00
2025-07-06 21:48:09 +02:00
2025-07-06 21:48:09 +02:00
2025-07-09 03:25:03 +02:00
2025-07-09 02:26:50 +02:00
2025-03-17 13:43:12 +01:00
2025-03-17 13:43:12 +01:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-03-17 05:10:43 +01:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 03:18:07 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-09 02:26:50 +02:00
2025-07-04 08:03:27 +02:00
2025-03-20 17:00:07 +01:00
2025-07-09 03:25:03 +02:00

Roles

This directory contains all of the Ansible roles used throughout the CyMaIS project. Roles are organized by function and prefixed accordingly.

For a complete list of role categories and detailed definitions, see:


Core & System

  • core-*
    Fundamental system configuration (SSH, journald, sudo, etc.)

  • generic-*
    Generic helpers and language/tool installers (e.g. generic-git, generic-locales, generic-timer)

  • desk-*
    Desktop environment and application roles (e.g. desk-gnome, utils-desk-browser, desk-libreoffice)


Webserver & HTTP

  • webserver-core
    Installs and configures the base Nginx server.

  • webserver-tls-*
    Manages TLS certificates and renewal (formerly “https”).

  • webserver-proxy-*
    Proxy and vhost orchestration roles (domain setup, OAuth2 proxy, etc.)

  • webserver-injector-*
    HTML response modifiers: CSS, JS, Matomo tracking, iframe notifier.

  • webserver-composer
    Aggregates multiple sub-filters into one include for your vhost.

  • web-service-*
    Staticcontent servers (assets, HTML, legal pages, file hosting).

  • web-app-*
    Application-specific Docker/Compose roles (e.g. GitLab, Nextcloud, Mastodon).


Network

  • network-*
    Network infrastructure (DNS records, WireGuard, Lets Encrypt entrypoints).

  • service-*
    Dockerdeployed services that arent “apps” (RDBMS, LDAP, Redis, OpenLDAP).


Monitoring & Alerting

  • mon-bot-*
    “Bot”-style health checks with alerts via Telegram, email, etc.

  • monitor-core-*
    Low-level system monitors (journalctl, Docker containers, disk space).

  • alert-*
    Failure or status notification handlers (core, email, Telegram).


Maintenance & Healing

  • maint-*
    Periodic maintenance tasks (Btrfs balancing, swapfile management).

  • maint-docker-*
    Automated recovery and restarts for Docker Compose workloads.

  • cleanup-*
    Housekeeping tasks (old backups, certs, log rotation).


Backup & Restore

  • backup-*
    Local and remote backup strategies for files, Docker volumes, databases.

Updates & Package Management

  • update-*
    Keeps OS and language packages up to date (update-apt, update-docker, update-pip, etc.)

  • pkgmgr-*
    Language or platform package managers (npm, pip, AUR helper).


Users & Access

  • user-*
    Creates user accounts and SSH keys.

  • user-administrator, user-root
    Specialized account configurations for privileged users.


Tip: To find a role quickly, search for its prefix:
core-, generic-, desk-, webserver-, web-service-, web-app-,
network-, service-, monitor-, alert-, maint-, cleanup-,
backup-, update-, pkgmgr-, user-.


For more details on which applications each role supports, see the Application Categories and the full Application Glossary.