From ff8fa1a17ccdaed165c9a5e9635cfdcdecc56d24 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 9 Jan 2019 20:52:29 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 059b04c..a2e7a36 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # ansible +## commande ansible + +***launch playbook on staging*** +`ansible-playbook -i staging site.yml --ask-become-pass` + +***init new role architecture*** +`ansible-galaxy user_config init ` + +***launch ansible bootstrap*** +` ansible-playbook -i staging bootstrap.yml -u root --ask-pass` + + ## Prerequis - python