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

Unified Diff: skolo/raspberry-pi/ansible_scripts/shutdown.yml

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/ansible_scripts/rpi-hosts ('k') | skolo/raspberry-pi/start_swarming » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skolo/raspberry-pi/ansible_scripts/shutdown.yml
diff --git a/skolo/raspberry-pi/ansible_scripts/shutdown.yml b/skolo/raspberry-pi/ansible_scripts/shutdown.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6cdd46a3c1870543f0d21c0ac3f488700504572c
--- /dev/null
+++ b/skolo/raspberry-pi/ansible_scripts/shutdown.yml
@@ -0,0 +1,9 @@
+---
+- hosts: all
+ remote_user: chrome-bot
+ become_user: root
+ become: yes
+ become_method: sudo
+ tasks:
+
+ - command: shutdown now
« no previous file with comments | « skolo/raspberry-pi/ansible_scripts/rpi-hosts ('k') | skolo/raspberry-pi/start_swarming » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698