December 2017
Intermediate to advanced
364 pages
7h 30m
English
To set up Ansible Galaxy locally, we have different methods. Most of the installations use containers behind the scenes. The following steps describe how to install an Ansible Galaxy local setup using docker and docker-compose.
Before proceeding, we need the following prerequisites:
We can clone the galaxy repository by running the following git command, which will clone the entire galaxy repository maintained by Ansible:
$ git clone https://github.com/ansible/galaxy.git$ cd galaxy/installer
Change the required variables in the galaxy playbook; by default it will assume that the installation is in localhost. Also, update ...
Read now
Unlock full access