Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.1 KB

ANSIBLE.md

File metadata and controls

38 lines (28 loc) · 1.1 KB

Ansible

Ansible is used for most automation at while-true-do.io. This decision was made, because it is easy to learn and providing lots of modules for several use cases.

Reasons

  • modules for network, cloud, servers and much more
  • YAML is easy to learn and read
  • very mature ecosystem
  • good documentation
  • basically no requirements
  • no central infrastructure needed

Docs & Links

Features

  • thousands of plugins and modules
  • modularity
  • YAML, Python and JINJA based
  • can automate APIs, Servers, Network

Usage

Using Ansible is very well explained at the official documentation and you can find additional resources like blogs, books or videos.

In addition, we will provide usage guidelines per repository and in other Ansible related documents.