copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Ansible Documentation This documentation covers the version of Ansible noted in the upper left corner of this page We maintain multiple versions of Ansible and of the documentation, so please be sure you are using the version of the documentation that covers the version of Ansible you’re using
Getting started with Ansible Ansible automates the management of remote systems and controls their desired state As shown in the preceding figure, most Ansible environments have three main components:
Introduction to Ansible — Ansible Community Documentation Ansible uses simple, human-readable scripts called playbooks to automate your tasks You declare the desired state of a local or remote system in your playbook Ansible ensures that the system remains in that state As automation technology, Ansible is designed around the following principles: Agent-less architecture
Ansible Documentation Ansible community documentation Ansible offers open-source automation that is simple, flexible, and powerful Got thoughts or feedback on this site? We want to hear from you! Join us in the Ansible Forum or open a GitHub issue in the docsite repository
Start automating with Ansible Start automating with Ansible Get started with Ansible by creating an automation project, building an inventory, and creating a “Hello World” playbook Install Ansible
Conditionals — Ansible Community Documentation Or you may want to create additional groups of hosts based on whether the hosts match other criteria You can do all of these things with conditionals Ansible uses Jinja2 tests and filters in conditionals Ansible supports all the standard tests and filters and adds some unique ones as well
Installation Guide — Ansible Community Documentation Slides for those who attended AnsibleFest at Red Hat Summit will be available soon This is the latest (stable) Ansible community documentation For Red Hat Ansible Automation Platform subscriptions, see Life Cycle for version details
User Guide — Ansible Community Documentation Welcome to the Ansible User Guide! This guide is now deprecated to improve navigation and organization You can find all the user guide content in the following sections: Building Ansible inventories Using Ansible command line tools Using Ansible playbooks Protecting sensitive data with Ansible vault Using Ansible modules and plugins
Using Ansible command line tools Welcome to the guide for using Ansible command line tools Ansible provides ad hoc commands and several utilities for performing various operations and automation tasks
Ansible concepts — Ansible Community Documentation Pieces of code that expand Ansible’s core capabilities Plugins can control how you connect to a managed node (connection plugins), manipulate data (filter plugins) and even control what is displayed in the console (callback plugins)