Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ribbinpo/ansible-tutorial

POC: ansible tutorial
https://github.com/ribbinpo/ansible-tutorial

ansible poc python

Last synced: about 14 hours ago
JSON representation

POC: ansible tutorial

Awesome Lists containing this project

README

        

## Preparation
- Python3 language
- Server to execution 2 instance (This tutorial use SSH with password)

## Step
This for macOS in Window have some step different.
1. Create environment `python3 -m venv env` and Activate ansible: `source env/bin/activate`
2. Install ansible package `pip install -r requirement.txt`
3. Update ansible_host (IP) and ansible_password (auth to SSH)
4. Let's start
5. When finish `deactivate` to exit python environment