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 🤖🤖🤖
- Host: GitHub
- URL: https://github.com/r3drun3/ansible_useful_playbooks
- Owner: R3DRUN3
- License: mit
- Created: 2022-06-06T10:04:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T17:40:02.000Z (over 3 years ago)
- Last Synced: 2025-01-05T09:30:06.298Z (9 months ago)
- Topics: ansible, iaas
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# ansible_useful_playbooks
[](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.