ansible/roles/applications
ilia e897b1a027
Some checks failed
CI / lint-and-test (push) Successful in 1m16s
CI / ansible-validation (push) Successful in 5m49s
CI / secret-scanning (push) Successful in 1m33s
CI / dependency-scan (push) Successful in 2m48s
CI / sast-scan (push) Successful in 5m46s
CI / license-check (push) Successful in 1m11s
CI / vault-check (push) Failing after 5m25s
CI / playbook-test (push) Successful in 5m32s
CI / container-scan (push) Successful in 4m32s
CI / sonar-analysis (push) Successful in 6m53s
CI / workflow-summary (push) Successful in 1m6s
Fix: Resolve linting errors and improve firewall configuration (#2)
- Fix UFW firewall to allow outbound traffic (was blocking all outbound)
- Add HOST parameter support to shell Makefile target
- Fix all ansible-lint errors (trailing spaces, missing newlines, document starts)
- Add changed_when: false to check commands
- Fix variable naming (vault_devGPU -> vault_devgpu)
- Update .ansible-lint config to exclude .gitea/ and allow strategy: free
- Fix NodeSource repository GPG key handling in shell playbook
- Add missing document starts to host_vars files
- Clean up empty lines in datascience role files

Reviewed-on: #2
2025-12-25 16:47:26 -05:00
..

Role: applications

Description

Installs desktop applications for development and productivity including browsers, office suites, and utilities.

Requirements

  • Ansible 2.9+
  • Debian/Ubuntu with desktop environment
  • Internet access for package downloads

Installed Applications

  • Brave Browser: Privacy-focused web browser
  • LibreOffice: Complete office suite
  • Evince: PDF document viewer
  • Redshift: Blue light filter for eye comfort

Variables

Variable Default Description
applications_install_brave true Install Brave browser
applications_install_libreoffice true Install LibreOffice suite
applications_install_evince true Install PDF viewer
applications_install_redshift true Install blue light filter

Dependencies

  • base role (for package management)

Example Playbook

- hosts: desktop
  roles:
    - { role: applications, applications_install_brave: false }

Tags

  • applications: All application installations
  • apps: Alias for applications
  • browser: Browser installation only
  • office: Office suite installation only

Notes

  • Adds external repositories for Brave browser
  • Requires desktop environment for GUI applications
  • Applications are installed system-wide