Skip to content

Commit

Permalink
reduzindo pacotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagogomesverissimo committed Mar 9, 2023
1 parent 4907660 commit 5f592cf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 18 additions & 18 deletions tasks/pacotes_debian.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tasks/presamba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
vars:
resolv_conf_nameservers: "{{ proaluno_ntp_servers }}"
resolv_conf_search_domains:
- "smbdomain.fflch.usp.br"
- "{{ proaluno_realm }}"

0 comments on commit 5f592cf

Please sign in to comment.