hello-world-ansible

Hello World Ansible

📚 A repository to explore and learn Ansible, a powerful open-source automation tool for configuration management, application deployment, and task orchestration.


Overview

This repository provides hands-on examples to get started with Ansible, focusing on:

Ansible enables infrastructure automation with a simple and agentless architecture, making it ideal for system administrators and DevOps engineers.


Features


Getting Started

Follow these steps to set up and use Ansible locally.

Prerequisites

Steps

  1. Clone the Repository:
    git clone https://github.com/GuilhermeStracini/hello-world-ansible.git
    cd hello-world-ansible
    
  2. Set Up an Inventory:
  3. Run a Playbook:
    ansible-playbook -i inventory playbook.yml
    
  4. Test with Docker (Optional):
    • Use Docker containers as target systems for testing:
      ansible-playbook -i docker_inventory.yml playbook.yml
      

Expand your knowledge with these resources:


Contribution

Contributions are welcome! If you’d like to enhance this repository, feel free to:


License

This project is licensed under the MIT License.