/ansible

Ansible playground :)

Primary LanguagePython

ansible

ansible sandbox

Installation

Ubuntu

sudo apt update
sudo apt install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

Usage

# Check version
ansible --version