Metadata-Version: 1.1
Name: debops
Version: 0.1.0
Summary: Your Debian-based data center in a box.
Home-page: http://debops.org/
Author: DebOps Project
Author-email: debops@groups.io
License: GPL 3.0
Download-URL: https://github.com/debops/debops/tarball/v0.1.0
Description: |debops_logo| `DebOps <http://debops.org>`_
        ===========================================
        
        **Your Debian-based data center in a box**
        
        A collection of `Ansible <http://ansible.com/>`_ playbooks,
        scalable from one container to an entire data center.
        
        DebOps is a framework
        ^^^^^^^^^^^^^^^^^^^^^
        
        - **50+ highly extensible roles** with sane defaults
        - **Tuned for production** and works great for development
        - **Built for modularity** so extending it is simple
        - **Custom scripts** to tie everything together
        
        We believe in the UNIX philosophy; one tool should only do one thing very well.
        DebOps has many playbooks and roles but it is just a set of focused tools to
        help you run and manage your infrastructure.
        
        In fact all of the DebOps playbooks and roles can be ran with Ansible directly.
        
        Installation
        ^^^^^^^^^^^^
        
        Dependencies
        ````````````
        
        DebOps requires a dependency that is not already installed by Ansible.
        Install ``netaddr`` however you see fit:
        
        ::
        
           $ pip install netaddr
           $ apt-get install python-netaddr
           $ yum install python-netaddr
        
        DebOps scripts
        ``````````````
        
        The easiest way to install DebOps is::
        
           $ sudo pip install https://github.com/debops/debops/archive/master.zip
           $ debops-update
        
        If you want to have more control on the installation process, you can
        use::
        
           $ git clone https://github.com/debops/debops
           $ sudo pip install ./debops
           $ debops-update
        
        Please see the `Installation Guide
        <http://docs.debops.org/en/latest/installation.html>`_ for more
        details.
        
        
        Getting started
        ^^^^^^^^^^^^^^^
        
        Here is a short intro how to use DebOps. Please have a look at the
        `Getting Started Guide
        <http://docs.debops.org/en/latest/getting-started.html>`_ for more
        detailed information.
        
        **Make your first project**
        
        ::
        
           $ debops-init ~/myproject
        
        **Add a host to your inventory**
        
        Take a peek at ``~/myproject/ansible/inventory/hosts``.
        
        **Verify it**
        
        ::
        
           $ ssh yourhost
           $ debops-task all -m setup
        
        **Run the DebOps playbooks**
        
        ::
        
           $ debops
        
        What do you want to learn more about?
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        |Gratipay|_
        
        - `Playbooks and roles <https://github.com/debops/debops-playbooks>`_
        - `Custom scripts <http://docs.debops.org/en/latest/scripts/index.html>`_
        - `How will versions work with so many roles and playbooks? <http://docs.debops.org/en/latest/versions.html>`_
        - DebOps guides and troubleshooting
            - `Using linux containers <http://docs.debops.org/en/latest/using-linux-containers.html>`_
            - `Creating a local APT server to use backports <http://docs.debops.org/en/latest/creating-a-local-apt-server-to-use-backports.html>`_
            - `Solving common problems <https://github.com/debops/debops/wiki/Solutions-to-problems-you-may-encounter>`_
        
        Do you want to contribute?
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        Sounds great, check out the `contributing guide <https://github.com/debops/debops/blob/master/CONTRIBUTING.rst>`_
        for the details.
        
        Authors
        ```````
        
        **Maciej Delmanowski**
        
        - Email: drybjed@gmail.com
        - Twitter: `@drybjed <https://twitter.com/drybjed>`_
        - Github: `drybjed <https://github.com/drybjed>`_
        
        **Nick Janetakis**
        
        - Email: nick.janetakis@gmail.com
        - Twitter: `@nickjanetakis <https://twitter.com/nickjanetakis>`_
        - Github: `nickjj <https://github.com/nickjj>`_
        
        **Hartmut Goebel**
        
        - Email: h.goebel@crazy-compilers.com
        - Website: http://www.crazy-compilers.com
        
        .. |Gratipay| image:: https://img.shields.io/gratipay/drybjed.svg?style=flat
        .. _Gratipay: https://www.gratipay.com/drybjed/
        .. |debops_logo| image:: http://debops.org/images/debops-small.png
        
        
        
        ..
         Local Variables:
         mode: rst
         ispell-local-dictionary: "american"
         End:
        
Keywords: ansible
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Systems Administration
