Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 762 Bytes

File metadata and controls

22 lines (14 loc) · 762 Bytes

Deploying with Ansible

Ansible is an open source platform designed for automating tasks. It comes with Playbooks, a descriptive language based on YAML, that make easy to create and describe automation jobs. Also, Ansible communicates with every host over SSH, making it very secure. See Ansible Overview for more info.

Contents

.. toctree::
    :maxdepth: 2

    installation-guide
    setup-remote-systems
    roles/index
    reference