-
Notifications
You must be signed in to change notification settings - Fork 2
/
test-aif.yml
40 lines (39 loc) · 989 Bytes
/
test-aif.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
---
- hosts: 192.168.14.122
user: root
tasks:
# Tareas por defecto
- include: /home/vcarceler/playbooks/default.yml
# Alta de usuarios (mkpasswd --method=sha-512)
- include: /home/vcarceler/playbooks/aif-users.yml
- include: /home/vcarceler/playbooks/default-users.yml
# Instalación de paquetes
- name: General | Instalación de paquetes
action: apt pkg={{ item }} state=installed
with_items:
- ekiga
- openshot
- blender
- shutter
- gnome-web-photo
- hugin
- audacity
- wine
- p7zip-rar
- libreoffice-l10n-es
- myspell-es
- aspell-es
- nautilus-image-converter
- vlc
- klavaro
- ktouch
- kazam
- winff
- gnome-system-tools
- normalize-audio
- id3v2
- qtgain
- gnome-subtitles
- soundconverter
- chromium-browser
- virtualbox-ext-pack