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.

17 lines
367 B

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