- Ansible Quick Start Guide
- Mohamed Alibi
- 311字
- 2021-07-23 16:37:41
Prerequisites
In this respect, Ansible is awesome. For a Linux package installation, all you need is Python 2 (version 2.6 or higher) or Python 3 (version 3.5 or higher). For source installation, we may need the development suite, such as the build-essential package for the Debian family, or the Development Tools group package for the Red Hat family.
As for Mac OS X, having Homebrew and Xcode installed should do the job. Bear in mind that these are a requirement needed to install the Ansible package.
With regard to the Ansible container installation, we need a container engine. In our case, we will be using Docker, or any equivalent platform, such as Singularity or Shifter. For the cloud installation, all we need is an SSH client to connect to the AWS instance. Other cloud providers, such as Google Cloud Platform or Microsoft Azure, also support Ansible instances.