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.

19 lines
370 B

  1. openSUSE Leap 42.3 and Tumbleweed
  2. ===============
  3. openSUSE Leap installation Notes:
  4. - Install Ansible
  5. ```
  6. sudo zypper ref
  7. sudo zypper -n install ansible
  8. ```
  9. - Install Jinja2 and Python-Netaddr
  10. ```sudo zypper -n install python-Jinja2 python-netaddr```
  11. Now you can continue with [Preparing your deployment](getting-started.md#starting-custom-deployment)