{"id":13557975,"url":"https://github.com/debops/debops-tools","last_synced_at":"2025-04-12T16:39:04.598Z","repository":{"id":20279098,"uuid":"23552346","full_name":"debops/debops-tools","owner":"debops","description":"Your Debian-based data center in a box","archived":false,"fork":false,"pushed_at":"2018-02-02T07:31:52.000Z","size":382,"stargazers_count":1072,"open_issues_count":29,"forks_count":116,"subscribers_count":75,"default_branch":"master","last_synced_at":"2025-04-03T17:12:37.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://debops.org/","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":"CONTRIBUTING.md","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-01T18:47:36.000Z","updated_at":"2025-03-03T20:47:16.000Z","dependencies_parsed_at":"2022-07-27T01:16:45.779Z","dependency_job_id":null,"html_url":"https://github.com/debops/debops-tools","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debops%2Fdebops-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debops","download_url":"https://codeload.github.com/debops/debops-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248598009,"owners_count":21130997,"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-08-01T12:04:39.551Z","updated_at":"2025-04-12T16:39:04.580Z","avatar_url":"https://github.com/debops.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)","others","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"|debops_logo| `DebOps \u003chttps://debops.org\u003e`_\n============================================\n\n|CII Best Practices|\n\n**Your Debian-based data center in a box**\n\nA collection of `Ansible \u003chttps://ansible.com/\u003e`_ playbooks,\nscalable from one container to an entire data center.\n\nDebOps is a framework\n^^^^^^^^^^^^^^^^^^^^^\n\n- **117+ highly extensible roles** with sane defaults\n- **Tuned for production** and works great for development\n- **Built for modularity** so extending it is simple\n- **Custom scripts** to tie everything together\n\nWe believe in the UNIX philosophy; one tool should only do one thing very well.\nDebOps has many playbooks and roles but it is just a set of focused tools to\nhelp you run and manage your infrastructure.\n\nIn fact all of the DebOps playbooks and roles can be ran with Ansible directly.\n\nInstallation\n^^^^^^^^^^^^\n\nDependencies\n````````````\n\nDebOps requires a dependency that is not already installed by Ansible.\nInstall ``netaddr`` however you see fit:\n\n::\n\n   $ pip install netaddr\n   $ apt-get install python-netaddr\n   $ yum install python-netaddr\n\nDebOps scripts\n``````````````\n\nThe easiest way to install DebOps is::\n\n   $ sudo pip install https://github.com/debops/debops-tools/archive/master.zip\n   $ debops-update\n\nIf you want to have more control on the installation process, you can\nuse::\n\n   $ git clone https://github.com/debops/debops-tools\n   $ sudo pip install ./debops-tools\n   $ debops-update\n\nPlease see the `Installation Guide\n\u003chttps://docs.debops.org/en/latest/debops/docs/installation.html\u003e`_ for more\ndetails.\n\n\nGetting started\n^^^^^^^^^^^^^^^\n\nHere is a short intro how to use DebOps. Please have a look at the\n`Getting Started Guide\n\u003chttps://docs.debops.org/en/latest/debops-playbooks/docs/guides/getting-started.html\u003e`_ for more\ndetailed information.\n\n**Make your first project**\n\n::\n\n   $ debops-init ~/myproject\n\n**Add a host to your inventory**\n\nTake a peek at ``~/myproject/ansible/inventory/hosts``.\n\n**Verify it**\n\n::\n\n   $ ssh yourhost\n   $ debops-task all -m setup\n\n**Run the DebOps playbooks**\n\n::\n\n   $ debops\n\nWhat do you want to learn more about?\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n|Gratipay|_\n\n- `Playbooks and roles \u003chttps://github.com/debops/debops-playbooks\u003e`_\n- `Custom scripts \u003chttps://docs.debops.org/en/latest/debops-playbooks/docs/custom-features.html\u003e`_\n- DebOps guides and troubleshooting\n    - `Using linux containers \u003chttps://docs.debops.org/en/latest/debops-playbooks/docs/guides/linux-containers.html\u003e`_\n    - `Creating a local APT server to use backports \u003chttps://docs.debops.org/en/latest/debops-playbooks/docs/guides/local-apt-repository.html\u003e`_\n    - `Solving common problems \u003chttps://github.com/debops/debops-tools/wiki/Solutions-to-problems-you-may-encounter\u003e`_\n\nDo you want to contribute?\n^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nSounds great, check out the `contributing guide \u003chttps://docs.debops.org/en/latest/debops/docs/contributing.html\u003e`_\nfor the details.\n\nAuthors\n```````\n\n**Maciej Delmanowski**\n\n- Email: drybjed@gmail.com\n- Twitter: `@drybjed \u003chttps://twitter.com/drybjed\u003e`_\n- Github: `drybjed \u003chttps://github.com/drybjed\u003e`_\n\n**Nick Janetakis**\n\n- Email: nick.janetakis@gmail.com\n- Twitter: `@nickjanetakis \u003chttps://twitter.com/nickjanetakis\u003e`_\n- Github: `nickjj \u003chttps://github.com/nickjj\u003e`_\n\n**Hartmut Goebel**\n\n- Email: h.goebel@crazy-compilers.com\n- Website: http://www.crazy-compilers.com\n\n**Robin `ypid` Schneider**\n\n- Email: ypid@riseup.net\n- Website: https://me.ypid.de/\n- GitHub: `ypid \u003chttps://github.com/ypid\u003e`_\n\n.. |Gratipay| image:: https://img.shields.io/gratipay/drybjed.svg?style=flat\n.. _Gratipay: https://www.gratipay.com/drybjed/\n.. |debops_logo| image:: https://debops.org/images/debops-small.png\n\n.. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/237/badge\n   :target: https://bestpractices.coreinfrastructure.org/projects/237\n\n..\n Local Variables:\n mode: rst\n ispell-local-dictionary: \"american\"\n End:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebops%2Fdebops-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebops%2Fdebops-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebops%2Fdebops-tools/lists"}