Debops Playbooks

Ansible playbooks used by DebOps project
Alternatives To Debops Playbooks
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ansible Playbook Grapher489
13 days ago44June 22, 20225gpl-3.0Python
A command line tool to create a graph representing your Ansible playbook tasks and roles
Debops Playbooks482
6 years ago35otherPython
Ansible playbooks used by DebOps project
Aws Securitygroup Grapher91
3 years agoapache-2.0HTML
This ansible role gets information from an AWS VPC and generate a graphical representation of security groups
Ansible Viz28
6 years ago14apache-2.0Ruby
Graph relationships between Ansible playbooks / roles / tasks / vars etc. via static analysis
Ansible Roles Graph16
5 years ago1December 04, 201512gpl-3.0Python
Ansible Multicast Graph13
6 years ago2Python
Visualises the multicast trees for a single IPv4 group address using information scraped from NX-OS, EOS and IOS devices using ansible, ntc-ansible and TextFSM
Cactilize11
9 years agogpl-2.0PHP
Ansible Role for deploying and maintaining cacti server and host (graph, devices, templates, tree ...)
Substrate Graph Benchmarks9
2 years agomitJavaScript
Graph the benchmark output of Substrate Pallets.
Openstack Securitygroup Grapher6
2 years agogpl-3.0Jinja
This ansible role gets information from an openstack tenant and generate a graphical representation of security groups
Ansible Arangodb Operator5
2 years agomitJinja
Ansible role and sample playbook to deploy ArangoDB Operator in a Kubernetes cluster
Alternatives To Debops Playbooks
Select To Compare


Alternative Project Comparisons
Readme

debops_logo DebOps playbooks

CII Best Practices

This repository contains all the playbooks used by DebOps.

Here are a few services that are available

Fully loaded ready to go applications

GitLab GitLabCI Etherpad DokuWiki ownCloud phpIPAM Mailman

Databases

PostgreSQL MariaDB Redis Memcached Elasticsearch

Programming languages

Ruby Golang Java NodeJS PHP

Web application deployment

nginx Apache RubyOnRails

Service monitoring and logging

LibreNMS monit rsyslog

Networking

dnsmasq DHCP Radvd ferm postfix SMS SSH NFS Samba Tinc

Virtualization

LXC Docker libvirt

Backup and encryption

Safekeep BoxBackup encFS cryptsetup SKS Monkeysphere

Security

PKI dhparam slapd

Overview of how playbooks work within DebOps

There's a common.yml playbook which gets ran on every host except localhost. This includes standard services like sshd and ferm. The full list can be found here.

Additional plays are then ran based on what groups the host is in. For example if you wanted to setup a Gitlab instance you would add a host to the [debops_service_gitlab] group in your inventory.

That carries over for things like postgresql, ruby or any service for the most part. You can also install roles as dependencies rather than use inventory groups.

The dependency approach makes sense in a lot of places, especially for setting ports through ferm or perhaps installing a database for a role that demands that database.

You can view all of the services and plays here.

View a dependency graph

Dependency graph

The dependency graph was generated using: ansigenome.

Status page

If you want to keep tabs on each role's status then check out our status page.

Popular Ansible Projects
Popular Graph Projects
Popular Configuration Management Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Graph
Ansible
Hosts
Inventory
Gitlab
Ansible Playbook