doc: Add a small development hint to README
[tridge/autocluster.git] / README
diff --git a/README b/README
index f5093ad44243f7e63e292dca7df24bdd1d48ab69..f7cb5df89bcf4b520082e544de948379de2b48e3 100644 (file)
--- a/README
+++ b/README
@@ -170,3 +170,7 @@ DEVELOPMENT HINTS
 The Ansible playbook for nodes has been structured in a way that
 should make it easy to add new platforms and cluster filesystems.  Try
 to follow the pattern and keep task names as generic as possible.
+
+To see facts about <node>:
+
+  ansible -i <node>, all -m setup