{"id":13448152,"url":"https://github.com/debops/debops-playbooks","last_synced_at":"2025-06-11T05:10:24.790Z","repository":{"id":20302912,"uuid":"23576685","full_name":"debops/debops-playbooks","owner":"debops","description":"Ansible playbooks used by DebOps project","archived":false,"fork":false,"pushed_at":"2017-12-11T17:27:11.000Z","size":1224,"stargazers_count":489,"open_issues_count":33,"forks_count":87,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-22T08:36:26.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debops.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-02T11:50:11.000Z","updated_at":"2025-03-17T09:34:03.000Z","dependencies_parsed_at":"2022-08-31T01:50:17.344Z","dependency_job_id":null,"html_url":"https://github.com/debops/debops-playbooks","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-playbooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-playbooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-playbooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-playbooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debops","download_url":"https://codeload.github.com/debops/debops-playbooks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-playbooks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259204814,"owners_count":22821162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T05:01:37.127Z","updated_at":"2025-06-11T05:10:24.754Z","avatar_url":"https://github.com/debops.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)","others"],"sub_categories":[],"readme":"|debops_logo| DebOps playbooks\n==============================\n\n|CII Best Practices|\n\n.. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/237/badge\n   :target: https://bestpractices.coreinfrastructure.org/projects/237\n\nThis repository contains all the playbooks used by `DebOps \u003chttps://debops.org\u003e`_.\n\n- `Here are a few services that are available`_\n- `Overview of how playbooks work within DebOps`_\n- `View a dependency graph`_\n- `Status page`_\n\nHere are a few services that are available\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n**Fully loaded ready to go applications**\n\n+---------+-----------+-----------+-----------+-----------+----------+----------+\n| GitLab_ | GitLabCI_ | Etherpad_ | DokuWiki_ | ownCloud_ | phpIPAM_ | Mailman_ |\n+---------+-----------+-----------+-----------+-----------+----------+----------+\n\n**Databases**\n\n+-------------+----------+--------+------------+----------------+\n| PostgreSQL_ | MariaDB_ | Redis_ | Memcached_ | Elasticsearch_ |\n+-------------+----------+--------+------------+----------------+\n\n**Programming languages**\n\n+-------+---------+-------+---------+------+\n| Ruby_ | Golang_ | Java_ | NodeJS_ | PHP_ |\n+-------+---------+-------+---------+------+\n\n**Web application deployment**\n\n+--------+---------+--------------+\n| nginx_ | Apache_ | RubyOnRails_ |\n+--------+---------+--------------+\n\n**Service monitoring and logging**\n\n+-----------+--------+----------+\n| LibreNMS_ | monit_ | rsyslog_ |\n+-----------+--------+----------+\n\n**Networking**\n\n+----------+-------+--------+-------+----------+------+------+------+--------+-------+\n| dnsmasq_ | DHCP_ | Radvd_ | ferm_ | postfix_ | SMS_ | SSH_ | NFS_ | Samba_ | Tinc_ |\n+----------+-------+--------+-------+----------+------+------+------+--------+-------+\n\n**Virtualization**\n\n+------+---------+----------+\n| LXC_ | Docker_ | libvirt_ |\n+------+---------+----------+\n\n**Backup and encryption**\n\n+-----------+------------+--------+-------------+------+---------------+\n| Safekeep_ | BoxBackup_ | encFS_ | cryptsetup_ | SKS_ | Monkeysphere_ |\n+-----------+------------+--------+-------------+------+---------------+\n\n**Security**\n\n+------+----------+--------+\n| PKI_ | dhparam_ | slapd_ |\n+------+----------+--------+\n\nOverview of how playbooks work within DebOps\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nThere's a ``common.yml`` playbook which gets ran on every host except localhost.\nThis includes standard services like ``sshd`` and ferm. The full list can be\nfound `here \u003chttps://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml\u003e`__.\n\nAdditional plays are then ran based on what groups the host is in. For example if you wanted\nto setup a Gitlab instance you would add a host to the ``[debops_service_gitlab]`` group\nin your inventory.\n\nThat carries over for things like postgresql, ruby or any service for the most\npart. You can also install roles as dependencies rather than use inventory groups.\n\nThe dependency approach makes sense in a lot of places, especially for setting\nports through ferm or perhaps installing a database for a role that demands that database.\n\nYou can view all of the services and plays\n`here \u003chttps://github.com/debops/debops-playbooks/tree/master/playbooks\u003e`_.\n\nView a dependency graph\n^^^^^^^^^^^^^^^^^^^^^^^\n\n.. image:: https://debops.org/images/dependency-graph.png\n   :alt: Dependency graph\n   \nThe dependency graph was generated using: `ansigenome \u003chttps://github.com/nickjj/ansigenome\u003e`__.\n\n\nStatus page\n^^^^^^^^^^^\n\nIf you want to keep tabs on each role's status then check out our\n`status page \u003chttps://debops.org/status.html\u003e`_.\n\n.. |debops_logo| image:: https://debops.org/images/debops-small.png\n\n.. _Gitlab: https://github.com/debops/ansible-gitlab\n.. _GitlabCI: https://github.com/debops/ansible-gitlab_ci\n.. _Etherpad: https://github.com/debops/ansible-etherpad\n.. _DokuWiki: https://github.com/debops/ansible-dokuwiki\n.. _ownCloud: https://github.com/debops/ansible-ownCloud\n.. _phpIPAM: https://github.com/debops/ansible-phpipam\n.. _Mailman: https://github.com/debops/ansible-mailman\n\n.. _PostgreSQL: https://github.com/debops/ansible-postgresql_server\n.. _MariaDB: https://github.com/debops/ansible-mariadb_server\n.. _Redis: https://github.com/debops/ansible-redis\n.. _Memcached: https://github.com/debops/ansible-memcached\n.. _Elasticsearch: https://github.com/debops/ansible-elasticsearch\n\n.. _Ruby: https://github.com/debops/ansible-ruby\n.. _Golang: https://github.com/debops/ansible-golang\n.. _Java: https://github.com/debops/ansible-java\n.. _NodeJS: https://github.com/debops/ansible-nodejs\n.. _PHP: https://github.com/debops/ansible-php\n\n.. _nginx: https://github.com/debops/ansible-nginx\n.. _Apache: https://github.com/debops/ansible-apache\n.. _RubyOnRails: https://github.com/debops/ansible-rails_deploy\n\n.. _LibreNMS: https://github.com/debops/ansible-librenms\n.. _monit: https://github.com/debops/ansible-monit\n.. _rsyslog: https://github.com/debops/ansible-rsyslog\n\n.. _dnsmasq: https://github.com/debops/ansible-dnsmasq\n.. _DHCP: https://github.com/debops/ansible-dhcpd\n.. _Tinc: https://github.com/debops/ansible-tinc\n.. _Radvd: https://github.com/debops/ansible-radvd\n.. _ferm: https://github.com/debops/ansible-ferm\n.. _postfix: https://github.com/debops/ansible-postfix\n.. _SMS: https://github.com/debops/ansible-smstools\n.. _SSH: https://github.com/debops/ansible-sshd\n.. _NFS: https://github.com/debops/ansible-nfs\n.. _Samba: https://github.com/debops/ansible-samba\n\n.. _LXC: https://github.com/debops/ansible-lxc\n.. _Docker: https://github.com/debops/ansible-docker\n.. _libvirt: https://github.com/debops/ansible-libvirt\n\n.. _Safekeep: https://github.com/debops/ansible-safekeep\n.. _BoxBackup: https://github.com/debops/ansible-boxbackup\n.. _encFS: https://github.com/debops/ansible-encfs\n.. _SKS: https://github.com/debops/ansible-sks\n.. _Monkeysphere: https://github.com/debops/ansible-monkeysphere\n\n.. _PKI: https://github.com/debops/ansible-pki\n.. _dhparam: https://github.com/debops/ansible-dhparam\n.. _slapd: https://github.com/debops/ansible-slapd\n.. _cryptsetup: https://github.com/debops-contrib/ansible-cryptsetup\n.. _EncFS: https://github.com/debops/ansible-encfs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebops%2Fdebops-playbooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebops%2Fdebops-playbooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebops%2Fdebops-playbooks/lists"}