-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmestre_adm_win.yml
64 lines (57 loc) · 1.95 KB
/
mestre_adm_win.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
- name: Adiciona computadores no domínio
hosts: administrativos_win:!sj-almoxtele-38298.maquinas.sj.ifsc.edu.br
roles:
- ingressa_ldap
- name: Configuração padrão Windows ADM
hosts: administrativos_win:!sj-almoxtele-38298.maquinas.sj.ifsc.edu.br
tasks:
- name: Configura servidor NTP
ansible.windows.win_regedit:
path: HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers
name: 1
data: pool.ntp.br
when: ansible_os_family == 'Windows'
- name: Configuracao para UTC
ansible.windows.win_regedit:
path: HKLM:\System\CurrentControlSet\Control\TimeZoneInformation
name: RealTimeIsUniversal
data: 1
type: dword
when: ansible_os_family == 'Windows'
- name: Set timezime to Pacific Standard time and disable Daylight Saving time adjustments
community.windows.win_timezone:
timezone: E. South America Standard Time_dstoff
when: ansible_os_family == 'Windows'
- name: Install multiple packages sequentially
chocolatey.chocolatey.win_chocolatey:
name:
- chocolatey
- ghostscript
- googlechrome
- firefox
- okular
- javaruntime
- libreoffice
when: ansible_os_family == 'Windows'
tags: packages
- name: Programa específico para computadores da manutenção
hosts: manut_win
tasks:
- name: Instalar o TS print - relatórios no Volare - Windows
chocolatey.chocolatey.win_chocolatey:
name:
- tsprintclient
when: ansible_os_family == 'Windows'
- name: Máquina do professor Romulo
hosts: sj-gerac-725865.maquinas.sj.ifsc.edu.br
tasks:
- name: Instala o Home assistance
chocolatey.chocolatey.win_chocolatey:
name:
- homeassistant
- virtualbox
when: ansible_os_family == 'Windows'
- name: Máquina do professor Saul
hosts: sje-des1-744935.maquinas.sj.ifsc.edu.br
roles:
- hfss