From 604946895c0ad86957d3c53e38650cda3fe39244 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Fri, 22 Jan 2021 22:21:08 +0100 Subject: [PATCH] add instruction to deploy a playbook --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3990c..7c7121b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # ansible -The ansible files for the pains-perdus infra. \ No newline at end of file +The ansible files for the pains-perdus infra. + +## Deploy a playbook + +`ansible-playbook playbook.yml` + +Add `--check` to do a dry run