From 34b9d5b4d85c15becaa92fbc17e80f55b26582f9 Mon Sep 17 00:00:00 2001 From: William Date: Fri, 1 Jul 2022 22:16:56 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20readme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a3865e..60e4202 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This playbook installs app from repository and bind Traefik on defined host. -## Installing +## Usage 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 -$ 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