Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

debian.md

Blame
  • debian.md 956 B

    Debian Jessie

    Debian Jessie installation Notes:

    • Add

      GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"

      to /etc/default/grub. Then update with

       sudo update-grub
       sudo update-grub2
       sudo reboot
    • Add the backports which contain Systemd 2.30 and update Systemd.

      apt-get -t jessie-backports install systemd

      (Necessary because the default Systemd version (2.15) does not support the "Delegate" directive in service files)

    • Add the Ansible repository and install Ansible to get a proper version

      sudo add-apt-repository ppa:ansible/ansible
      sudo apt-get update
      sudo apt-get install ansible
      
    • Install Jinja2 and Python-Netaddr

      sudo apt-get install python-jinja2=2.8-1~bpo8+1 python-netaddr

    Now you can continue with Preparing your deployment