Deployment & Usecase Workflow Tools Installation
The below installation is required on the Build & Deployment system only and the Platform(Windows,Linux or MacOS) for Usecase Workflow Tool Installation
Deployment Tools Installation
- Install Ansible on Build Machine
pip3 install ansible==2.9.10
- Install
sshpass
for ansible to connect to remote hosts using SSH
apt-get install sshpass
- Create directory for ansible default configuration and hosts file
mkdir -p /etc/ansible/
touch /etc/ansible/ansible.cfg
- Copy the
ansible.cfg
contents from https://raw.githubusercontent.com/ansible/ansible/v2.9.10/examples/ansible.cfg and paste it under/etc/ansible/ansible.cfg
Usecases Workflow Tools Installation
- Postman client should be downloaded on supported platforms or on the web to get started with the usecase collections.
Note
The Postman API Network will always have the latest released version of the API Collections. For all releases, refer the github repository for API Collections