From a15c79deef58f2d9cd86cce52a3438e1e011bedb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 10 Sep 2016 09:24:17 +0300 Subject: [PATCH] - Added documentation of the workstation playbook to the README. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 39ac57c..71f9f92 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,15 @@ Installs packages with APT and different languages package managers. ansible-playbook --ask-become-pass --connection local --inventory-file localhost, --verbose pkgs.yml +Workstation +=========== + +Configures development tools (includes the desktop and packages playbooks). + +.. code:: shell + + ansible-playbook --ask-become-pass --connection local --inventory-file localhost, --verbose workstation.yml + Skype ===== -- GitLab