Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ribbinpo/ansible-tutorial
- Owner: ribbinpo
- Created: 2024-05-10T20:22:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T12:28:18.000Z (6 months ago)
- Last Synced: 2024-05-15T04:48:15.139Z (6 months ago)
- Topics: ansible, poc, python
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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