You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 anni fa
7 anni fa
8 anni fa
7 anni fa
8 anni fa
7 anni fa
8 anni fa
7 anni fa
8 anni fa
7 anni fa
8 anni fa
8 anni fa
7 anni fa
8 anni fa
7 anni fa
8 anni fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. dependencies:
  2. - role: partitioning
  3. when: hard_disks is defined
  4. - role: mdraid_devices
  5. mdraid_devices_state: created
  6. when: mdraid_devices is defined
  7. - role: dmcrypt_devices
  8. dmcrypt_devices_state: formated
  9. when: dmcrypt_devices is defined
  10. - role: volume_groups
  11. volume_groups_state: present
  12. when: volume_groups is defined
  13. - role: logical_volumes
  14. logical_volumes_state: present
  15. when: logical_volumes is defined
  16. - role: filesystems
  17. filesystems_state: formated
  18. - role: debootstrap
  19. debootstrap_include:
  20. - linux-image-amd64
  21. - busybox
  22. - busybox-static
  23. - mdadm
  24. - lvm2
  25. - cryptsetup
  26. - openssh-server
  27. - btrfs-tools
  28. - grub-pc
  29. - python
  30. - bridge-utils
  31. - console-setup
  32. - acpi-support
  33. #- role: mdraid_mdadm_conf
  34. - role: dmcrypt_crypttab
  35. when: dmcrypt_devices is defined
  36. - role: filesystems
  37. filesystems_state: configured
  38. - role: keyboard_configuration
  39. - role: grub_bootloader
  40. - role: network_interfaces
  41. - role: ssh_root_access
  42. - role: ssh_host_key
  43. ssh_host_key_state: fetched
  44. - role: filesystems
  45. filesystems_state: unmounted