Skip to content

Instantly share code, notes, and snippets.

View Mostafa-Hamdy-Elgiar's full-sized avatar

Mostafa Hamdy Elgiar Mostafa-Hamdy-Elgiar

  • CITC - Mansoura University
  • Mansoura - Egypt
View GitHub Profile
@Mostafa-Hamdy-Elgiar
Mostafa-Hamdy-Elgiar / office-dashboard-terminal.yml
Created February 25, 2017 21:21 — forked from jage/office-dashboard-terminal.yml
Ansible playbook to schedule display sleep (OS X)
---
- hosts: office-dashboard-terminal
become: yes
tasks:
- name: Ensure displays are up during office hours
cron:
name="Activate display"
minute="0"
hour="8"
weekday="1-5"