mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
d5704cc5f6da127c02a1f31c1990c7ecc2d528f6
⚡️ Portable Ansible Environment
A self-contained Ansible workspace for MacOS, Linux and other posix compliant systems.
Requirements
git, python3, pip3
Setup
- Clone the repository:
git clone https://github.com/jamieahelmke/portable-ansible cd portable-ansible - Build the environment:
python3 setup.py - Activate the environment:
source ./start_venv.sh - Run the example playbook:
ansible-playbook -i ansible/inventory/hosts.yml ansible/playbooks/example.yml
Description
Languages
Python
95.7%
Shell
4.3%