Installing Ansible SDK
Ansible SDK requires the following software:
Python version 3.8 or later
Ansible SDK is currently available from source at github:
$ git clone https://github.com/ansible/ansible-sdk.git
Releases will be available for download from the releases page
To pip install Ansible SDK:
Open a terminal in the
ansible-sdk
directory.Create and activate a Python3 virtual environment.
$ virtualenv env $ source env/bin/activate
Install the required Python packages in your virtual environment.
$ pip install ansible-core $ pip install ansible-runner $ pip install receptorctl
Install Ansible SDK.
$ pip install -e .