Playbooks to a new Lilik
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.

18 lines
789 B

  1. ..
  2. `prepare_host.yaml`
  3. ============
  4. This playbook provides the necessary setup for a phisical server to become a server in the lilik architecture.
  5. This is not a role as the requirements for this step are very simple and not sophisticated.
  6. The configuration of the phisical server touches the following features.
  7. - Installation of the lxc binaries, python bindings and network bridge utilities.
  8. - Installation of the vlan module
  9. - Configuration of bridge network with vlans for management and virtual machine segregation
  10. - Installation of packages required by humans such as `htop` and `vim`- Configuration to use user ssh certificates as credentials
  11. The only variables that are specified in here are the vlans ids, `9` for the management vlan and `13` for the virtual machine vlan.