aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-02-11 11:55:28 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-02-11 11:55:28 +0100
commitd86897ddb84bff5f32f6a02a8e80dd73d12c173b (patch)
tree7ccce38fccdc520dfb5bad74de8e9005699e8090
parent31a151ffa97f32ac1aac8e8faf0b6412ed13815f (diff)
Updated ansible README.
* Added instructions on how to perform an update of the code on the server. Change-Id: I2ba9fe35c231bfbc65d1015381d9b4a0435ce829
-rw-r--r--ansible/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible/README b/ansible/README
index 5583b4c..ca9d50b 100644
--- a/ansible/README
+++ b/ansible/README
@@ -31,3 +31,17 @@ The secrets.yml file contains variables for:
ansible-playbook -i hosts site.yml -l status.linaro.org
and then for the other domain, roadmap.linaro.org.
+
+ Performing an Update
+ --------------------
+
+ To perform an update of the code on the server:
+
+ ansible-playbook -i hosts update.yml -l status.linaro.org
+
+ It is possible to pass an extra variables to identify the git checkout or tag
+ to use to update the code:
+
+ ansible-playbook -i hosts update.yml -l status.linaro.org -e git_tag=$TAG
+
+ By default the value of 'git_tag' points to HEAD.