A word from our sponsors

Introduction

Ansible is an open-source software provisioning, configuration management, and application-deployment tool. It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows. It includes its own declarative language to describe system configuration. Ansible is agentless, temporarily connecting remotely via SSH or Windows Remote Management (allowing remote PowerShell execution) to do its tasks.

Links

General

Docs

Articles

Modules

Files and Directories

FIXME

General Files and Directories

FIXME

Configuration Files

FIXME

Getting Help

FIXME

Manual pages:

user@host:~$ 

Install

To install Ansible on Debian:

root@host:~$ apt-get -y install ansible

Configuration

FIXME

user@host:~$ ssh-keygen -t rsa -b 4096 -C "Ansible $(hostname -f)" -f ~/.ssh/id_rsa_ansible

Usage

FIXME

Status Check

FIXME

To check the status of :

root@host:~$ 

Recipies

FIXME

this namespace doesn't exist: sw:ansible:recipies

Known Issues

FIXME

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website. More information about cookies