https://github.com/pyro2927/istatd-ansible
Ansible script to install iStatD for Linux servers
https://github.com/pyro2927/istatd-ansible
Last synced: 6 months ago
JSON representation
Ansible script to install iStatD for Linux servers
- Host: GitHub
- URL: https://github.com/pyro2927/istatd-ansible
- Owner: pyro2927
- Created: 2016-11-24T01:32:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T19:30:18.000Z (over 9 years ago)
- Last Synced: 2025-06-10T07:57:40.005Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iStatD Ansible Script

This Ansible script is meant to target Linux (specifically Debian/Ubuntu at this time) hosts and install [istatserver](https://bjango.com/help/istat3/linuxpackages/) on them, for use with iStat for [macOS](https://bjango.com/mac/istat/) and [iOS](https://bjango.com/ios/istat/).
## Setup
You'll need to create a `hosts` file according to the Ansible [inventory](http://docs.ansible.com/ansible/intro_inventory.html) guide.
## Run
```
$ ansible-playbook playbook.yml
```
## Get Configs
You'll want the see the config in order to know what the automatically generated server code is.
```
$ ansible all -m shell -a "cat /usr/local/etc/istatserver/istatserver.conf | grep code"
```