crosscode-nl / ansible-tutorial

This repository contains the code used for my ansible tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Tutorial

This repository contains the code used for the ansible tutorial.

Installation

This tutorial assumes an Ubuntu 20.04 LTS installation, although other Debian based distributions MIGHT work.

To prepare your host for this tutorial run the following command on your terminal. It will ask for your root password a few times.

wget https://raw.githubusercontent.com/crosscode-nl/ansible-tutorial/main/install.sh -qO - | bash -s

The script will also run your first Ansible playbook.

About

This repository contains the code used for my ansible tutorial.

License:MIT License


Languages

Language:Shell 100.0%