From 0d97571c019680a744ce9a85c028af6708fe4d74 Mon Sep 17 00:00:00 2001 From: baldo Date: Sun, 30 Aug 2015 00:37:39 +0200 Subject: [PATCH] =?UTF-8?q?Erg=C3=A4nzung=20zu=20Tags=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6221726..bd461b5 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ benötigt. Für diesen muss ein SSH-Key hinterlegt sein. ## Übernehmen der Änderungen für alle Hosts ansible-playbook site.yml -i production --sudo --ask-sudo-pass + +## Ansible Convenience + +Einschränken auf bestimmte Tags, z. B. `nginx`: + + ansible-playbook site.yml -i production --sudo --ask-sudo-pass --tags nginx +