DebOps - A collection of Ansible playbooks
-
A collection of Ansible playbooks, scalable from one container to an entire data center.
This is pretty cool. Even if the playbook doesn't work perfectly for your environment, you could always use it as a starting place, and customize to your needs
-
It's name is actually DeBops? LOL That just sounds funny.
-
@scottalanmiller Pronounced Deb-Ops
-
I wonder why they didn't just put the roles in Galaxy?
-
@stacksofplates maybe some limitation? Not sure.
-
I think they had done it on galaxy
-
Hi, DebOps author here.
The roles are available on Ansible Galaxy, but this not enough for our (project users) needs. There are also playbooks which cannot be distributed through the Ansible Galaxy. To make use of the whole project easier, a few scripts were written (available on PyPI).
If you want to check the project out, you can read the Getting Started guide which should let you set up a basic host with DokuWiki as an example application. The project is designed to be easy to use as a base for your own infrastructure - you can add your own Ansible roles and playbooks "on top" of DebOps so that you can use the project own roles like firewall and webserver management to manage your own services.
If you have any questions or find bugs, let me know, either here or on GitHub.
-
@drybjed welcome to the community!!