Skip to content
Snippets Groups Projects
Select Git revision
  • 4155f2f3ac147af991aaabf714fb837ce3b92c1c
  • master default protected
  • v1.15.1
  • v1.15.0
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
22 results

ipaclient_get_facts.py

Blame
  • debian.md 950 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