Installing Ansible SDK

Ansible SDK requires the following software:

Ansible SDK is currently available from source at github:

$ git clone git://github.com/ansible/ansible-sdk

Releases will be available for download from the releases page

To pip install Ansible SDK:

  1. Open a terminal in the ansible-sdk directory.

  2. Create and activate a Python3 virtual environment.

    $ virtualenv env
    $ source env/bin/activate
    
  3. Install the required Python packages in your virtual environment.

    $ pip install ansible-core
    $ pip install ansible-runner
    $ pip install receptorctl
    
  4. Install Ansible SDK.

    $ pip install -e .