Ansible role to deploy multiple clouds resources
Go to file
Ricardo Carrillo Cruz c90e324170 Add Apache license file
Change-Id: I17a6f79cda44d9ffa7db160fd0348f21c9148dba
2016-05-04 13:07:36 +02:00
defaults Initial commit 2016-03-30 13:08:49 +00:00
meta Add metadata to role 2016-04-29 22:41:47 +02:00
tasks Use new loop_control/loop_var constructs from Ansible devel 2016-04-25 02:55:50 +00:00
.gitreview Add .gitreview file 2016-05-04 13:06:30 +02:00
LICENSE Add Apache license file 2016-05-04 13:07:36 +02:00
README.md Fix example so is a code block 2016-04-25 03:12:52 +00:00
resources.yml.sample Add initial documentation 2016-04-04 11:51:10 +00:00

README.md

ansible-openstack-cloud-launcher

Requirements

shade library needs to be installed, as that is required by the OpenStack Ansible modules.

Role Variables

The role expects variables fed by ansible-playbook on the CLI, e.g. 'ansible-playbook -i inventory play.yml -e "@resources.yml"'. Please check resources.yml.sample on this repository for a full-blown example.

Dependencies

None

Example playbook

  ---
  - hosts: localhost
    connection: local
    gather_facts: false
    roles:
      - { role: ansible-openstack-cloud-launcher }

License

Apache

Author information

ansible-openstack-cloud-launcher is maintained by Ricardo Carrillo Cruz. The best way to contact him is on #openstack-infra on freenode.