Skip to content
ToivoHn edited this page Jun 27, 2019 · 6 revisions

Aurora is an installation automation tool using Ansible. It uses Molecule for testing Ansible scripts and it has automated builds in AWS EC2/CodeBuild and DockerHub. It can be used to develop, test and deploy complicated, multi-machine, multi-operating-system automated installs of software.

For example, it's possible to use Aurora to install Docker, download the specified image and create a new container for you. It will also create a desktop icon to start the container and launch the hand.

Ansible user guide is available here: https://docs.ansible.com/ansible/latest/user_guide/index.html

Clone this wiki locally