README: Add note about dependencies
This commit is contained in:
parent
9b389ae587
commit
2532d6a12e
2 changed files with 9 additions and 3 deletions
10
README.md
10
README.md
|
@ -2,7 +2,11 @@
|
|||
|
||||
Ansible infrastructure playbooks/roles for the saibotk.de services.
|
||||
|
||||
# Setup
|
||||
## Requirements
|
||||
|
||||
Some roles may need specific python libraries etc. installed on the ansible client (for example python-influxdb for the [roles/monitoring](roles/monitoring) role).
|
||||
|
||||
## Setup
|
||||
|
||||
Install all required roles from ansible galaxy using:
|
||||
```
|
||||
|
@ -14,8 +18,8 @@ Run with your local (test) inventory:
|
|||
ansible-playbook -i test.inventory PLAYBOOK.yml
|
||||
```
|
||||
|
||||
# License
|
||||
## License
|
||||
|
||||
This repository is licensed under GPL-3 and many roles are derived from the awesome [infrastructure](https://git.shivering-isles.com/shivering-isles/infrastructure) repository published by [Sheogorath](https://shivering-isles.com).
|
||||
|
||||
Thank you, and so i hope this can be as useful to someone else as Sheogorath's repository was to me.
|
||||
Thank you, and so I hope this can be as useful to someone else as Sheogorath's repository was to me.
|
|
@ -6,6 +6,8 @@ This will setup an [InfluxDB](https://www.influxdata.com/products/influxdb-overv
|
|||
Requirements
|
||||
------------
|
||||
|
||||
> NOTE: You need the `python-influxdb` package installed locally with the Ansible client, to run this role!
|
||||
|
||||
You will need to have docker, docker-compose and traefik installed or declared as dependencies with their respective roles.
|
||||
|
||||
**This role assumes that you have setup traefik with an endpoint called `websecure`.**
|
||||
|
|
Loading…
Add table
Reference in a new issue