forked from kubernetes-sigs/kubespray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md: Add openSUSE Leap and Tumbleweed as supported distributions
- Loading branch information
Markos Chandras
committed
Apr 11, 2018
1 parent
02bf742
commit d75b5d6
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
openSUSE Leap 42.3 and Tumbleweed | ||
=============== | ||
|
||
openSUSE Leap installation Notes: | ||
|
||
- Install Ansible | ||
|
||
``` | ||
sudo zypper ref | ||
sudo zypper -n install ansible | ||
``` | ||
|
||
- Install Jinja2 and Python-Netaddr | ||
|
||
```sudo zypper -n install python-Jinja2 python-netaddr``` | ||
|
||
|
||
Now you can continue with [Preparing your deployment](getting-started.md#starting-custom-deployment) |