From 111b663e05a43e1be2e98ebaf65aebbdc0f72082 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Sat, 11 Apr 2020 02:19:03 +0200 Subject: [PATCH] =?UTF-8?q?./deploy.sh=20pour=20ex=C3=A9cuter=20le=20playb?= =?UTF-8?q?ook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..4e4c25d --- /dev/null +++ b/deploy.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ansible-playbook -i hosts site.yml