From db77b824aa188fe923c4a677e6a8ff4c4291ef0a Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 9 Jan 2019 20:49:22 +0100 Subject: [PATCH 1/3] =?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 | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fefdcf8..059b04c 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,4 @@ - voir pour compatibiliser debian +- variabiliser \ No newline at end of file From ff8fa1a17ccdaed165c9a5e9635cfdcdecc56d24 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 9 Jan 2019 20:52:29 +0100 Subject: [PATCH 2/3] =?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 From 5ce1ed1d46181ff3bcdd8029d279a375d46eef5e Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 9 Jan 2019 20:52:54 +0100 Subject: [PATCH 3/3] Supprimer 'ansible_command.md' --- ansible_command.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ansible_command.md diff --git a/ansible_command.md b/ansible_command.md deleted file mode 100644 index ed1ba5d..0000000 --- a/ansible_command.md +++ /dev/null @@ -1,8 +0,0 @@ -***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`