Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

45 lines
1.1KB

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