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.

50 line
1.2KB

  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: swap_devices
  19. swap_devices_state: formated
  20. - role: debootstrap
  21. debootstrap_include:
  22. - eatmydata
  23. - linux-image-amd64
  24. - busybox
  25. - busybox-static
  26. - mdadm
  27. - lvm2
  28. - cryptsetup
  29. - openssh-server
  30. - btrfs-tools
  31. - grub-pc
  32. - python
  33. - bridge-utils
  34. - console-setup
  35. - acpi-support
  36. - role: dmcrypt_crypttab
  37. when: dmcrypt_devices is defined
  38. - role: filesystems
  39. filesystems_state: configured
  40. - role: swap_devices
  41. swap_devices_state: configured
  42. - role: keyboard_configuration
  43. - role: grub_bootloader
  44. - role: network_interfaces
  45. - role: ssh_root_access
  46. - role: ssh_host_key
  47. ssh_host_key_state: fetched
  48. - role: filesystems
  49. filesystems_state: unmounted