An open API service indexing awesome lists of open source software.

https://github.com/r3drun3/ansible_useful_playbooks

Ansible Playbook collection for enrollment and machine configurations 🤖🤖🤖
https://github.com/r3drun3/ansible_useful_playbooks

ansible iaas

Last synced: 8 months ago
JSON representation

Ansible Playbook collection for enrollment and machine configurations 🤖🤖🤖

Awesome Lists containing this project

README

          

# ansible_useful_playbooks
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Ansible Playbook collection for enrollment and machine configurations 🤖🤖🤖
## Abstract

Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code.
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 was written by Michael DeHaan and acquired by Red Hat in 2015. Ansible is agentless,
temporarily connecting remotely via SSH or Windows Remote Management (allowing remote PowerShell execution) to do its tasks.

This repo contains playbooks that I frequently come back to for automating everyday tasks.


I plan to add more playbooks as soon as I have time.