mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
📝 Add 4 missing docs
This commit is contained in:
parent
d039d1e16f
commit
c4ab198ead
4 changed files with 45 additions and 0 deletions
11
roles/get_iplayer/docs/get_iplayer.md
Normal file
11
roles/get_iplayer/docs/get_iplayer.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Get_iPlayer
|
||||||
|
|
||||||
|
Homepage: <https://github.com/get-iplayer/get_iplayer>
|
||||||
|
|
||||||
|
Downloads TV and radio programmes from BBC iPlayer.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Set `get_iplayer_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||||
|
|
||||||
|
The get_iplayer web interface can be found at <http://ansible_nas_host_or_ip:8182>.
|
11
roles/netdata/docs/netdata.md
Normal file
11
roles/netdata/docs/netdata.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Netdata
|
||||||
|
|
||||||
|
Homepage: <https://www.netdata.cloud/open-source/>
|
||||||
|
|
||||||
|
An extremely comprehensive system monitoring solution.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Set `netdata_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||||
|
|
||||||
|
Netdata web interface can be found at <http://ansible_nas_host_or_ip:19999>.
|
12
roles/sickchill/docs/sickchill.md
Normal file
12
roles/sickchill/docs/sickchill.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Sickchill
|
||||||
|
|
||||||
|
Homepage: [Sickchill](https://sickchill.github.io/)
|
||||||
|
|
||||||
|
SickChill is an automatic Video Library Manager for TV Shows.
|
||||||
|
It watches for new episodes of your favorite shows, and when they are posted it does its magic: automatic torrent/nzb searching, downloading, and processing at the qualities you want.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Set `sickchill_enabled: true` in your `/inventories/[my inventory]/group_vars/nas.yml` file.
|
||||||
|
|
||||||
|
The sickchill web interface can be found at `http://ansible_nas_host_or_ip:8081` by default
|
11
roles/znc/docs/znc.md
Normal file
11
roles/znc/docs/znc.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Znc
|
||||||
|
|
||||||
|
Homepage: <https://wiki.znc.in/ZNC>
|
||||||
|
|
||||||
|
ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC. It supports Transport Layer Security connections and IPv6.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Set `znc_enabled: true` in your `inventories/<your_inventory>/nas.yml` file. Edit `znc_*` variables to suit your needs. For more advanced needs, edit the template config file (`templates\znc.conf.j2`) directly.
|
||||||
|
|
||||||
|
Connect to ZNC using IRC at ansible_nas_host_or_ip:6677.
|
Loading…
Reference in a new issue