/catalystcloud-ansible

Catalyst Cloud Ansible templates and examples

Primary LanguageShellGNU General Public License v2.0GPL-2.0

================================ Catalyst Cloud Ansible Templates

This repository provides sample playbooks that demonstrate how to use Ansible to drive the Catalyst Cloud (http://catalyst.net.nz/catalyst-cloud).

Would you like to learn more?

Installing Ansible

The install-ansible.sh script helps you to easily install Ansible (latest or stable) and the dependencies required to interact with the Catalyst Cloud (OpenStack client tools, shade) in a virtual environment.

Run install-ansible.sh -v latest to install the latest version of Ansible. Run the source commend printed by the script to activate the virtual environment and set up Ansible environment variables.

Run which ansible and ansible --version to confirm the correct version of Ansible is being used.

Profit!