mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 00:38:49 -03:30
missing ansible-galaxy command in the README
This commit is contained in:
@@ -128,7 +128,12 @@ In order to use this role you'll need the following entries in the file '*requir
|
|||||||
```
|
```
|
||||||
**Note**: the role common is required by all the apps and provides the tasks and libraries needed.
|
**Note**: the role common is required by all the apps and provides the tasks and libraries needed.
|
||||||
|
|
||||||
Then update your playbook with the chosen role
|
Then download the roles with ansible-galaxy
|
||||||
|
```
|
||||||
|
ansible-galaxy install -r requirements.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
Finally update your playbook with the chosen role, and run it
|
||||||
```
|
```
|
||||||
...
|
...
|
||||||
- hosts: kube-master
|
- hosts: kube-master
|
||||||
|
|||||||
Reference in New Issue
Block a user