infrastructure/README.md

25 lines
828 B
Markdown
Raw Normal View History

2020-08-10 01:37:13 +02:00
# Infrastructure
Ansible infrastructure playbooks/roles for the saibotk.de services.
2021-01-02 10:56:38 +01:00
## 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
2020-08-10 01:37:13 +02:00
Install all required roles from ansible galaxy using:
```
ansible-galaxy install -f -r requirements.yml
```
Run with your local (test) inventory:
```
ansible-playbook -i test.inventory PLAYBOOK.yml
```
2021-01-02 10:56:38 +01:00
## License
2020-08-10 01:37:13 +02:00
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).
2021-01-02 10:56:38 +01:00
Thank you, and so I hope this can be as useful to someone else as Sheogorath's repository was to me.