-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdena.yml
More file actions
77 lines (70 loc) · 1.89 KB
/
dena.yml
File metadata and controls
77 lines (70 loc) · 1.89 KB
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
72
73
74
75
76
77
#bezeroak sortzeko playbook-a. debootstrap-ekin gutxiengoa sortu, minimal-ekin lokalak konfiguratu paketeak instalatu eta erabiltzaileak gehitu
#idazmaia-k lightdm eta xfce instalatuko ditu, gure programa eta konfigurazioekin. realmd-ekin domeinuan sartzeko aukera konfiguratzen dugu
#squash-ek filesystem.squash fitxategia sortuko du eta garbiketa egin
---
- hosts: all
connection: local
roles:
- debootstrap
- hosts: all
connection: chroot
vars:
ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
tasks:
- include: prestatu.yml
- include_role:
name: minimo
- include: irten.yml
#- hosts: zerbitzariak
# connection: chroot
# vars:
# ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
# tasks:
# - include: prestatu.yml
# - include_role:
# name: wayland
# - include: irten.yml
- hosts: gelak, portatilak, portatiltxikiak
connection: chroot
vars:
ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
tasks:
- include: prestatu.yml
- include_role:
name: idazmaia
- include_role:
name: realmd
- include_role:
name: ikastola
- include: irten.yml
#- hosts: gelak
# connection: chroot
# vars:
# ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
# tasks:
# - include: prestatu.yml
# - include_role:
# name: smartboard
# - include: irten.yml
- hosts: portatilak, portatiltxikiak
connection: chroot
vars:
ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
tasks:
- include: prestatu.yml
- include_role:
name: portatila
- include: irten.yml
- hosts: portatiltxikiak
connection: chroot
vars:
ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
tasks:
- include: prestatu.yml
- include_role:
name: portatiltxikia
- include: irten.yml
- hosts: all
connection: local
roles:
- squash