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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Ansible cheat sheet
2 ===================
3
4 The playbooks here are examples for doing large scale maintanence on the rpi fle et.
5
6 See https://docs.google.com/document/d/1o07eSiEnzDS0D90HRn_fIWEGOUqmPx3w1d-LP-_M dUQ/edit for more information.
7
8 # Run on one rpi
9 ansible-playbook -i rpi-hosts -l 192.168.1.215 print-hostname.yml -vv
10
11 # Run on all rpis listed in rpi-hosts
12 ansible-playbook -i rpi-hosts print-hostname.yml -vv
OLDNEW
« 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