Skip to content
Snippets Groups Projects
Select Git revision
  • ffd7524c5f6f9fc099f2057e172a1f3892f5e204
  • master default protected
  • th/caddy-wip
  • th/caddy
  • th/lego
  • th/acmebot
  • pyzabbix
  • th/keycloak
8 results

schilder.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    software.yml 4.95 KiB
    ---
    # file: roles/client/tasks/desktop.yml
    
    - name: Install Intel and Realtek firmware for Dell clients
      apt:
        name:
          - firmware-misc-nonfree
          - firmware-realtek
          - firmware-iwlwifi
        state: present
      when: ansible_system_vendor == "Dell Inc."
    
    - name: ensure office applications are installed
      apt:
        name:
          - libreoffice  # this is a meta-package
          - libreoffice-help-de
          - libreoffice-l10n-de
          - libreoffice-kde5
          - texstudio
        state: present
    
    - name: ensure artistic applications are installed
      apt:
        name:
          - inkscape
          - gimp
          - gimp-dcraw
          - gimp-texturize
          - scribus
          - scribus-doc
          - scribus-template
          - dia
          - gnuplot
        state: present
    
    - name: ensure pdf applications are installed
      apt:
        name:
          - evince
          - pdfgrep
          - pdfmod
          - pdftk
          - xournal
          - poppler-utils
        state: present
    
    - name: ensure finance applications are installed
      apt:
        name:
          - gnucash
          - kmymoney
        state: present
    
    - name: ensure python packages are installed
      apt:
        name:
          - python-matplotlib
          - python-numpy
          - python-opencv
          - python-openssl
          - python-pip
          - python-prettytable
          - python-pysnmp4
          - python-scipy
          - python-virtualenv
          - python3
          - python3-matplotlib
          - python3-pip
          - python3-pyqt5