Skip to the content.

Ansible - Section 0: Resources πŸ—ƒοΈ

⚠️ This guide assumes that you have python, docker, docker-compose, and ansible installed on your local machine. ⚠️

Table of Contents πŸ“œ


Description πŸ‘€

Resources for the Ansible Zero to Pro Guide.


Helpful Content πŸ“Œ

This is a collection of helpful content for the Ansible Zero to Pro Guide. It is not a part of Ansible, but it is helpful for learning Ansible.

Running in Docker-Compose 🐳🐳

This will get you up and running with ansible. The below configuration will be starting up four docker containers using fedora as the base image with ansible installed.

Usage Steps πŸ‘£

  1. Build the containers

     docker-compose build
    
  2. Run the containers

     docker-compose up -d
    


yml

yml is a human-readable data serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted. yml is stored in key value pairs and can be used to serialize data structures such as maps, sequences, and scalars.

yml Syntax

Examples 🧩

Notice the alignment, this is important in yml.


Useful Commands in Fedora Β 


↩️