Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: skolo/raspberry-pi/ansible_scripts/README.md

Issue 2308033002: Update RPIs to use .gitconfig and .netrc (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fix copypasta Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skolo/raspberry-pi/README.md ('k') | skolo/raspberry-pi/ansible_scripts/cp_authorized_keys.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skolo/raspberry-pi/ansible_scripts/README.md
diff --git a/skolo/raspberry-pi/ansible_scripts/README.md b/skolo/raspberry-pi/ansible_scripts/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..23bca4959af09735e2ebb29bedad4aacfa1f007e
--- /dev/null
+++ b/skolo/raspberry-pi/ansible_scripts/README.md
@@ -0,0 +1,12 @@
+Ansible cheat sheet
+===================
+
+The playbooks here are examples for doing large scale maintanence on the rpi fleet.
+
+See https://docs.google.com/document/d/1o07eSiEnzDS0D90HRn_fIWEGOUqmPx3w1d-LP-_MdUQ/edit for more information.
+
+# Run on one rpi
+ansible-playbook -i rpi-hosts -l 192.168.1.215 print-hostname.yml -vv
+
+# Run on all rpis listed in rpi-hosts
+ansible-playbook -i rpi-hosts print-hostname.yml -vv
« no previous file with comments | « skolo/raspberry-pi/README.md ('k') | skolo/raspberry-pi/ansible_scripts/cp_authorized_keys.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698