Skip to content
Snippets Groups Projects
Commit ddd45863 authored by Julien Bordellier's avatar Julien Bordellier Committed by GitHub
Browse files

Fixing typos

Just fixed a few typos
parent c6a790fe
No related branches found
No related tags found
No related merge requests found
......@@ -129,18 +129,18 @@ This structure will help you to keep your dependencies in a single place, as wel
# Running the Code
Code in this repo is functional and test it. To run it, you need to install ansible and all the dependencies. You can do this simply by executing:
Code in this repo is functional and tested. To run it, you need to install ansible and all the dependencies. You can do this simply by executing:
```
./extensions/setup/setup.sh
```
* If you already have ansible, and you do not want to go through the installation simply create a vpass text file in the root directory and add the secret code (123456)
* To install roles execure the role_update.sh which will download all the roles
* To install roles execute the role_update.sh which will download all the roles
```
./extensions/setup/role_update.sh
```
* Go to plays directory and the execute and do not forget to change the host address in the development.ini
* Go to the plays directory and the execute and do not forget to change the host address in the development.ini
```
ansible-playbook -i ../development.ini webservers.yml
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment