An open API service indexing awesome lists of open source software.

https://github.com/eficode-academy/ansible-workshop

Ansible 101 workshop material for roughly 2-3 hours
https://github.com/eficode-academy/ansible-workshop

Last synced: 2 months ago
JSON representation

Ansible 101 workshop material for roughly 2-3 hours

Awesome Lists containing this project

README

        

# ansible-workshop
Ansible 101 workshop material for roughly 2-3 hours

## Requirements

* Ubuntu laptop with internet connection
* git
* python3 + pip for python3
* `sudo apt-get install python3-pip`
* ansible
* `pip3 install ansible`
* Check the installation output and change `~/.bashrc` if needed
* Run `ansible-playbook --version` to verify that tool is installed correctly