Skip to content
Snippets Groups Projects
Unverified Commit 826b0f38 authored by Kenichi Omichi's avatar Kenichi Omichi Committed by GitHub
Browse files

Add installation of requirements for Azure (#6076)

Due to lack of requirements installation on Azure README, the error
can happen:

 "The ipaddr filter requires python's netaddr be installed on the
  ansible controller"

It is nice to add the installation for Azure users.
parent a3131e27
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ It will create the file ./inventory which can then be used with kubespray, e.g.:
```shell
$ cd kubespray-root-dir
$ sudo pip3 install -r requirements.txt
$ ansible-playbook -i contrib/azurerm/inventory -u devops --become -e "@inventory/sample/group_vars/all/all.yml" cluster.yml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment