infrastructure/README.md

21 lines
644 B
Markdown
Raw Normal View History

2020-08-10 01:37:13 +02:00
# Infrastructure
Ansible infrastructure playbooks/roles for the saibotk.de services.
# Setup
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
```
# 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.