Files
ansible-quickstart/README.md
2025-11-06 11:14:23 +01:00

845 B
Raw Permalink Blame History

Portable Ansible Environment

Release Language Tags Tags

A self-contained Ansible workspace for MacOS, Linux and other posix compliant systems.

Requirements

git, python3, python3-pip, python3-venv

Setup

  1. Clone the repository:
    git clone https://github.com/jamieahelmke/portable-ansible
    cd portable-ansible
    
  2. Build the environment:
    python3 setup.py
    
  3. Activate the environment:
    source ./start_venv.sh
    
  4. Run the example playbook:
    ansible-playbook -i ansible/inventory/hosts.yml ansible/playbooks/example.yml