You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,21 +74,26 @@ Process install dependency map
76
74
kubernetes.core (2.3.2) was installed successfully
77
75
```
78
76
79
-
Now you should be ready to use `ansible-playbook` to execute the desired playbooks.
77
+
Now you should be ready to use `ansible-playbook` to execute the desired
78
+
playbooks.
80
79
81
80
### Launching the playbooks
82
81
83
-
Supposing that you want to install a Kubernetes environment, you'll need to pass an inventory (we will rely on `lab`) like this:
82
+
Supposing that you want to install a Kubernetes environment, you'll need to pass
83
+
an inventory (we will rely on `lab`) like this:
84
84
85
-
```
85
+
```console
86
86
$ ansible-playbook \
87
-
-i $HOME/ansible/inventory/lab \
88
-
$HOME/ansible/kubernetes.yml
87
+
-i $HOME/ansible/inventory/lab \
88
+
$HOME/ansible/kubernetes.yml
89
89
```
90
90
91
91
## Authors
92
92
93
-
This project was created and is maintained by [Raoul Scarazzini](https://github.com/rascasoft) and has contributions from other users. Thanks to everyone who will contribute in the future, you're more than welcome!
93
+
This project was created and is maintained by
94
+
[Raoul Scarazzini](https://github.com/rascasoft) and has contributions from
95
+
other users. Thanks to everyone who will contribute in the future, you're more
0 commit comments