From 5f592cf2277bc26a4c47b6befbf1e8bda6b8d01e Mon Sep 17 00:00:00 2001 From: Thiago Gomes Verissimo Date: Thu, 9 Mar 2023 17:15:16 -0300 Subject: [PATCH] reduzindo pacotes --- defaults/main.yml | 1 + tasks/main.yml | 4 +++- tasks/pacotes_debian.yml | 36 ++++++++++++++++++------------------ tasks/presamba.yml | 2 +- 4 files changed, 23 insertions(+), 20 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index e2cc442..5430ff9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -11,6 +11,7 @@ proaluno_update_keys: False proaluno_max_logon_time: 120 proaluno_cups_server: "cups.fflch.usp.br:631" proaluno_sala: "pdfprinter" +proaluno_realm: "smbdomain.fflch.usp.br" proaluno_ntp_servers: - 143.107.72.180 diff --git a/tasks/main.yml b/tasks/main.yml index 34ec675..2ec4a89 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,7 +29,9 @@ - import_tasks: remove_screensaver.yml - import_tasks: make_ssh_folder.yml - import_tasks: firefox.yml -- import_tasks: qgis.yml + +# gis versão mais nova +#- import_tasks: qgis.yml - import_tasks: update_keys.yml when: proaluno_update_keys diff --git a/tasks/pacotes_debian.yml b/tasks/pacotes_debian.yml index 4be00a0..04f16c4 100644 --- a/tasks/pacotes_debian.yml +++ b/tasks/pacotes_debian.yml @@ -1,45 +1,45 @@ - name: Instalação de pacotes via apt apt: - pkg: - - terminator + pkg: - kolourpaint - - vlc - - build-essential - firmware-linux-nonfree - webext-ublock-origin - - texlive-full - - texstudio-l10n - - texstudio - ntfs-3g - dosfstools - exfat-fuse - exfat-utils - chromium - - okular - nomacs - - praat - vim - - r-base - - gfortran - fonts-crosextra-carlito - fonts-crosextra-caladea - ttf-mscorefonts-installer - - gimp - - gimp-help-pt - - inkscape - - audacity - p7zip-full - p7zip-rar - - git - gvfs-backends # para celulares - gnome-disk-utility - zip - unzip - rar - unrar - - kolourpaint - pdftk - + +# Avaliar se precisamos desses pacotes: +# - texlive-full +# - texstudio-l10n +# - praat +# - texstudio +# - inkscape +# - gimp +# - gimp-help-pt +# - build-essential +# - r-base +# - gfortran +# - terminator +# - okular +# - audacity +# - vlc +# - git - name: cmprescott.chrome include_role: name: cmprescott.chrome diff --git a/tasks/presamba.yml b/tasks/presamba.yml index 8f6df9d..6c4ca8a 100644 --- a/tasks/presamba.yml +++ b/tasks/presamba.yml @@ -11,4 +11,4 @@ vars: resolv_conf_nameservers: "{{ proaluno_ntp_servers }}" resolv_conf_search_domains: - - "smbdomain.fflch.usp.br" \ No newline at end of file + - "{{ proaluno_realm }}" \ No newline at end of file