-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdenani.yml
More file actions
53 lines (48 loc) · 1.31 KB
/
denani.yml
File metadata and controls
53 lines (48 loc) · 1.31 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
#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: gelak, portatilak
connection: chroot
vars:
ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
tasks:
- include: prestatu.yml
- include_role:
name: idazmaia
- include: irten.yml
- hosts: portatilak
connection: chroot
vars:
ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
tasks:
- include: prestatu.yml
- include_role:
name: portatila
- include: irten.yml
- hosts: kodi
connection: chroot
vars:
ansible_host: "{{ inventory_hostname }}/live/squashfs-root"
tasks:
- include: prestatu.yml
- include_role:
name: kodi
- include: irten.yml
- hosts: all
connection: local
roles:
- squash