Skip to content

Commit

Permalink
Merge pull request #117 from Potalej/master
Browse files Browse the repository at this point in the history
Começo de alterações de interface gráfica
  • Loading branch information
thiagogomesverissimo authored Oct 9, 2024
2 parents 2ebf6a1 + 7de2d89 commit a5087a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
14 changes: 1 addition & 13 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,4 @@
# defaults file for local.proaluno

proaluno_debian_version: "bookworm"
proaluno_install_desktop_oa: True
proaluno_install_mate: True

proaluno_update_keys: False
proaluno_max_logon_time: 120
proaluno_sala: "pdfprinter"
proaluno_realm: "smbdomain.fflch.usp.br"

proaluno_ntp_servers:
- 143.107.72.180
- 143.107.72.181
- 143.107.72.182
- 143.107.72.183
proaluno_gui: "xfce"
10 changes: 10 additions & 0 deletions tasks/gui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: GUI
apt:
name: task-{{proaluno_gui}}-desktop
state: present

# TODO: trocar para handler
- name: lightdm
service:
name: lightdm
state: restarted
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- import_tasks: update.yml

- import_tasks: gui.yml

#- import_tasks: mate.yml
# when: proaluno_install_mate
Expand Down

0 comments on commit a5087a3

Please sign in to comment.