forked from ccetsii/desktop-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.yml
71 lines (60 loc) · 2.14 KB
/
local.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
65
66
67
68
69
70
71
##
## ansible-playbook -i "localhost" --vault-password-file /etc/vault.txt /etc/esit-software/desktop-playbook/local.yml --tag debug
#
#
- hosts: localhost, all
roles:
# - { role: quitasssd, tags: ['sd'] }
- { role: fuzzylogic, tags: ['fuzzylogic'] }
- { role: atom, tags: ['atom'] }
- { role: libpulse, tags: ['lp'] }
- { role: google-chrome, tags: ['gc'] }
- { role: projectlibre, tags: ['projectlibre'] }
- { role: rstudio, tags: ['rstudio'] }
- { role: vscode, tags: ['vscode'] }
- { role: rutacorta, tags: ['ir'] }
- { role: bug-eclipse, tags: ['a'] }
- { role: compendium, tags: ['a'] }
- { role: nvm, tags: ['a'] }
- { role: neurophstudio, tags: ['a'] }
- { role: softwareinicial, tags: ['si'] }
- { role: clienteoracle, tags: ['co'] }
- { role: node, tags: ['edu'] }
- { role: nodepackages, tags: ['edu'] }
- { role: hub, tags: ['edu'] }
- { role: setdefaultpath, tags: ['aa']}
- { role: kgpg, tags: ['aa'] }
- { role: cron-actualizasistema, tags: ['n'] }
- { role: ansibleupdate, tags: ['as'] }
- aceleraarranque
# - eclipse-java-cpp
- docker-mysql-php2
- opencv
- usuariolocal
- { role: emacs, tags: ['p'] }
- { role: mazesolver, tags: ['p'] }
- { role: weka, tags: ['p'] }
- { role: docker, tags: ['docker'] }
- { role: gemas-ruby, tags: ['edu'] }
# Configure servers with ruby support system wide
- { role: rvm_io.ruby,
tags: ruby,
become: yes,
rvm1_rubies: ['ruby-2.2.5','ruby-2.3.1'],
rvm1_install_flags: '--auto-dotfiles', # Remove --user-install from defaults
rvm1_install_path: /usr/local/rvm, # Set to system location
rvm1_user: root # Need root account to access system location
}
vars_files:
- "roles/usuariolocal/vars/local.yml"
tasks:
- group:
name: wireshark
state: present
- name: Update repositories cache and install "wireshark" package
apt:
name: wireshark
update_cache: yes
state: present
#- name: permisos
# command: setcap cap_net_raw, cap_net_admin=eip /usr/bin/dumpcap