47b01f04f37d008e9ef7d77fc176c0a51390131d
[it/test.git] / XTesting / kubespray / docs / opensuse.md
1 # openSUSE Leap 15.3 and Tumbleweed
2
3 openSUSE Leap installation Notes:
4
5 - Install Ansible
6
7   ```ShellSession
8   sudo zypper ref
9   sudo zypper -n install ansible
10
11   ```
12
13 - Install Jinja2 and Python-Netaddr
14
15   ```sudo zypper -n install python-Jinja2 python-netaddr```
16
17 Now you can continue with [Preparing your deployment](getting-started.md#starting-custom-deployment)