Mise à jour du readme.
This commit is contained in:
parent
b9ab13e9ee
commit
34b9d5b4d8
12
README.md
12
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This playbook installs app from repository and bind Traefik on defined host.
|
This playbook installs app from repository and bind Traefik on defined host.
|
||||||
|
|
||||||
## Installing
|
## Usage
|
||||||
|
|
||||||
Copy then change values of hosts example file :
|
Copy then change values of hosts example file :
|
||||||
|
|
||||||
@ -26,8 +26,14 @@ Then create a file `vars.json` vars who contain :
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run the playbook:
|
Then run a playbook:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ansible-playbook -i hosts.ini playbook.yml -e @vars.json
|
$ ansible-playbook -i hosts.ini playbooks/app-install.yml -e @vars.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Available playbooks:
|
||||||
|
|
||||||
|
+ app-install
|
||||||
|
+ app-start
|
||||||
|
+ app-stop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user