Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-macos-sleepwatcher
Ansible role to setup sleepwatcher on macOS
https://github.com/juju4/ansible-macos-sleepwatcher
Last synced: 2 months ago
JSON representation
Ansible role to setup sleepwatcher on macOS
- Host: GitHub
- URL: https://github.com/juju4/ansible-macos-sleepwatcher
- Owner: juju4
- License: bsd-2-clause
- Created: 2017-02-05T21:59:15.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T06:17:03.000Z (6 months ago)
- Last Synced: 2024-07-21T06:35:57.637Z (6 months ago)
- Language: Shell
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status - Master](https://github.com/juju4/ansible-macos-sleepwatcher/workflows/AnsibleCI/badge.svg)](https://github.com/juju4/ansible-macos-sleepwatcher/actions?query=branch%3Amaster)
[![Actions Status - Devel](https://github.com/juju4/ansible-macos-sleepwatcher/workflows/AnsibleCI/badge.svg?branch=devel)](https://github.com/juju4/ansible-macos-sleepwatcher/actions?query=branch%3Adevel)# macOS sleepwatcher ansible role
Ansible role to setup sleepwatcher on macOS.
http://www.bernhard-baehr.de/
"a command line tool (daemon) for OS X that monitors sleep, wakeup and idleness of a Mac. It can be used to execute a Unix command when the Mac or the display of the Mac goes to sleep mode or wakes up, after a given time without user interaction or when the user resumes activity after a break or when the power supply of a Mac notebook is attached or detached."## Requirements & Dependencies
### Ansible
It was tested on the following versions:
* 1.9
* 2.0
* 2.2
* 2.10### Operating systems
MacOS 10.11, 10.12, 10.15
## Example Playbook
Just include this role in your list.
For example```
- host: all
roles:
- juju4.macos-sleepwatcher
```## Variables
Nothing specific for now.
## Continuous integration
This role has a travis basic test (for github) and Github action.
## Troubleshooting & Known issues
## License
BSD 2-clause