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
- Host: GitHub
- URL: https://github.com/eficode-academy/ansible-workshop
- Owner: eficode-academy
- License: mit
- Created: 2022-11-25T12:51:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T15:45:51.000Z (over 2 years ago)
- Last Synced: 2025-01-11T21:23:31.782Z (4 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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