Ansible

shah.hassan
Jan 12, 2024

Installation & Configuration on macOS

Ensuring pip is available — to verify whether pip is already installed for your preferred Python :

python3 -m pip -V

Use pip in your selected Python environment to install the full Ansible package for the current user :

python3 -m pip install — user ansible

You can test that Ansible is installed correctly by checking the version :

ansible — version

--

--

shah.hassan

Software engineering and film. All are work-in-progress.